| 7a982d89 | 08-Mar-2020 |
Jeremy L. Thompson <jeremy.thompson@colorado.edu> |
doc: separate Doxygen groups by Public API/Backend API/Internal Functions
Helped-by: Valeria Barra <valeriabarra21@gmail.com> Squashed-by: Jed Brown <jed@jedbrown.org> |
| 0e1c0043 | 28-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Interface - update constants to be const...ant |
| 8621c6c6 | 28-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
ElemRestriction - make strides const
Co-Authored-By: Jed Brown <jed@jedbrown.org> |
| 15910d16 | 24-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields |
| 7ed52d01 | 20-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 523b8ea0 | 12-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add CEED_STRIDES_BACKEND |
| 7509a596 | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - replace identity restrictions with strided restrictions |
| b9c05c73 | 20-Feb-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/ns-dmplex' [PR #458]
* jed/ns-dmplex: (73 commits) NS: remove density_current_primitive (still work in progress) Remove a bunch of unused variables and update doc Update READ
Merge branch 'jed/ns-dmplex' [PR #458]
* jed/ns-dmplex: (73 commits) NS: remove density_current_primitive (still work in progress) Remove a bunch of unused variables and update doc Update README: remove density_current_primitive problem option for now Use const in VLA declaration casts to suppress icc warning also in densitycurrent_primitive Remove a bunch of unused or double-declared variables Update README NS: use const in VLA casts to suppress icc warning NS: add command-line support for specifying DC center/axis NS: return to insulated no-slip walls instead of full-Dirichlet NS: remove dead code for scaling VTK output back to dimensional units NS: add support for free slip wall boundary conditions NS density_current: remove redundant initial/boundary condition and trailing whitespace Some changes in documentation Update top-level README Update examples/README Update examples/navier-stokes/README Update .gitignore Update documentation Initialize *problem pointer as NULL NS: move nsplex.c to navierstokes.c ...
show more ...
|
| 61dbc9d2 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum |
| 074cb416 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - remove lmode from backend apply signature |
| a8d32208 | 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply |
| 547d9b97 | 03-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Vector - add CeedVectorNorm |
| efc78312 | 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add lmode to ElemRestrictionGetMultiplicity |
| 9289e5bf | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - update documentation for CeedMatrixMultiply |
| 713f43c3 | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Switch CreateFDMElementInverse to fallback mechanism |
| 00f91b2b | 13-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - drop BasisGetValue in favor of BasisGetInterp/Grad |
| 0c459266 | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix comment character in ceed.h |
| 2530d762 | 17-Oct-2019 |
Jed Brown <jed@jedbrown.org> |
Promote CeedElemRestrictionGet* to public interface
These were formerly backend-only, but their availability can help users write reliable code without needing to pass around redundant numeric value
Promote CeedElemRestrictionGet* to public interface
These were formerly backend-only, but their availability can help users write reliable code without needing to pass around redundant numeric values.
show more ...
|
| fa9eac48 | 31-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionGetMultiplicity: move TransposeMode to an input arg
Enables support for interlaced (CEED_TRANSPOSE), as typically used in PETSc examples/apps. |
| 854cbf70 | 04-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #372 from CEED/jeremy/element-fdm-inv
FDM Element Inverse |
| 0e4d4210 | 03-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - Define CEED_EPSILON for interface use |
| 3c1eb631 | 06-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 5783cefd | 28-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - use 'simd' for Intel |
| 3bd813ff | 23-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Add CreateElementFDMInverse |
| a8c14239 | 02-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #423 from CEED/jeremy/small-fixes
Small fixes from Python Work |