| 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 ...
|
| 783c99b3 | 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
Refactored 'colocated' misspelling |
| 0c48d69e | 25-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #134 from CEED/jed/fortran-api-array
Jed/fortran api array |
| 1a4ead9b | 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix and use QFunctionGetNumArgs |
| 09486605 | 17-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Typo in basis create |
| c2ae719d | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: fix string handling |
| 18f8b401 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionIdentity: check for compatible sizes |
| 12bf2c11 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: support NULL for ceedoperatorapply |
| 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 |
| 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 |
| 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). |
| 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 |
| 4b8bea3b | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma} |
| 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 |