| fa86cc6d | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
run-nek-example.sh: only run specified example with -e |
| dcb60240 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Nek bp1,bp3: fix use of restriction and vector sizes |
| 12bf2c11 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: support NULL for ceedoperatorapply |
| f40bc709 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Nek examples: use ceedelemrestrictioncreateidentity |
| 6456524e | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: add offset argument to ceedvectorrestorearray, use in Nek examples
This allows the offset integers to be zeroed, thus preventing potentially unpredictable behavior if that value is accident
fortran: add offset argument to ceedvectorrestorearray, use in Nek examples
This allows the offset integers to be zeroed, thus preventing potentially unpredictable behavior if that value is accidentally used.
show more ...
|
| 3334379f | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: use int64_t for offset
ptrdiff_t (from stddef.h) is the more precise C type, but we would need a test to determine the equivalent type in Fortran. int64_t should always be sufficient. |
| cbfd6a90 | 09-Aug-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Remove the additional memcpy |
| cdbc406d | 09-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
codecov: create flags |
| 94d94677 | 15-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #133 from CEED/occa-malloc-restr
Malloc'd toffsets and tindices in OCCA ElemRestrCreate [Issue #132] |
| 95d1bc1a | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Malloc'd toffsets and tindices in OCCA ElemRestrCreate |
| 95454070 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'check-err-var' [PR #131]
* origin/check-err-var: Add default value of ceed_error_handler Add check for env var CEED_ERROR_HANDLER |
| bc81ce41 | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add default value of ceed_error_handler |
| cdc197f1 | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add check for env var CEED_ERROR_HANDLER |
| e4cdca0f | 15-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #130 from CEED/doxygen-image
Add image location to Doxygen |
| e4d32684 | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add image location to Doxygen |
| ca1e8338 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #127 from CEED/jed/test-setvalue
CeedVectorSetValue: fix doc and test prior to setting the array |
| d71376b5 | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Remove some extra line in OpApply |
| b7dd96f8 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/ceed-error-exit' [PR #126]
* jed/ceed-error-exit: Add CeedErrorExit to exit without signals, use in tests |
| 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). |
| c4fa0f66 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'vec-state'
* origin/vec-state: Typo fix |
| 62f627fd | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Typo fix |
| 86af279a | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'vec-state' [PR #120]
* vec-state: Add t102, t103, and t104 where t103 and t104 are expected to fail Added state counter to CeedVec
[whitespace cleanup] |
| b46830e6 | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add t102, t103, and t104 where t103 and t104 are expected to fail |
| c1d2a374 | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
CeedVectorSetValue: fix doc and test prior to setting the array
When backends provide a fast path, it would be easy to forget that it is acceptable to set the value before setting or getting an arra
CeedVectorSetValue: fix doc and test prior to setting the array
When backends provide a fast path, it would be easy to forget that it is acceptable to set the value before setting or getting an array.
show more ...
|
| 36ac90eb | 15-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added state counter to CeedVec |