| 89c6646b | 27-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Free Ceed*_dict arrays
and add fCeedOperatorDestroy |
| d47ff227 | 27-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Replace malloc, free, realloc by Ceed* versions |
| 683a9778 | 27-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a CeedRealloc() |
| 06b3f59f | 25-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Remove the redundant indirection
and convert a static memory allocation to dynamic. |
| 3210ff45 | 24-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Move Fortran interface to a separate file |
| be393ebb | 24-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the example: ex1f |
| a5ff4a2d | 24-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran interface for CeedOperatorCreate |
| 5374b745 | 24-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the example |
| 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 |
| cfa6c38f | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the documentation |
| d2de9301 | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update .travis.yml to build fortran tests |
| 85f3aa1b | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add fortran version of t00-init |
| 3f3ee45e | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Remove the command line arguments |
| b850f196 | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Move tests/t40-fortran.f to examples/ex1f.f
Tests will be added inline with existing C tests |
| 673d494e | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a Make rule for fortran examples |
| 34fd0bf9 | 23-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Make target `examples` is working now |
| 581b7237 | 20-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the example |
| 0bc8ecd0 | 20-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran interface for *Destroy functions |
| cad267f4 | 19-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran interface for CeedQFunctionCreateInterior
and CeedQFunctionSetContext |
| 64b295a9 | 30-Dec-2017 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the fortran test to mimick ex1 |
| 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 ...
|
| 78229d01 | 03-Jan-2018 |
Tzanio <tzanio@llnl.gov> |
make style |
| 74e0540e | 03-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Add CONTRIBUTING.md |
| 0c182c4c | 03-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Documentation fixes and remove unimplemented functions from API sketch
Doxygen warns about functions being undocumented when argument names are specified in function-pointer arguments such as CeedRe
Documentation fixes and remove unimplemented functions from API sketch
Doxygen warns about functions being undocumented when argument names are specified in function-pointer arguments such as CeedRegister. We may want to use a typedef for such functions merely so they can be fully documented.
show more ...
|