| #
eb10a020
|
| 08-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1466 from CEED/jeremy/field-null
Don't error CeedOperatorGetFieldByName when field not found
|
| #
be9c6463
|
| 08-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - CeedOperatorGetFieldByName don't error if field not found
|
| #
e4483ef5
|
| 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1429 from CEED/jeremy/less-lcov-excl
Reduce LCOV_EXCL markers
|
| #
bcbe1c99
|
| 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers
|
| #
b451d157
|
| 13-Dec-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1425 from CEED/sjg/var-name-consistency
Consistency fix for a few missed CeedElemRestriction and CeedBasis variable names in the public API
|
| #
bafebce1
|
| 15-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Consistency fix for a few missed CeedElemRestriction rstr variables in the public API
|
| #
ca94c3dd
|
| 05-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Docstring consistency (#1409)
* doc - docstring consistency
* doc - update for bad linking of type names
* doc - update for bad linking of type names
|
| #
48acf710
|
| 30-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
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 ...
|
| #
8d780e65
|
| 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1396 from CEED/jeremy/context-bool
Add Boolan context field register/set/get/restore
|
| #
23dbfd29
|
| 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - explicit int width in ctx fields
|
| #
5b6ec284
|
| 15-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add Boolan field register/set/get/restore
|
| #
890b9714
|
| 06-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1367 from CEED/jeremy/ctx-update
Flag assembly data as stale if ctx data changed
|
| #
6d95ab46
|
| 05-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - flag assembly data as stale if ctx data changed
|
| #
639a0f3c
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1310 from CEED/jeremy/drop-set-num-qpts
Remove CeedOperatorSetNumQuadraturePoints
|
| #
198eabce
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - clarify op property setting logic for new fields
|
| #
37eda346
|
| 29-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - remove CeedOperatorSetNumQuadraturePoints
|
| #
506b1a0c
|
| 20-Sep-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Non-square operator full assembly (#1316)
* Consistency formatting for operator tests
* Add (failing) test for non-square operator full assembly
* Add support for CPU-based full assembly of no
Non-square operator full assembly (#1316)
* Consistency formatting for operator tests
* Add (failing) test for non-square operator full assembly
* Add support for CPU-based full assembly of non-square CeedOperators
* Fix full assembly of identity quadrature functions and operators with CEED_BASIS_NONE
Also adds a unit test for full assembly which fails prior to the changes in this commit.
* Minor refactor to improve coverage
show more ...
|
| #
fdf20d15
|
| 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1339 from CEED/jeremy/spelling
Spelling is hard
|
| #
f90d6ea7
|
| 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1333 from CEED/jeremy/restriction-points
Add ElemRestrictionAtPoints
|
| #
ac5aa7bc
|
| 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - spelling is hard
|
| #
2c7e7413
|
| 12-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - intial CPU implimentation
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
edb2538e
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - spell rstr consistently
|
| #
5d1e9069
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1270 from CEED/jeremy/constantinople
Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
4f89b061
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1313 from CEED/sjg/ceed-composite-operator-fix
Tiny fix to use CeedCompositeOperator API
|