| 28bfd0b7 | 14-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add read-only access for QFContext |
| 1389e7fe | 17-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - fix context memory leak |
| 2361c888 | 13-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #895 from CEED/jeremylt/stray-char
qf - remove stray character |
| 50c643e1 | 12-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Vector: error-free path for get/take array when size=0
Among other things, this is important so that parallel callers can easily keep collective control flow even when some subdomains (materials or
Vector: error-free path for get/take array when size=0
Among other things, this is important so that parallel callers can easily keep collective control flow even when some subdomains (materials or boundary surfaces) are size 0 on some ranks.
show more ...
|
| edfb5f23 | 10-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - remove stray character |
| a48e5f43 | 07-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - fix small leak in composite ctx label |
| b435c5a6 | 04-Feb-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Added CeedElemRestrictionIsOriented function |
| c7745053 | 04-Feb-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
Update interface/ceed-elemrestriction.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 61e7462c | 03-Feb-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
Update interface/ceed-elemrestriction.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 4dd06d33 | 02-Feb-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
update ceed-elemrestriction.c: fixed formatting |
| fc0567d9 | 01-Feb-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
backends/ref: Added oriented element restriction. |
| 7bfe0f0e | 02-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add support for registering multiple contiguous values of same type |
| 0f86cbe7 | 02-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add function to access label details |
| 3668ca4b | 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add context field labels to interface |
| 6f117663 | 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - move CeedFESpace enum to backend interface |
| 50c301a5 | 01-Feb-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
H(div) basis constructor (#878)
* backends/interface: added H(div) basis constructor
* tests: CEED_EVAL_INTERP/DIV tested for H(div) basis.
* Update interface/ceed-basis.c
Co-authored-by:
H(div) basis constructor (#878)
* backends/interface: added H(div) basis constructor
* tests: CEED_EVAL_INTERP/DIV tested for H(div) basis.
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* interface/ceed-basis.c: delete [-1,1] for non-tensor basis constructor
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* include/ceed: added CEEDFESpace enum and used it at ceed-basis.c
* tests: added t330-basis.out and changed xhat-->x_hat
* Changed name convention for CeedElemTopology and CeedFESpace enum.
* make style
* interface/ceed-basis.c: Added FE space/topology of the basis to CeedBasisView function
* tests/output: update ...basis.out file
* Changed CEED_FE_TOPO_ ==> CEED_TOPOLOGY_
* backends/ref: delete CeedBasisApplyHdiv_Ref
* Update interface/ceed-basis.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* Update interface/ceed-basis.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* Update include/ceed-impl.h
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* interface/ceed-bassi.c: update CeedBasisView
* deleted L2 and H(curl) FE spaces
* minor - update output file
* minor - update output file
* style - consistency with main
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| ff3a0f91 | 28-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - handle null pointers to basis matrices |
| 390967d5 | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
doc: no @return for void |
| 706efda3 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec/ctx - make backend restore function optional |
| d8dd9a91 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add ctx setting interface for operators |
| 25509ebb | 13-Jan-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
Update GetMultiplicity function (E^T * E * 1) to work for H(div) space (#869)
* Update GetMultiplicity function (E^T * E * 1)
* Update interface/ceed-elemrestriction.c
Co-authored-by: Jed Brow
Update GetMultiplicity function (E^T * E * 1) to work for H(div) space (#869)
* Update GetMultiplicity function (E^T * E * 1)
* Update interface/ceed-elemrestriction.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-elemrestriction.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* added comments
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 437930d1 | 22-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - pull quoted kernels into separate files |
| f7e22aca | 21-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
utility - add CeedStringAllocCopy |
| 8cb0412a | 20-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - style consistency |
| 547dbd6f | 20-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - use new field registration in Identity gallery qf |