| cbfd6a90 | 09-Aug-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Remove the additional memcpy |
| 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 |
| 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). |
| 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 ...
|
| 4b8bea3b | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma} |
| b5cf12ee | 14-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Standardize CeedIntPow and CeedIntMin |
| 4411cf47 | 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add Test List to Doxygen |
| 9ddbf157 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation updating for t500 |
| 57c64913 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Reorder tests, renumber for future expansion |
| cc2d0e49 | 13-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In tests/tap.sh, remove temporary files when interrupted. |
| 3e754498 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
8x vectorization for Opt |
| 3d6c8b2d | 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'restriction-identity' [PR #113]
* restriction-identity: Fix dangling bracket in MAGMA Comment update, remove unneeded guard on VectorDestroy Updated restriction tests Create Re
Merge branch 'restriction-identity' [PR #113]
* restriction-identity: Fix dangling bracket in MAGMA Comment update, remove unneeded guard on VectorDestroy Updated restriction tests Create RestrictionCreateIdentity, convert examples, simplify OperaterApply
show more ...
|
| 86a0289f | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Updated restriction tests |
| 5249cb16 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Create VectorSetValue and tests |
| 135a076e | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Create RestrictionCreateIdentity, convert examples, simplify OperaterApply |
| a4b33194 | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'batched-basis-apply' [PR #110]
* batched-basis-apply: Style and documentation updates Error message for BasisApply when nelem != 1 Add nelem argument to BasisApply |
| d3181881 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add nelem argument to BasisApply |
| 9cd55741 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Tap exception for backends that don't yet support Blocked restriction |
| 4e35ef05 | 01-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added RestrictionCreateBlocked, only implimented in Ref, and t06 |
| c663f2ca | 23-Jul-2018 |
Steven Roberts <roberts115@llnl.gov> |
Fix occa vector memory management |
| e797ab98 | 04-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Add PETSc to prove-all target when PETSC_DIR is defined |
| 83355890 | 04-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix t17-f issue IDd by Steven Roberts, temporarily restricting t17-f to 1d and 2d only |
| 7ca8db16 | 30-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM] Convert MFEM bp1 to active passive |