| 28b8dc59 | 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Start adding Nek5000 example |
| 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. |
| dad465e7 | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Add examples to test suite |
| 46f5973e | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Rename examples/ex1 -> examples/ex1-volume-annulus |
| eb3834e9 | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
examples/ex1: make -t (test) select smaller test case and print less |
| e12c42aa | 30-Jan-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In examples/ex1.c, add parsing of command line options.
Trigger "make clean" in examples/ from the clean target in the main Makefile.
In .gitignore, add Mac specific files to ignore.
Add file exam
In examples/ex1.c, add parsing of command line options.
Trigger "make clean" in examples/ from the clean target in the main Makefile.
In .gitignore, add Mac specific files to ignore.
Add file examples/.gitignore.
show more ...
|
| 9a7490e7 | 30-Jan-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In examples/ex1.c, set the mesh node coordinates using the appropriate non-uniform spacing (Lobatto points) instead of uniform spacing. |
| 952c257a | 30-Jan-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Remove explicit linking with OCCA from examples/Makefile. |
| d91e8e0b | 30-Jan-2018 |
Tzanio <tzanio@llnl.gov> |
Fixing the build on my Linux box |
| 1dcbc9ca | 29-Jan-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Add examples/ex1.c which does not have external dependencies. |
| 88a62463 | 24-Jan-2018 |
Tzanio <tzanio@llnl.gov> |
Removing an example file that doesn't work currently
|
| 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 |
| 9f8a8fa0 | 02-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
PETSc implementation of BP1 |
| 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. |
| cbc56ef6 | 20-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
First draft of MFEM example. |
| 9c477bc0 | 19-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
CeedBasisCreateTensorH1Lagrange: change from degree to number of points
Simplifies calculation of sizes and will be compatible with other (e.g., non-polynomial or spline) bases. |