| d54f026c | 29-Mar-2018 |
camierjs <camier1@llnl.gov> |
[okl] removed fabs epsilon tests in all files (not used yet) |
| 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 ...
|
| 19e9f421 | 28-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] PETSc example with ctx inout, qfdatasize & offsets |
| 4b1000c7 | 27-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] fixed /ocl/occa |
| 24ed8b5f | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Couple more OKL kernel fixes in example Makefiles |
| 0b8e4d72 | 27-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 ...
|
| edbbdbad | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] examples Makefile occa cache |
| a5ba6ca9 | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] pushing backends/occa/*.okl to install prefix/lib/okl and use them if needed |
| 9ba0f437 | 21-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Fixed check for OpenCL in OCCA. Make style. |
| 0c784865 | 21-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] cleanup, MFEM ex1 and OKL file lookup with '.' |
| 6011fe3d | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] cleanup |
| 42f45400 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] WIP MFEM ex1 |
| 94b43291 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] Tindices before push into kernels |
| 6ea7c6c1 | 03-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. |
| 984c50ed | 24-Jan-2018 |
Tzanio <tzanio@llnl.gov> |
make style |
| 8c081a34 | 08-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 ...
|
| cf72fa5c | 02-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
.gitignore for examples |
| 4ec00519 | 03-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 ...
|
| 8c59ebb3 | 24-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Add an MFEM diffusion example, ex3.cpp |
| ea474a52 | 23-Dec-2017 |
Tzanio <tzanio@llnl.gov> |
make style |
| 6e5d1fd9 | 23-Dec-2017 |
camierjs <camier1@llnl.gov> |
[occa] MFEM ex1 working |
| 3ce8f978 | 22-Dec-2017 |
Jean-Sylvain Camier <camier1@llnl.gov> |
[occa] kRestrict kernel |
| dd9a71b6 | 22-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix the MFEM example build plus a few other fixes and tweaks in the OCCA backend. |
| 53f970b2 | 21-Dec-2017 |
Tzanio <tzanio@llnl.gov> |
Slight adjustments in mfem/ex1 |
| f3ea3031 | 21-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
A first working version of the MFEM example. |