| cdb3667f | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - remove extra memcpy in Multigrid example |
| 00f91b2b | 13-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - drop BasisGetValue in favor of BasisGetInterp/Grad |
| 7172caad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - move AssembleDiagonal to fallback |
| 0436c2ad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - rename files vec->vector for consistency |
| 1d79eccc | 29-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ref - small restriction changes |
| e1b98f6e | 28-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ref - use CeedPragmaSIMD in rstr |
| 9c36149b | 28-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ref - make ncomp const for rstr as well |
| 4d2a38ee | 27-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ref - make restriction block size const |
| 250756a7 | 08-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - provide default impl of Composite Operators |
| cae8b89a | 07-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Add OperatorApplyAdd, implement for CPU, OCCA backends |
| 5107b09f | 18-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Delegate AssembleLinearQF to ref/serial when not impl (#406)
* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend
* Occa - Fix restriction summing error
* Tests - fix
Delegate AssembleLinearQF to ref/serial when not impl (#406)
* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend
* Occa - Fix restriction summing error
* Tests - fix error in t534-f qfunction for CPU
* make style
* Operator - clarify fallback mechanism, allow backends to provide fallback other than /cpu/self/ref/serial
* Operator - update fallback to avoid copying vectors, restrictions
* Operator - move fallback to ceed level
* Operator - explicitly check for falling back to onself
* Update interface/ceed-operator.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
show more ...
|
| a7b7f929 | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT |
| 55e4cc5b | 11-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - clean up qvecsout via increasing references |
| 67db23e4 | 11-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - update identity qf assemby error message |
| 53d298d0 | 06-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make sytle |
| 60f77c51 | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - Refactor CreateIdentity to include inmode and outmode |
| 16911fda | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - avoid extra memcpy for identity qfunctions |
| d4f68153 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - use CeedQFunctionUser for CeedQFunctionGetUserFunction |
| ccf0fe6f | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| cb0b5415 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - Fix indentation errors |
| 692c2638 | 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix array pointer and function arg style |
| c6158135 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - fix collocated basis grad error |
| 112e3f70 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make tidy |
| 7f823360 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 138d4072 | 10-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
LCOV - minor updates |