History log of /libCEED/python/ceed_operator.py (Results 1 – 25 of 33)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 1ad46608 06-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1875 from CEED/jeremy/name-consistency

Operator Name Consistency


# ed094490 24-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

api - naming consistency for composite CeedOperator


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# a171b6ef 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1537 from CEED/jeremy/pragma-once

Use #pragma once for non-JiT headers


# 5aed82e4 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 5d1e9069 31-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1270 from CEED/jeremy/constantinople

Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# 356036fa 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# e76101ce 06-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #954 from CEED/jeremy/op-view

op - include num_elem and num_qpts in view


# ea6b5821 06-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - add optional name for Operators


# ce18bed9 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #858 from CEED/jeremy/dump-copy-stuff

Strip redundant/outdated license info duplication


# 3d8e8822 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 30752211 01-Oct-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #812 from CEED/jeremy/check-op

Promote Operator check to public API; Strengthen composite Operator check


# 28d09c20 16-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

python - add CeedOperatorCheckReady to interface


# 85862dfe 18-Nov-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #662 from CEED/jeremy/python-class

Python - drop class variables


# 3a739e19 18-Nov-2020 jeremylt <thompson.jeremy.luke@gmail.com>

Python - drop class variables, they are globally shared by all instances of the class instead of default values


# 500adadc 30-Sep-2020 nbeams <246972+nbeams@users.noreply.github.com>

resolve merge conflicts for v0.7 release


# 187168c7 29-Sep-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Jeremy/py debugging (#637)

* Ceed - only store error with parent

* Python - assert state is not in write status

* Vector - add reader check to destructor

* make style

* remove debugging

Jeremy/py debugging (#637)

* Ceed - only store error with parent

* Python - assert state is not in write status

* Vector - add reader check to destructor

* make style

* remove debugging assertion

* Python - minor documentation correctness

* Python - hold reference to data array for USE_POINTER to prevent gc

* Python - hold reference to data array for USE_POINTER to prevent gc for restriction and context

* Python - use None object for initial ref back to ceed objects

* Python - add USE_POINTER to imports as needed

* Junit - update valid error message for writable access lock

* Python - change exception raised test to help gc

show more ...


# d99fa3c5 28-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

* Op - add test t550, fix errors

* Tests - add Fortran version of t550

* Tests - add t511 for testing tensor basis multigrid level setup

* make style and tidy

* Tests - fix t55* memory leaks

* Tests - add t552 for non-tensor basis multigrid levels

* CUDA - use CeedIntMax in shared CUDA backend

* Tests - add OCCA test exception for t55*

* Op - add lvector global prolongation multiplicity, simplifies user interface

* Solids - convert example to new interface

* make style

* Tests - convert t550 to multicomponent

* Solids - drop unused ceed_fine

* Python - add new multigrid level interface

* Python - fix operator wrap, use ceed python obj rather than ceed pointer

* Gallery - update comment slightly

* Tests - remove accidental duplicate test

* Multigrid - add size=2 case as well

* Operator - drop unneeded inline

* QFunction - simplify context ownership to match vector

* make style

* Python - update multigrid function signature

* Operator - refactor prolong/restrict qfunctions as scaling qfunctions

* Vector - add testing for reciprocal and add to Fortran/Python interfaces

* CUDA - add VectorReciprocal on device

* Gallery - drop specalized versions for 'Scale', wil fix performance hit later

* Hip - add vector reciprocal

* Operator - add more flexible prologation basis creation interface

* Vec - make sure data is set for VectorReciprocal

* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend

* Tests - add missing lcov markers

* make style

* Travis - allow ARM job to fail

* Travis - fix intel install

* Travis - try different install dir name for inteloneapi

* Travis - add ifort, ipp packages

* Tests - add missing lcov marker

show more ...


# 572ff09c 21-Jul-2020 nbeams <246972+nbeams@users.noreply.github.com>

Merge branch 'main' into natalie/hip-ref-v2


# 477729cf 18-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Ceed - add message storing error handler (#587)

* Ceed - add message storing error handler

* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python

* make style

Ceed - add message storing error handler (#587)

* Ceed - add message storing error handler

* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python

* make style

* make tidy

* Python - add comment about cffi and vargs

* Ceed - add 'store' as possible env option for CEED_ERROR_HANDLER

* Python - and error handling for creation of ceed context

* Ceed - statically allocate error message array

* Ceed - simplify error message copying and guard against buffer overflow

* Tests - fix small t005 python bug

* Tests - fix small leak in t005

* Ceed - small fix in setting error handler from env

* Tests - add missing lcov markers

show more ...


# 77ad9f29 15-Jul-2020 nbeams <246972+nbeams@users.noreply.github.com>

Merge branch 'main' into natalie/hip-ref-v2


# 4c3d9119 15-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #584 from CEED/jeremy/python-diag

Python - add operator diagonal assembly to the python interface


12