| f2079f43 | 21-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] qfunction + okl and fortran __FILE__ (< 72 characters!) |
| 0548c81d | 21-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] operator + qfunction alloc |
| ffc7147a | 20-Jun-2018 |
camierjs <camier1@llnl.gov> |
[t20] okl offsets |
| 22e22828 | 20-Jun-2018 |
camierjs <camier1@llnl.gov> |
[active/passive] t20 without operator |
| 4273954b | 24-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[PETSc] Starting PETSc example conversion |
| 54251743 | 24-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM][NEK] Converting example BPs to active-passive |
| 3bfcb0de | 09-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[WIP] Start converting MAGMA and COOA backends |
| a9308b07 | 05-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added Doxygen for CeedOperatorSetField constants |
| 583b1d4c | 05-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Rename CEED_QDATA_NONE to CEED_VECTOR_ACTIVE and CEED_VECTOR_NONE |
| 6ddacda3 | 05-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Adjust rebase issues |
| e86aaed4 | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
fortran: ceed_restriction_identity, ceed_basis_colocated, ceed_qdata_none |
| 42877f77 | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
style, updated ex1 |
| b747109d | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
added CEED_RESTRICTION_IDENTITY, CEED_BASIS_COLOCATION, CEED_QDATA_NONE |
| 6dd1c7f9 | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add check for CEED_EVAL_WEIGHT on output |
| 885ac19c | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Ref setup fields helper function |
| d94c0277 | 25-May-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: fix const and check errors |
| ff8ca64b | 21-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
WIP passive fields
Fleshed out OperatorSetup, built comments for frame of OperatorApply. Need to finish OperatorApply and deallocate arrays in OperatorDestroy
WIP, attemped to flesh out OpApply
de
WIP passive fields
Fleshed out OperatorSetup, built comments for frame of OperatorApply. Need to finish OperatorApply and deallocate arrays in OperatorDestroy
WIP, attemped to flesh out OpApply
debugging
more debugging
modified Fortran interface, need to add new operator/qfunction functions
pointer fix
CeedElemRestrictionCreateVector added, currently assumes one comp
Dedugged OpSetup
Debugging OperatorApply
rebuilt code, error at QFuncApply
pointer errors
my pointers are a mess
malloc issues
error in OpApply, in output RestrictApply
minor fixes, still broken
both known errors identified
moved edata, indata, outdata to opref
error only when no print statement in code
possible location of mem issue IDed
Impliment OperatorApply
Fortran interface improvements started
Started rewriting Fortran tests
started Fortran conversion, ex1-vol-ann working in 1D ONLY
debugging ex1
ex1-vol-ann works
t20 fortran working, not happy with it though
cleanup
Fortran QFunc Apply with 32 arguments
t30 runs
cleanup
show more ...
|
| a460c33b | 03-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'travismfem' [PR #88]
* travismfem: Makefile: group prove-allexamples and follow patterns Using main MAKEFILE, added make mfem and make prove-mfem Add tap in examples/mfem, makefi
Merge branch 'travismfem' [PR #88]
* travismfem: Makefile: group prove-allexamples and follow patterns Using main MAKEFILE, added make mfem and make prove-mfem Add tap in examples/mfem, makefile could be improved make serial Add MFEM to Travis
show more ...
|
| 16c6c054 | 03-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: group prove-allexamples and follow patterns
* Speed up tests by exposing parallelism to prove * Use TESTARGS in examples rather than pattern matching in tap.sh * Use shallow clone and para
Makefile: group prove-allexamples and follow patterns
* Speed up tests by exposing parallelism to prove * Use TESTARGS in examples rather than pattern matching in tap.sh * Use shallow clone and parallel make to build MFEM * Use MFEM_CXXFLAGS=-O to speed up build * Use pattern rules to build MFEM examples in OBJDIR * Use non-phony dependencies to avoid overzealous building
show more ...
|
| 2158b1b0 | 03-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Using main MAKEFILE, added make mfem and make prove-mfem |
| 36ddeef6 | 02-Jul-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #75 from thilinarmtb/evector_support
[WIP][Nek] Update BP1 and add BP3 |
| dc00e230 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add tap in examples/mfem, makefile could be improved |
| ac060af4 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
make serial |
| 9b872752 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add MFEM to Travis |
| 535acf40 | 29-Jun-2018 |
Tzanio <tzanio@llnl.gov> |
Typo |