History log of /libCEED/python/ceed.py (Results 1 – 25 of 38)
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


# 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


# 38432684 03-Aug-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1265 from CEED/sjg/hcurl-restr-dev

CeedElemRestriction for H(curl)


# 709403c1 17-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Update Julia/Python/Rust/Fortran bindings


# 2efebffe 12-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev

H(curl) basis and `CEED_EVAL_CURL`


# 97c1c57a 06-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Address PR comments for high-level APIs

Add Rust sibling functions and tests, add Python tests, fix Julia versioning for CI.


# ba59ac12 17-Mar-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Move some linear algebra/matrix operations to internal API (#1165)

* Move unoptimized matrix operations to internal API

* Minor docstring formatting in ceed-basis.c

* Update Julia/Python/Fortr

Move some linear algebra/matrix operations to internal API (#1165)

* Move unoptimized matrix operations to internal API

* Minor docstring formatting in ceed-basis.c

* Update Julia/Python/Fortran APIs for removed public functions

* Fix include for tests

* Fixes for removed Python API functions

show more ...


# 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


# 80a9ef05 02-Sep-2021 Natalie Beams <246972+nbeams@users.noreply.github.com>

Allow CeedScalar to be single precision (#788)

One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust,

Allow CeedScalar to be single precision (#788)

One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust, Julia, and Python. This interface is evolving and should be considered experimental at this time (thus lack of automated build support).

* Introduce CeedScalarType enum

* WIP changes to allow different definitions of CeedScalar

* Introduce new header files for float and double

* Only use avx tensor contract and MAGMA non-tensor basis if CeedScalar is double

* WIP changes to allow CeedScalar to be float

* WIP start trying to adjust test tolerances for float or double

* fix typos in comments

* install ceed-f32/64 headers

* Fix missing casts for hipMAGMA element restrictions

* make CeedQFunctionContextGetContextSize available for Python bindings

* Changes to Python bindings to allow CeedScalar to be float

* WIP adjust Python tests for float or double

* make style

* remove QFunctionContextGetContextSize from backend header

* Use quotes instead of <> in include statement

* Remove unncessary includes

* Update tolerances for tests

* [Julia] allow CeedScalar to be Float32

* [Julia] Use Preferences instead of custom build configuration

# Conflicts:
# julia/LibCEED.jl/src/C.jl

* [Makefile] Change definition of CC_VENDOR so it works with cross-compilation

* [Julia] Use Preferences in CI

# Conflicts:
# .github/workflows/julia-test-with-style.yml

* [Julia] Update docs about preferences

* [Julia] Add test/Project.toml workaround for Preferences

* Add CeedGetScalarType to get the type of CeedScalar at runtime

* [Julia] Move functions from Ceed.jl to LibCEED.jl

* [Julia] Add support for getting library path and scalar type at runtime

* [Julia] Minor change to checking if CUDA is loaded

* [Julia] Check correct CeedScalar types in basis functions

* [Julia] Fix tests comparing with output file

* [Julia] Change devtests to use CeedScalar instead of Float64

* Update test 402 so context will be same size in double or float

* Update tolerances for ceed examples

* [Julia] CUDA fixes

* remove unused variable in t208

* SchurDecomposition: do not compute tau on final iteration

* Update tolerances for some basis tests (for single precision)

* Make style

* Python style fixes for basis test

* Add single precision output for t300 and t320 and adjust checks; skip t541 in single

* Add LCOV exclusions after moving to new line

* fix spacing

* Python: make CEED_EPSILON available as libceed.EPSILON

* Python: optional parameter to specify different output file for test comparison

* Python: update tests' use of EPSILON and change test_300 output file for single precision

* Python: add convenience function for getting dtype corresponding to CeedScalar

* rust - add single precision support

* [Julia] Fall back on Float64 if CeedGetScalarType is not available

* [Julia] style

* Adjust tolerance for t301

* xsmm - add single precision support

* avx - add single precision support

* Add initial single precision support for MAGMA non-tensor basis

* Skip t300 and t320 in single precision; revert Python t300 changes

* Revert output changes for t300 and t320 in junit

* [Julia] Changes to autogenerated bindings for mixed precision

* [Julia] style

* [Julia] Check scalar type when changing libceed library path

The check is also performed when the package is loaded. This prevents having to
restart the Julia session twice

* [Julia] Require JLLWrappers version 1.3

This is needed to use Preferences to change the library path

* Add documentation page for precision development

Co-authored-by: Will Pazner <will.e.p@gmail.com>

* Cleanup from merge: remove old README

* Return CEED_ALIGN to backend.h

* Make Fortran compiler (FC) optional; empty skips Fortran tests

Use in Python and Rust builds, which may not have a Fortran compiler
installed and thus would produce confusing output.

* Add single precision CI test for Noether

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

Co-authored-by: Will Pazner <will.e.p@gmail.com>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# e15f9bd0 20-Mar-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Exam

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Examples - add some extra exclusion markers in ceed example

* error - add error enum

* error - update error enum names and numbering

* error - use CEED_ERROR_BACKEND in all backend errors

* error - begin classifying interface errors

* error - update backends to use CEED_ERROR_SUCCESS and CeedChkBackend

* error - use new errors in gallery

* error - add some unsaved modifications

* error - improve documentation

* error - define CEED_ERROR_SUCCESS in GPU JiT; we really should have a common header to pipe defines to the JiT code

* error - more error code editing

* error - fix error string

* operator - fix setting field qpts

* basis - add input/output dimension error checking

* python - move basis utility methods to ceed object, no basis required or used

* python - force exit with negative error code

* make style-py

* rust - initial work to add error handling logic

* rust - add ceed.resource method

* rust - add results for methods that may fail

* rust - also format doctests

* minor - drop unused CeedChk()

* error - rename terminal/nonterminal to major/minor

* rust - set ErrorStore as default errorhandler

* python - revert error handing change for python

* python - use success error code from C bindings

* error - only upgrade error code in backend if positive

show more ...


# 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 ...


# 249b1cba 29-Sep-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #636 from CEED/jed/python-debugging

Jed/python debugging


# 74b533ad 28-Sep-2020 Jed Brown <jed@jedbrown.org>

Python: add Ceed on_error kwarg for "abort" or "store" (default)

This is mainly intended for debugging inter-language issues.


# 777ff853 14-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in identity QFunctions

* Hip/Cuda - rename sync functions for vector/context

* Tests - lcov marker update

* QFunction - drop unused function

* Python - fix copy-paste errors

* Ctx - update notes for Fortran usage

* Fortran - drop unneeded cast

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Interface - use void* for SetData interfaces

* Make - use call quiet for NVCC

* Interface - use void* for GetData interfaces

* Make - add quiet call option for examples

* Makefile - create common makefile to reduce duplication/complexity in example makefiles

Co-authored-by: Jed Brown <jed@jedbrown.org>

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 ...


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


12