| 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 |
| 77953548 | 02-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Minor doc clarification |
| 2e681e34 | 02-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
CeedVectorView: view to FILE *stream; handy for debugging |
| 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 ...
|
| 96b76019 | 02-Jan-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Fix typo |
| 7340a098 | 30-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Trim the fortran character variable and initialize
ndof |
| d0190567 | 29-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Start adding a Fortran interface for
CeedQFunctionCreateInterior |
| fe4b9717 | 29-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran interface for CeedElemRestriction |
| 32d74c32 | 29-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran tests |
| b382d8e2 | 27-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran interface for CeedInit and
CeedVectorCreate |
| 0e439e50 | 24-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
Add pkg-config ceed.pc (generated for build directory) |
| 8c59ebb3 | 24-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Add an MFEM diffusion example, ex3.cpp |
| 5e0799b1 | 24-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Add support for BasisApply with CEED_EVAL_GRAD + CEED_TRANSPOSE modes |
| c384b403 | 23-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'occa-backend'
* occa-backend: OCCA: Fix logic for raising an error when falling back to Serial Fix the size of temporary arrays in CeedBasisApply_* [occa] kRestrict[345] fix to a
Merge branch 'occa-backend'
* occa-backend: OCCA: Fix logic for raising an error when falling back to Serial Fix the size of temporary arrays in CeedBasisApply_* [occa] kRestrict[345] fix to avoid race condition, thx David make style [occa] /omp/occa mode [occa] okl return => continue [occa] kernel tile fix [occa] MFEM ex1 working
show more ...
|
| f1bb87b3 | 23-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
OCCA: Fix logic for raising an error when falling back to Serial |
| 06320e62 | 23-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix the size of temporary arrays in CeedBasisApply_* |
| 0237ccb7 | 23-Dec-2017 |
Tzanio Kolev <tzanio@llnl.gov> |
Update libCEED.md |
| 129fd42d | 23-Dec-2017 |
Tzanio Kolev <tzanio@llnl.gov> |
Update libCEED.md |
| 98327728 | 23-Dec-2017 |
Tzanio Kolev <tzanio@llnl.gov> |
Update libCEED.md |
| f2c2079e | 23-Dec-2017 |
Tzanio <tzanio@llnl.gov> |
Some reshaping in doc/libCEED.md.
LaTeX redndering with latex.codecogs.com. |
| b8dc55c6 | 23-Dec-2017 |
camierjs <camier1@llnl.gov> |
Merge branch 'occa-backend' of github.com:CEED/libCEED into occa-backend |
| f83a5769 | 23-Dec-2017 |
camierjs <camier1@llnl.gov> |
[occa] kRestrict[345] fix to avoid race condition, thx David |
| f77561a9 | 23-Dec-2017 |
Veselin Dobrev <dobrev@llnl.gov> |
Copy some edit to libCEED.md from the report. |
| ea474a52 | 23-Dec-2017 |
Tzanio <tzanio@llnl.gov> |
make style |