minor - update copyright to 2026
rust - update rust examples to match c/python
rust - more clippy fixes
rust - satiate clippy
rust - put less in prelude
minor - upate copyright to 2025
rust - drop old tarpauln cfg statements
minor - update copyright headers
rust - drop redundant import
CeedMatrixPseudoinverse utility function (#1251)* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad * Used pseudoinverse utility in CeedBasisApplyAtPoints * Update d
CeedMatrixPseudoinverse utility function (#1251)* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad * Used pseudoinverse utility in CeedBasisApplyAtPoints * Update description of CeedMatrixPseudoinverse function Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> * Used pseudoinverse utility in CeedBasisCreateProjectionMatrices * Updated inline comments * Added inline comment * Round matrix-matrix product to zero in CeedBasisCreateProjectionMatrices * increased tolerance in ex1-volume/src/main.rs --------- Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
style - spell rstr consistently
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
libCEED 0.11.0
rust: disable release for internal crates
rust: upgrade examples from structopt to clap-4Structopt is deprecated because the functionality was merged into clap.
op - add optional name for Operators
rust - use for-in over for_each when not using iterator chain
rust - add ex3 and ex4 for vector problems
rust - add CeedOperatorCheckReady to interafce
rust - fix some stray unwrap()s
rust - tidy exports in prelude
rust - drop extra 'Ceed' in some type names
rust - creation of vector view may fail
rust - export Result for libceed crate
12