| b5404d5d | 16-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add tests |
| 5330800f | 24-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update function comments for CeedQFunctions related to H(div) and H(curl) support |
| 352a5e7c | 24-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator diagonal and full assembly support for H(curl) and H(div), on CPU |
| 15ad3917 | 03-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update p-multigrid to work with H(div) and H(curl)
For multigrid, H(curl) and H(div) projection bases don't have a CEED_EVAL_CURL or CEED_EVAL_DIV operation currently. I'm not sure if a similar form
Update p-multigrid to work with H(div) and H(curl)
For multigrid, H(curl) and H(div) projection bases don't have a CEED_EVAL_CURL or CEED_EVAL_DIV operation currently. I'm not sure if a similar formulation to #1023 applies but for now it is probably OK without it.
show more ...
|
| c4e3f59b | 15-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).
show more ...
|
| f7244641 | 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1191 from CEED/jrwrigh/fix_petsc_build
fix: Update DMGetRegionDS calls in examples/petsc |
| a86a87bd | 07-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1192 from CEED/jeremy/not-release
Mark main as not RELEASE |
| db3e7f92 | 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
Update minimum petsc version for solids and fluids |
| 1622892d | 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
examples/petsc: Remove unneeded PETSC_VERSION_LT
- We now require greater than 3.19 anyways
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| d5780308 | 07-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
lib - mark main as not RELEASE |
| 0fc789e5 | 07-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1190 from CEED/jeremy/enum-move
Move enums to ceed/types.h |
| baf96a30 | 05-Apr-2023 |
James Wright <james@jameswright.xyz> |
fix: Update DMGetRegionDS calls in examples/petsc
- Also update minimum required PETSc version - Update releasenotes with change to minimum PETSc version |
| 9bd0a4de | 06-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
include - move enums to ceed/types.h |
| 9be7dc45 | 06-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1188 from CEED/jed/qfunction-helper-always-inline
QFunction helpers: include __attribute__((always_inline)) with gcc/clang |
| 0d409435 | 05-Apr-2023 |
Jed Brown <jed@jedbrown.org> |
QFunction helpers: include __attribute__((always_inline)) with gcc/clang |
| efdfdf6d | 03-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1187 from CEED/jeremy/fix-basis
Fix static object bug, Add Werror to CI |
| 27e6d7e2 | 03-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add Werror for Noether jobs |
| 7425e127 | 03-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fix - errors in *Destroy for static objects |
| a76d53b2 | 30-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1186 from CEED/jeremy/vec-ref-destroy
Allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, etc |
| 393ac2cd | 30-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, CEED_VECTOR_ACTIVE, CEED_ELEMRESTRICTION_NONE, CEED_BASIS_COLLOCATED |
| 75f4e51e | 29-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1178 from CEED/jeremy/vec-peek
Add CeedVectorViewRange utility |
| 98b6bd5e | 29-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1184 from CEED/jeremy/strict-label
Update op check for a context label |
| 5ac9af79 | 28-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - update op check for a label |
| 49aac155 | 24-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
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
show more ...
|
| 94d77ba5 | 22-Mar-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1183 from CEED/leila/fluids-doc-fix
fluids/README: a small fix |