| 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 ...
|
| 0614b1d0 | 18-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #419 from CEED/jeremy/view-qf
QFunction - add QFunctionView |
| 23f23fac | 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 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 |
| 8cc9b4f3 | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
revert stray folder
|
| 9e3a5493 | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 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 |
| 460bf743 | 15-Nov-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Fix t301-basis.c (#416)
* Fix bug in t301-basis.c
* Minor fix in ceed-basis.c documentation |
| 55e4cc5b | 11-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - clean up qvecsout via increasing references |
| 60f77c51 | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - Refactor CreateIdentity to include inmode and outmode |
| d4f68153 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - use CeedQFunctionUser for CeedQFunctionGetUserFunction |
| cb0b5415 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - Fix indentation errors |
| dc7d240c | 29-Oct-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Some cleaning (#400)
* Some cleaning
* PETSc - update gitignore |
| 7aaeacdc | 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - size->shape for ElemRestrictApply* |
| 23e2c5dc | 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - small fixes |
| 692c2638 | 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix array pointer and function arg style |
| e07206de | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - Add CeedGetResource |
| 23e8ed12 | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - small fixes |
| 2cb0afc5 | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - small clarification on hasrestriction |
| 1d7d2407 | 16-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Facilitate Empty Operators (#383)
* Operator - allow empty operators
* Operator - only call backend if nelem > 0
* Operator - add flag for restriction adde |
| 112e3f70 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make tidy |