| #
bb229da9
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - clarify op fallback parent interface
|
| #
1c66c397
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - ad
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - add CeedScalarSwap macro
show more ...
|
| #
7fc69c15
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1293 from CEED/jeremy/warn-set-qfpts
CeedOperatorSetNumQuadraturePoints Deprecation
|
| #
aca496be
|
| 17-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - dont error on redundant CeedOperatorSetNumQuadraturePoints call, add deprecation warning
|
| #
77a7c055
|
| 09-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1280 from CEED/jeremy/error-macro-simpler
Update CeedCall macro
|
| #
585a562d
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - fix tidy error
|
| #
d109957b
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - simplify logic in error handling macros
|
| #
38432684
|
| 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl)
|
| #
61a27d74
|
| 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD
|
| #
7c1dbaff
|
| 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements)
|
| #
0c73c039
|
| 22-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix
|
| #
fcbe8c06
|
| 24-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
enum CeedRestrictionType for CeedElemRestriction type
|
| #
77d1c127
|
| 02-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.
show more ...
|
| #
63ca1801
|
| 08-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1249 from CEED/jeremy/memcheck-isnan
Memcheck - warn or error on NaN after write-only access
|
| #
1f97d2f1
|
| 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fixup errors
|
| #
23d4529e
|
| 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - add debug color enum
|
| #
4b35598d
|
| 20-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1231 from CEED/jeremy/consistency
Consistency fixes
|
| #
bc246734
|
| 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - move GetResourceRoot to backend interface
|
| #
2ab8f9ab
|
| 17-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1213 from CEED/jeremy/use-refcopy
Consistency with Ceed*Refrence and Ceed*ReferenceCopy
|
| #
db002c03
|
| 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy
|
| #
63fe681b
|
| 05-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1206 from CEED/jeremy/unsigned-clone
Add CeedElemRestrictionCreateUnsignedCopy
|
| #
78b2e752
|
| 03-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - move CeedElemRestrictionApplyUnsigned to backend.h
|
| #
56f04e7c
|
| 20-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1201 from CEED/jeremy/missing-arg-names
Function declaration consistency
|
| #
509668d5
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - function declaration consistency
|
| #
6e6704a8
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1198 from CEED/jeremy/CeedCheck
Add CeedCheck macro to reduce repetition
|