| 913efc9a | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - update style in Calloc call |
| d79b80ec | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - update documentation: CEED -> Ceed context |
| 51c3addd | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Header - fix ElemRstr doc and remove redundant declaration |
| 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 |
| 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 |
| 085841a5 | 17-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #420 from CEED/jeremy/revert-bug
revert typo |
| 503c598b | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
revert typo |
| f0288b05 | 17-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #418 from CEED/jeremy/memcheck-serial
Serial Memcheck Backend |
| abfaacbb | 17-Nov-2019 |
Sander Arens <sanderarens@gmail.com> |
Add Ceed_Cuda struct to Ceed_Cuda_ref/shared/gen.
Now Ceed_Cuda_ref/shared/gen act like subclasses and can be properly cast to Ceed_Cuda. |
| 1ef3f58f | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Memcheck - make serial memcheck backend |
| 8cc9b4f3 | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
revert stray folder
|
| 7af48cf9 | 17-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #417 from CEED/jeremy/none-args
None Args |
| 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 |
| 1ba5c4f7 | 13-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #415 from CEED/jeremy/vec-tests
Tests - add t106 SyncArray and t107 VectorView |
| 93e877c1 | 13-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t106 SyncArray and t107 VectorView |
| 196c9032 | 11-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #409 from CEED/jeremy/ident-cpu-opt
CPU - avoid extra memcpy for identity qfunctions |