| 2bc6258e | 09-Jan-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #189 from CEED/fortran-tests-fform, close issue #84
Use -ffree-form for Fortran test suite |
| 14922b2a | 07-Jan-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Simplify accessing of inner context |
| 10da579b | 31-Dec-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Use -ffree-form for Fortran test suite |
| 1e35832b | 19-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add t401 to test QFunction with context |
| 069aeaba | 19-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Getters updated for fCtx values |
| 418fb8c2 | 19-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Improve QFunction ctx for Fortran interface |
| aedaa0e5 | 19-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Vector inputs for BasisApply and QFApply; CPU backends, OCCA, and tests converted |
| 1dfeef1d | 12-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 28d161ee | 15-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add global NUM_BACKEND, fix qf user pointer getter |
| fe2413ff | 14-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add setters, remove impl header from CPU, OCCA backends |
| 2cd729ee | 16-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
CeedVecs - Check for read access before granting write access |
| 4dccadb6 | 30-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add lmode field to CeedOperatorSetField |
| 5d6bafb2 | 26-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Improved documentation |
| 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 |
| 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 |
| 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 ...
|
| 266a904f | 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
fixed misalignment |
| 783c99b3 | 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
Refactored 'colocated' misspelling |
| 56e866f4 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Add CeedErrorExit to exit without signals, use in tests
This allows gcov to finish writing outputs even if the test crashes (especially in tests that confirm error handling). |
| 36ac90eb | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added state counter to CeedVec |
| 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 ...
|