| #
31d4d2ba
|
| 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
examples/mfem: add option -s (--size) to specify target problem size
This drops logic in bp3 about dim=1, but we aren't currently exercising that and I think an interested user can make do with the
examples/mfem: add option -s (--size) to specify target problem size
This drops logic in bp3 about dim=1, but we aren't currently exercising that and I think an interested user can make do with the run-time option.
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 ...
|
| #
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
|
| #
5dab8e2a
|
| 30-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Merge branch 'master' into magma-dev
|
| #
9ac4d3f0
|
| 30-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Merge branch 'master' of github.com:CEED/libCEED
Conflicts: README.md
|
| #
11348800
|
| 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'unify-examples-plus' [PR #54]
* unify-examples-plus: Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles. In examples/{mfem,petsc}/Makefile: Delete the OCCA_LIBS v
Merge branch 'unify-examples-plus' [PR #54]
* unify-examples-plus: Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles. In examples/{mfem,petsc}/Makefile: Delete the OCCA_LIBS variable from the mfem examples building rule. Some small tweaks and improvements in the MFEM and PETSc examples.
show more ...
|
| #
973cf595
|
| 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Merge branch 'master' into magma-dev
Conflicts: Makefile tests/tap.sh
|
| #
47a7da02
|
| 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into run_nek_fix
|
| #
c0c38e35
|
| 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Some small tweaks and improvements in the MFEM and PETSc examples.
|
| #
a4855b74
|
| 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into nek_gpu
|
| #
5dc1b4ec
|
| 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'unify-examples-dev' [PR #52]
* unify-examples-dev: examples/petsc: work around offensive astyle formatting Several improvements/unification between the libCEED examples
|
| #
182fbe45
|
| 28-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Several improvements/unification between the libCEED examples
- All examples except Nek support '-ceed' now as command-line parameter for the Ceed spec - The MFEM and PETSc examples were renamed to
Several improvements/unification between the libCEED examples
- All examples except Nek support '-ceed' now as command-line parameter for the Ceed spec - The MFEM and PETSc examples were renamed to bp? - The libceed example (ex1-volume-annulus) was moved to examples/ceed/ex1 - For clarity, the libCEED portion of the MFEM examples were moved to header files - Documentation + sample runs were added
show more ...
|