api - naming consistency for composite CeedOperator
basis - ApplyAtPoints should take number of elem
interface - remove legacy CEED_BASIS_COLLOCATED
Julia: update versions and generated bindings
Remove unused parameter from CeedTensorContractCreate
op - remove CeedOperatorSetNumQuadraturePoints
style - spell rstr consistently
style - fixes for CUDA backends
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
op - clarify op fallback parent interface
CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD
Update Julia/Python/Rust/Fortran bindings
minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy
Add Julia API tests
Address PR comments for high-level APIsAdd Rust sibling functions and tests, add Python tests, fix Julia versioning for CI.
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 ...
[Julia] LibCEED.jl v0.2.0
[Julia] Allocate memory for CeedVector by default
[Julia] Fix instances of using CeedInt instead of CeedSize
[Julia] Add CeedSize
[Julia] Fix some CeedScalar docstrings
[Julia] Re-generate bindings
julia - fix typo
julia - qref/qweight array size depends upon tensor/nontensor
12