| 1b95a3aa | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/occa-skip-ocl' [PR #124]
* jed/occa-skip-ocl: test: remove /ocl/occa from BACKENDS |
| f82d2baa | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape and adopt convention Standardize CeedIntPow and CeedIntMin Move and document CeedIntMin, document CeedPowInt Add function levels Update Doxygen output naming Add Test List to Doxygen Doxygen interface comment updates Remove redundant doxygen comments Documentation updating for t500 Move ceed* files to 'inteface' directory, comment cleanup Further CPU backend commenting and cleaning Reorder tests, renumber for future expansion Clean up and tighten Opt and Ref backends
show more ...
|
| 4b8bea3b | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma} |
| 53b828d7 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style: fix interface and include paths |
| a0a97fcf | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
docs: fix capitalization |
| 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 |
| dce367d8 | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move and document CeedIntMin, document CeedPowInt |
| dfdf5a53 | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add function levels |
| c704cfff | 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Update Doxygen output naming |
| 4411cf47 | 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add Test List to Doxygen |
| b11c1e72 | 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Doxygen interface comment updates |
| 33e6beca | 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Remove redundant doxygen comments |
| 9ddbf157 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation updating for t500 |
| d7b241e6 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move ceed* files to 'inteface' directory, comment cleanup |
| 8d94b059 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Further CPU backend commenting and cleaning |
| 57c64913 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Reorder tests, renumber for future expansion |
| a2b73c81 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Clean up and tighten Opt and Ref backends |
| 924a1888 | 13-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #121 from CEED/occa-ci
Add OCCA to Travis CI |
| 05809b7a | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add OCCA to Travis CI |
| a953af89 | 13-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
test: remove /ocl/occa from BACKENDS
Based on discussion in PR #101, we are temporarily disabling OpenCL testing. It should be possible to restore once these issues are resolved:
https://github.
test: remove /ocl/occa from BACKENDS
Based on discussion in PR #101, we are temporarily disabling OpenCL testing. It should be possible to restore once these issues are resolved:
https://github.com/libocca/occa/issues/86 https://github.com/libocca/occa/issues/166
show more ...
|
| 36ad2ea3 | 13-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #122 from CEED/tap-rm-tmpfiles
In tests/tap.sh, remove temporary files when interrupted |
| cc2d0e49 | 13-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In tests/tap.sh, remove temporary files when interrupted. |
| 6ad77431 | 12-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'mfem-bp-update' [PR #101]
* mfem-bp-update: Move dims variables inside of loop Put if/else inside of loop in .okl files Add build dir to gitignore Revert to using offsets in .o
Merge branch 'mfem-bp-update' [PR #101]
* mfem-bp-update: Move dims variables inside of loop Put if/else inside of loop in .okl files Add build dir to gitignore Revert to using offsets in .okl files [OCCA] Qfunction data dim is set from basis [OCCA] Initialized restriction kernels to occaUndefined [OCCA] Attempting to 'turn on' CEED_EVAL_GRAD for output Update MFEM bp1.okl, add bp3.okl
show more ...
|
| 071a0397 | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move dims variables inside of loop |