| a48d94bf | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM] MFEM bp3 works |
| 7ca8db16 | 30-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM] Convert MFEM bp1 to active passive |
| 6fcc33cc | 28-Jun-2018 |
camierjs <camier1@llnl.gov> |
[mfem] qfunc to qdata field, but size does not match yet |
| c8e39fab | 28-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] okl OpenCL hack to make all the tests run |
| f2079f43 | 21-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] qfunction + okl and fortran __FILE__ (< 72 characters!) |
| 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 |
| 583b1d4c | 05-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Rename CEED_QDATA_NONE to CEED_VECTOR_ACTIVE and CEED_VECTOR_NONE |
| 42877f77 | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
style, updated ex1 |
| 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 |
| dc00e230 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add tap in examples/mfem, makefile could be improved |
| 9b872752 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add MFEM to Travis |
| fda33275 | 06-Jun-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Add Nek5000 BP3 with libCEED and
* Fix a bug in the element-restriction code. |
| d2ac485c | 01-Jun-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Update bp1.usr, make-nek/run-nek-examples.sh |
| acd3052e | 31-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Remove redundant data copying |
| 5af26a27 | 31-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update make-nek-examples.sh |
| caf94837 | 29-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Updating bp1 to use a setup routine in backend |
| 7e7fc317 | 24-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Define CEED_ELEMRESTRICT_IDENTITY for E vecs |
| 241a391f | 24-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: get rid of indices array |
| e17b31af | 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into evector_support |
| f7ede465 | 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Update Nek5000 example |
| 264c39a9 | 02-May-2018 |
Jed Brown <jed@jedbrown.org> |
examples/nek5000/run-nek-example.sh: error if -b is not provided |