| #
1dfeef1d
|
| 12-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style
|
| #
98326946
|
| 04-Dec-2018 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #170 from CEED/op-transpose-rstr
Add LMode field to CeedOperatorSetField
|
| #
4dccadb6
|
| 30-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add lmode field to CeedOperatorSetField
|
| #
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 ...
|
| #
d863ab9b
|
| 19-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Separate to 3 header files
|
| #
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
|
| #
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
|
| #
c2ae719d
|
| 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: fix string handling
|
| #
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
|
| #
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}
|
| #
d7b241e6
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move ceed* files to 'inteface' directory, comment cleanup
|