| 951c28a5 | 21-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent scientific notation in t323-basis.c |
| 95c11be2 | 21-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent scientific notation in t322-basis.c |
| fc822dea | 21-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent scientific notation in t321-basis.c |
| 07a3c987 | 21-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Add copyright statement to tests/t320-basis-f.h |
| 3091a1ca | 21-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Add copyright statement to tests/t320-basis.h |
| 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 |
| c109e839 | 17-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent scientific notation in t314-basis.c |
| e41a9036 | 17-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent scientific notation in t313-basis.c |
| 69448d2a | 16-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consisten scientific notation in t312-basis.c |
| 25e56b04 | 15-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Fix spacing in t312-basis.c |
| 166c82af | 15-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consisten scientific notation in t311-basis.c |
| 2f8bb677 | 15-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Use consisten scientific notation in t310-basis.c |
| 2e95cc35 | 15-Nov-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Better doc string for t303-basis.c |
| ab387ee8 | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - fix style in t001 |
| cf28ebec | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - remove extra output file |
| 84e209c4 | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - fix eval modes in t40* for clarity |
| 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 ...
|
| f1a4e9fe | 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add codecov markers |
| 2da88da5 | 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator/QFunction - Update view formatting |
| 2ebaca42 | 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add OperatorView |
| 75affc3b | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - add QFunctionView |
| e97ff134 | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - enable CEED_VECTOR_NONE as OperatorApply argument |
| 442e7f0b | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add QFUNCTION_NONE |
| a7b7f929 | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT |