| #
87f5e94e
|
| 05-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1364 from CEED/jeremy/get-label
Update CeedContextFieldLabelGetDescription with offset
|
| #
1ff07f3d
|
| 04-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - update CeedContextFieldLabelGetDescription with offset
|
| #
639a0f3c
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1310 from CEED/jeremy/drop-set-num-qpts
Remove CeedOperatorSetNumQuadraturePoints
|
| #
37eda346
|
| 29-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - remove CeedOperatorSetNumQuadraturePoints
|
| #
1c7d1e03
|
| 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1340 from CEED/jeremy/fix-ptsc-orients-copy
Fix CEED_COPY_VALUES for ref rstr at points
|
| #
07d5dec1
|
| 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - fix CEED_COPY_VALUES for ref rstr at points
|
| #
f90d6ea7
|
| 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1333 from CEED/jeremy/restriction-points
Add ElemRestrictionAtPoints
|
| #
05fa913c
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - allow restriction to ordered points evec
|
| #
3ac8f562
|
| 12-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - add interface functions for CEED_RESTRICTION_POINTS
|
| #
fddff348
|
| 12-Sep-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1233 from CEED/jrwrigh/pbdiagonal_symbolic
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic
|
| #
01f0e615
|
| 18-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic
|
| #
31c137a9
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1320 from CEED/jeremy/jit-header-guards
style - fix header guards
|
| #
94b7b29b
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix header guards
|
| #
4abf744e
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1318 from CEED/jrwrigh/fix_collocated_basis
fix: Add `CEED_BASIS_COLLOCATED` to ceed.h
|
| #
056ec191
|
| 31-Aug-2023 |
James Wright <james@jameswright.xyz> |
fix: Add `CEED_BASIS_COLLOCATED` to ceed.h
- `CEED_BASIS_COLLOCATED` is deprecated, so should still be available to use
|
| #
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
|
| #
356036fa
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
033346be
|
| 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1304 from CEED/jeremy/strided-lsize
Check l-vec length for strided rstr creation
|
| #
e7f679fc
|
| 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - check l-vec length for strided rstr creation
|
| #
38432684
|
| 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl)
|
| #
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 ...
|
| #
d4fddeaa
|
| 12-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1164 from CEED/jeremy/basis-at-points
Basis Eval at arbitrary points
|