| #
0a5a520a
|
| 06-Nov-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'getters' of github:ceed/libceed [PR #167]
* 'getters' of github:ceed/libceed: Improved documentation Add Operator/QFunction field getters Update documentation Separate to 3 hea
Merge branch 'getters' of github:ceed/libceed [PR #167]
* 'getters' of github:ceed/libceed: Improved documentation Add Operator/QFunction field getters Update documentation Separate to 3 header files First round of getters
[Remove unnecessary ceed-impl.h in merge.]
show more ...
|
| #
5d6bafb2
|
| 26-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Improved documentation
|
| #
d1bcdac9
|
| 23-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add Operator/QFunction field getters
|
| #
d863ab9b
|
| 19-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Separate to 3 header files
|
| #
4ce2993f
|
| 17-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
First round of getters
Use Getters in ref backend
Add Getters to blocked backend
Convert OCCA backend to use Getters
Add getters for backend data
|
| #
9e1c8ed3
|
| 12-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'remove-extra-ceed-args' [PR #148]
* remove-extra-ceed-args: Restore ceed argument in TensorContractRef/Opt Switch held ref ceed to delegate ceed recursively checked for Refactor
Merge branch 'remove-extra-ceed-args' [PR #148]
* remove-extra-ceed-args: Restore ceed argument in TensorContractRef/Opt Switch held ref ceed to delegate ceed recursively checked for Refactor to standardize backend create functions
show more ...
|
| #
5fe0d4fa
|
| 29-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Switch held ref ceed to delegate ceed recursively checked for
|
| #
a7dfafed
|
| 29-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'new-basis-shapes' [PR #97]
* new-basis-shapes: Non-tensor bases
|
| #
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 ...
|
| #
d8c10cdc
|
| 28-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'master' of github:valeriabarra/libceed [PR #146]
* 'master' of github:valeriabarra/libceed: fixed other occurrences of 'colocated' fixed misalignment Refactored 'colocated' missp
Merge branch 'master' of github:valeriabarra/libceed [PR #146]
* 'master' of github:valeriabarra/libceed: fixed other occurrences of 'colocated' fixed misalignment Refactored 'colocated' misspelling
show more ...
|
| #
783c99b3
|
| 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
Refactored 'colocated' misspelling
|
| #
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).
|
| #
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}
|
| #
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
|
| #
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 ...
|
| #
f03d1fd8
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'vector-set-val' [PR #114, close #105]
* vector-set-val: Remove extra comment Updated to allow backend specific implimentation Create VectorSetValue and tests
|
| #
8c23e06a
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Doxygen cleanup
|
| #
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
|
| #
2e181699
|
| 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'RestrictionBatch' [PR #106]
* RestrictionBatch: Clean up/reorder blocked loop Update loops Style More loop tightening Tighten loop structure for permute and pad Document nc
Merge branch 'RestrictionBatch' [PR #106]
* RestrictionBatch: Clean up/reorder blocked loop Update loops Style More loop tightening Tighten loop structure for permute and pad Document ncomp (description/name ndof is incorrect) Documentation update Loop and style updates Tap exception for backends that don't yet support Blocked restriction Added RestrictionCreateBlocked, only implimented in Ref, and t06
show more ...
|