History log of /libCEED/examples/mfem/ (Results 76 – 100 of 101)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d54f026c29-Mar-2018 camierjs <camier1@llnl.gov>

[okl] removed fabs epsilon tests in all files (not used yet)

182fbe4528-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 ...

19e9f42128-Mar-2018 camierjs <camier1@llnl.gov>

[occa] PETSc example with ctx inout, qfdatasize & offsets

4b1000c727-Mar-2018 camierjs <camier1@llnl.gov>

[occa] fixed /ocl/occa

24ed8b5f27-Mar-2018 Tzanio <tzanio@llnl.gov>

Couple more OKL kernel fixes in example Makefiles

0b8e4d7227-Mar-2018 Tzanio <tzanio@llnl.gov>

Comment-out the restrict kernels using atomicAdd(double), so we can build the
OCCA backends on GPU cards with lower SMs.

Removed C11 _Generic macro in dbg/cdbg macros in ceed-occa.h.

Fixed OKL kern

Comment-out the restrict kernels using atomicAdd(double), so we can build the
OCCA backends on GPU cards with lower SMs.

Removed C11 _Generic macro in dbg/cdbg macros in ceed-occa.h.

Fixed OKL kernel caching in Makefile in examples/mfem.

Make style.

show more ...

edbbdbad26-Mar-2018 camierjs <camier1@llnl.gov>

[occa] examples Makefile occa cache

a5ba6ca926-Mar-2018 camierjs <camier1@llnl.gov>

[occa] pushing backends/occa/*.okl to install prefix/lib/okl and use them if needed

9ba0f43721-Mar-2018 Tzanio <tzanio@llnl.gov>

Fixed check for OpenCL in OCCA. Make style.

0c78486521-Mar-2018 camierjs <camier1@llnl.gov>

[occa] cleanup, MFEM ex1 and OKL file lookup with '.'

6011fe3d20-Mar-2018 camierjs <camier1@llnl.gov>

[occa] cleanup

42f4540020-Mar-2018 camierjs <camier1@llnl.gov>

[occa] WIP MFEM ex1

94b4329120-Mar-2018 camierjs <camier1@llnl.gov>

[occa] Tindices before push into kernels


/libCEED/.asanignore
/libCEED/.codedocs
/libCEED/.gitignore
/libCEED/.travis.yml
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa-restrict.okl
/libCEED/backends/occa/ceed-occa-vector.c
/libCEED/backends/occa/ceed-occa.c
/libCEED/backends/occa/ceed-occa.h
/libCEED/ceed-fortran.c
/libCEED/ceed-vec.c
/libCEED/ceed.c
/libCEED/doc/libCEED.md
/libCEED/doc/logo.svg
/libCEED/examples/Makefile
/libCEED/examples/ex1-volume-annulus.okl
ex1.cpp
/libCEED/examples/nek5000/.gitignore
/libCEED/examples/nek5000/README.md
/libCEED/examples/nek5000/SIZE.in
/libCEED/examples/nek5000/boxes/b.box
/libCEED/examples/nek5000/boxes/b1e.rea
/libCEED/examples/nek5000/ex1.usr
/libCEED/examples/nek5000/generate-boxes.sh
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/include/ceed-fortran-name.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceedf.h
/libCEED/output/t30-operator.out
/libCEED/tests/t00-init-f.f
/libCEED/tests/t01-vec-f.f
/libCEED/tests/t05-elemrestriction-f.f
/libCEED/tests/t10-basis-f.f
/libCEED/tests/t11-basis-f.f
/libCEED/tests/t12-basis-f.f
/libCEED/tests/t13-basis-f.f
/libCEED/tests/t14-basis-weight-f.f
/libCEED/tests/t20-qfunction-f.f
/libCEED/tests/t20-qfunction-f.okl
/libCEED/tests/t20-qfunction.okl
/libCEED/tests/t30-operator-f.f
/libCEED/tests/t30-operator-f.okl
/libCEED/tests/t30-operator.c
/libCEED/tests/t30-operator.okl
/libCEED/tests/tap.sh
6ea7c6c103-Feb-2018 Jed Brown <jed@jedbrown.org>

Switch to include/ceed.h and lib/libceed.so directory structure

This gives the source directory a compatible directory layout with
the install directory, thus enabling a user to use either.

984c50ed24-Jan-2018 Tzanio <tzanio@llnl.gov>

make style

8c081a3408-Jan-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'mfem-diff-example' [PR #20]

CEED_REQUEST_NULL was removed in 'master'. Use in this branch is
replaced by CEED_REQUEST_ORDERED.

* mfem-diff-example:
In the mfem examples:
Add an M

Merge branch 'mfem-diff-example' [PR #20]

CEED_REQUEST_NULL was removed in 'master'. Use in this branch is
replaced by CEED_REQUEST_ORDERED.

* mfem-diff-example:
In the mfem examples:
Add an MFEM diffusion example, ex3.cpp
Add support for BasisApply with CEED_EVAL_GRAD + CEED_TRANSPOSE modes

show more ...

cf72fa5c02-Jan-2018 Jed Brown <jed@jedbrown.org>

.gitignore for examples

4ec0051903-Jan-2018 Veselin Dobrev <dobrev@llnl.gov>

In the mfem examples:

* Choose the problem size based on the number of unknowns, not based
on the number of elements in the mesh.
* If the input mesh is a NURBS mesh, convert it to a curved mesh o

In the mfem examples:

* Choose the problem size based on the number of unknowns, not based
on the number of elements in the mesh.
* If the input mesh is a NURBS mesh, convert it to a curved mesh of the
same order as the solution space.
* Adjust the sample runs in ex3.cpp.
* By default, use order 2 space in ex3.cpp.
* Fix the description comments in ex3.cpp.

show more ...

8c59ebb324-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Add an MFEM diffusion example, ex3.cpp

ea474a5223-Dec-2017 Tzanio <tzanio@llnl.gov>

make style

6e5d1fd923-Dec-2017 camierjs <camier1@llnl.gov>

[occa] MFEM ex1 working

3ce8f97822-Dec-2017 Jean-Sylvain Camier <camier1@llnl.gov>

[occa] kRestrict kernel

dd9a71b622-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Fix the MFEM example build plus a few other fixes and tweaks in the
OCCA backend.

53f970b221-Dec-2017 Tzanio <tzanio@llnl.gov>

Slight adjustments in mfem/ex1

f3ea303121-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

A first working version of the MFEM example.

12345