| #
a7724da3
|
| 24-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #232 from CEED/offsetof-fix
Offsetof fix
|
| #
f8902d9e
|
| 24-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
VecCreate -> VectorCreate
|
| #
d4fd2798
|
| 18-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #228 from CEED/rstr-block
Restriction Block
|
| #
89c6efa4
|
| 03-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Use blocking in optimized serial backends
|
| #
486febe6
|
| 15-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #224 from CEED/mem-zero
Check QFunction Output Vecs
|
| #
8d75ea1b
|
| 18-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix include statements
|
| #
2f86a920
|
| 13-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add CeedTensorContract object (#211)
|
| #
52d6035f
|
| 13-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Operator Composition (#197)
* Composite Operator for cpu/self family of backends
* Remove small leak
* Improve C tests
* Add composite operator to Fortran interface and tests
* Fix Fortr
Operator Composition (#197)
* Composite Operator for cpu/self family of backends
* Remove small leak
* Improve C tests
* Add composite operator to Fortran interface and tests
* Fix Fortran test missing destroys
* Fortran test okl files, currently not used
* fix error in composite ' add' flag logic
* Switch composite op tests to f90
* Check for operator type on utility functions
* Documentation and test cleanup
* Make Style
show more ...
|
| #
0a1d75a0
|
| 06-Feb-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #206 from CEED/wording
Readability changes
|
| #
856142e1
|
| 06-Feb-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Backend naming adjustment
|
| #
ae228676
|
| 11-Jan-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #182 from CEED/avx
AVX Backend
|
| #
48fffa06
|
| 17-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
avx vectorized backend
Edge cases for AVX BasisApply
Priority adjustment to match libXSMM branch
Remove scalar/simd mix for Intel
Check for CC AVX support
AVX: proposed doc and makefile detectio
avx vectorized backend
Edge cases for AVX BasisApply
Priority adjustment to match libXSMM branch
Remove scalar/simd mix for Intel
Check for CC AVX support
AVX: proposed doc and makefile detection update
show more ...
|
| #
5c32accb
|
| 18-Dec-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #172 from CEED/setters
Setters
|
| #
1dfeef1d
|
| 12-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style
|
| #
fe2413ff
|
| 14-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add setters, remove impl header from CPU, OCCA backends
|
| #
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 ...
|
| #
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 ...
|
| #
9ddbf157
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation updating for t500
|
| #
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 ...
|
| #
4e35ef05
|
| 01-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added RestrictionCreateBlocked, only implimented in Ref, and t06
|
| #
983ae021
|
| 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'cpu/opt' [PR #82]
* cpu/opt: [Opt] Add first version of opt backend, use colocated grad Add backend prioritization Add t17-basis to test BasisApply for GRAD and TRANSPOSE
|
| #
44951fc6
|
| 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add backend prioritization
|