Loosen tolerance for t305-basis
Add reproducer for memcheck bug in CeedOperatorInputBasisAtPoints_Ref
Add QFunction Assembly At Points for ref backend
Add `CeedOperatorIsAtPoints`
minor - use CeedSize_FMT and similar changes
junit - update cgns_tol to be property
junit - allow looser CGNS tol
junit - skip tet tests without tetget installed
rstr - fix signature of GetLayout
Update diff_csv to prevent test harness crashes
Merge pull request #1429 from CEED/jeremy/less-lcov-exclReduce LCOV_EXCL markers
Merge pull request #1436 from peterrum/dealiiAdd deal.II example
Add deal.II exampleCo-authored-by: jeremylt <jeremy@jeremylt.org>
minor - reduce LCOV_EXCL markers
Fix CeedVectorAXPBY
doc - use nbsp and \ to hack markdown
style - fix trailing spaces in non-linted files
OperatorAtPoints (#1390)* op - add AtPoints interface * op - reorder AtPoints QFunction for consistency * op - add CEED_EVAL_WEIGHT for operator AtPoints * doc - add CeedOperatorCreateAtPo
OperatorAtPoints (#1390)* op - add AtPoints interface * op - reorder AtPoints QFunction for consistency * op - add CEED_EVAL_WEIGHT for operator AtPoints * doc - add CeedOperatorCreateAtPoints to release notes
show more ...
rstr - reorder AtPoints ordering for consistency
basis - reorder AtPoints ordering for consistency
fluids: Add smartsim regression testingRequires that the fluids code be built with SMARTREDIS_DIR set, and inan environment with SmartSim (Python library) installed as well.Co-authored by: Zach
fluids: Add smartsim regression testingRequires that the fluids code be built with SMARTREDIS_DIR set, and inan environment with SmartSim (Python library) installed as well.Co-authored by: Zach Atkins <zach.atkins@colorado.edu>
ctx - add Boolan field register/set/get/restore
Add support for `CEED_EVAL_GRADIENT` and `CEED_TRANSPOSE` in `CeedBasisApplyAtPoints` (#1388)
Improve TAP output
fix(test): Use explicit `typing` objects for containers- Using `list[str]` for type hints is incompatible with Python 3.7.9 (at least, possibly with newer versions as well)
12345678910>>...26