| 73d26085 | 14-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
t204,205,206,207,502 restriction tests added, OCCA fix |
| 4dccadb6 | 30-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add lmode field to CeedOperatorSetField |
| d1bcdac9 | 23-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add Operator/QFunction field getters |
| d863ab9b | 19-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Separate to 3 header files |
| 4ce2993f | 17-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
First round of getters
Use Getters in ref backend
Add Getters to blocked backend
Convert OCCA backend to use Getters
Add getters for backend data |
| 43547ca1 | 26-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add non-tensor bases to /cpu/self/blocked (and thus tmpl) |
| c79fb81b | 12-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fixed typo in tmpl backend |
| e6e9a80e | 29-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Restore ceed argument in TensorContractRef/Opt |
| 5fe0d4fa | 29-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Switch held ref ceed to delegate ceed recursively checked for |
| 667bc5fc | 29-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Refactor to standardize backend create functions |
| 4a2e7687 | 04-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Rename /cpu/self/opt to /cpu/self/blocked |
| a8de75f0 | 17-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Non-tensor bases
Add simplex integration test
Add simplex grad test
Style changes
Common header for t32* tests, reorder grad
Add t520 operator test with 2D simplex basis
Add t501 and t521 non-z
Non-tensor bases
Add simplex integration test
Add simplex grad test
Style changes
Common header for t32* tests, reorder grad
Add t520 operator test with 2D simplex basis
Add t501 and t521 non-zero operator tests
Adjust Fortran tests for clarity
Explicitly cast Fortran values as doubles in tests
Modify PR97 for new Fortran interface
Flaten CEED_TOPO to include dimension
Rebase PR 97 to new testing convention
Reorder ElemTopo to embed dimension bitwise, doc fix
Switch numbering convention, add GetTopologyDimension
Fortran headers for t31* and t51*, adjust PR97 for COLLOCATED typo
show more ...
|
| 783c99b3 | 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
Refactored 'colocated' misspelling |
| 4cc6aec3 | 26-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add testing whitelist
Explicitly check for t103 or t104 for expected fail |
| c1e35e21 | 26-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'occa-vec' [PR #99]
* occa-vec: Remove large stack allocation Fix occa vector memory management |
| 1f0e955f | 21-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #139 from CEED/qf-numargs
Fix and use QFunctionGetNumArgs |
| 1a4ead9b | 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix and use QFunctionGetNumArgs |
| 42ecf959 | 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Only zero lvecs once |
| 23646fe4 | 20-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'occa-cleanup' [PR #129]
* occa-cleanup: Remove some extra line in OpApply |
| 95d1bc1a | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Malloc'd toffsets and tindices in OCCA ElemRestrCreate |
| d71376b5 | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Remove some extra line in OpApply |
| 4b8bea3b | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma} |
| ecf6354e | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention i
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention is described in new developer notes. I did not change comments in backends/{occa,magma} because there is outstanding development that may interfere with merging.
show more ...
|
| b5cf12ee | 14-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Standardize CeedIntPow and CeedIntMin |
| 9ddbf157 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation updating for t500 |