| 28d09c20 | 16-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
python - add CeedOperatorCheckReady to interface |
| 6f97ff0a | 16-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - add CeedOperatorCheckReady to interafce |
| 4db537f9 | 16-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - move CeedOperatorCheckReady to public API |
| 414ce198 | 28-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #819 from CEED/leila/fix-petsc-default-boxmesh
Examples - Fix default number of faces |
| 20e46440 | 28-Sep-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Solids - Fix default number of faces in the box mesh |
| 4a2566fd | 28-Sep-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - Fix default number of faces in the box mesh |
| 743f4ebb | 28-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #811 from CEED/jeremy/some-caching
Store Objects For QFunction Reassembly |
| bb219a0f | 27-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - cache more QF assembly components for CPU |
| 32507f77 | 27-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - cache two more vectors used in operator diagonal assembly |
| 88db6d3b | 15-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fixes in CUDA |
| 70a7ffb3 | 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedOperatorLinearAssembleQFunctionBuildOrUpdate to reduce kernel calls in diagonal/full/fdm assembly |
| edfeb50c | 20-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #813 from CEED/jeremy/fix-stray-unwraps
rust - fix some stray unwrap()s |
| 51d03428 | 17-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - fix some stray unwrap()s |
| 8605dc91 | 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - drop unused function declarations |
| 0b548709 | 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #806 from CEED/jeremy/get-fields
Promote Field Getters to Public API |
| ce4822f6 | 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 4d27c890 | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - tidy exports in prelude |
| 2ba8e59c | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - drop extra 'Ceed' in some type names |
| e78171ed | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - creation of vector view may fail |
| d7f01795 | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - add missing ?s |
| 89d15d5f | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - export Result for libceed crate |
| 08778c6f | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - add QFunction and Operator fields with getters |
| 3f2759cf | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - add num_elements and num_quadrature_points for Operator |
| 1142270c | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - rework error handling to simply Rust libCEED object structs |
| b7c9bbda | 13-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - promote *GetCeed to public API; promote OperatorGet[NumElements, NumQuadraturePoints] to public API |