| 08db73c9 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add t12-basis test for Fortran |
| 3f4acda5 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into fortran_interface |
| 86bacd89 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Polish the Fortran tests
More strict checking, typify parameters |
| 3d715cd2 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a test for CeedBasis in Fortran |
| 6289df3d | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Fix the test t05-elemrestriction-f |
| a99eee77 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a header with Fortran 77 constants
and update the Fortran tests to use it |
| e0004e94 | 31-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add ElementRestriction test in Fortran |
| dad465e7 | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Add examples to test suite |
| e6473e30 | 28-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add the CeedVector test |
| 85f3aa1b | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add fortran version of t00-init |
| b850f196 | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Move tests/t40-fortran.f to examples/ex1f.f
Tests will be added inline with existing C tests |
| 581b7237 | 20-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the example |
| 64b295a9 | 30-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the fortran test to mimick ex1 |
| 7340a098 | 30-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Trim the fortran character variable and initialize
ndof |
| 32d74c32 | 29-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran tests |
| c77df057 | 22-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
tests/tap.sh: Recognize backend failure to find resource and report SKIP |
| 1a5c4436 | 22-Dec-2017 |
Jean-Sylvain Camier <camier1@llnl.gov> |
[macosx] test fix |
| 85558d50 | 22-Dec-2017 |
camierjs <camier1@llnl.gov> |
Merge branch 'master' into occa-backend |
| e3df9412 | 22-Dec-2017 |
camierjs <camier1@llnl.gov> |
[style] *Occa to *_Occa [occa] moved 'device' global var to ceed private structure [style] dbg to CeedDebug, moved to ceed-impl.h/ceed.c |
| 21ae6867 | 22-Dec-2017 |
camierjs <camier1@llnl.gov> |
[make] Got Jed's Makefile fixes, [occa] the OCCA_DIR env variable should be set to the OCCA-1.0 branch before compiling and running the tests |
| 774b41e4 | 22-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix tests that were failing due to the API changes.
In CeedOperatorApply_Ref, access the residual data by calling CeedVectorGetArray first (so it can perform allocation if needed). |
| 425fc99d | 21-Dec-2017 |
camierjs <camier1@llnl.gov> |
[prove] makefile + tap to cover all backends |
| a0cb4bfa | 21-Dec-2017 |
camierjs <camier1@llnl.gov> |
[style] align-pointer=name |
| 1b19cd3f | 21-Dec-2017 |
camierjs <camier1@llnl.gov> |
[OCCA] TAP, dbg colors |
| fa0c35aa | 21-Dec-2017 |
camierjs <camier1@llnl.gov> |
[OCCA] tap for /cpu/self+occa, /gpu/occa, vector fix for t30 test |