Kartiki p ex3 volume julia (#1909)* Add ex3-volume.jl for volume mesh exampleImplement example for volume mesh transformation and execution.* Update ex3-volumeError : Field 'qdata' of size 4
Kartiki p ex3 volume julia (#1909)* Add ex3-volume.jl for volume mesh exampleImplement example for volume mesh transformation and execution.* Update ex3-volumeError : Field 'qdata' of size 4 and EvalMode none: ElemRestriction has 1 components Needs debugging.* Update julia/LibCEED.jl/examples/ex3-volume.jlCo-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>* Update julia/LibCEED.jl/examples/ex3-volume.jlCo-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>* Diff Applied* Remove foo.diff* Apply Jeremy's ex3-volume patch---------Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
api - naming consistency for composite CeedOperator
basis - ApplyAtPoints should take number of elem
interface - remove legacy CEED_BASIS_COLLOCATED
[julia] Add compat bounds for stdlibs
Julia: move dev tests to release tests
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
basis - add num_comp to basis view output
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.
IWYU fixes (#1182)* iwyu - include fixes * iwyu - silence some iwyu output * minor - clearer macro names * iwyu - fix suggestion of "ceed/ceed.h" externally * iwyu - lighter petsc heade
IWYU fixes (#1182)* iwyu - include fixes * iwyu - silence some iwyu output * minor - clearer macro names * iwyu - fix suggestion of "ceed/ceed.h" externally * iwyu - lighter petsc headers * iwyu - ceed/ceed.h -> ceed.h * iwyu - cuda/hip include fixes
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
[Julia] LibCEED.jl v0.2.0
[Julia] Move development tests to release tests
[Julia] Allocate memory for CeedVector by default
1234