| 734e90fe | 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into fortran_interface |
| 28b8dc59 | 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Start adding Nek5000 example |
| 3762f2d6 | 03-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/make-install' [PR #32]
* jed/make-install: make install: document in README make install: avoid non-portable GNU install options make: add install target Switch to include/
Merge branch 'jed/make-install' [PR #32]
* jed/make-install: make install: document in README make install: avoid non-portable GNU install options make: add install target Switch to include/ceed.h and lib/libceed.so directory structure
show more ...
|
| 67bd6753 | 03-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
make install: document in README |
| 92489bd1 | 03-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Fix a bug in Fortran interface
and finist t30-operator test in Fortran |
| 1e25a746 | 03-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
make install: avoid non-portable GNU install options
Reported-by: Tzanio Kolev <kolev1@llnl.gov> |
| d5217624 | 03-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
make: add install target
Typical usage is
make install prefix=/opt/ceed
or
make install prefix=/usr DESTDIR=/my/packaging/path |
| 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. |
| bee12455 | 02-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add t30-operator-test and fix a few errors
on C side |
| 510b1504 | 02-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add test t30-operator-f |
| 3fcfd4f0 | 02-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Fix the QFunction interface of Fortran
and add t20-qfunction-f |
| 9ccfded6 | 02-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the tests with a subroutine separator |
| cc93cdd3 | 02-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add t14-basis-weight test |
| 1f47fed5 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add t13-basis-f.f and Fix a memory bug
when freeing dicts |
| 08db73c9 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add t12-basis test for Fortran |
| b507868b | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Change Fortran interface to work with latest master |
| 3f4acda5 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into fortran_interface |
| 86bacd89 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Polish the Fortran tests
More strict checking, typify parameters |
| 3d715cd2 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a test for CeedBasis in Fortran |
| 6289df3d | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Fix the test t05-elemrestriction-f |
| d806ff4c | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Remove old ex1f.f
|
| a99eee77 | 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a header with Fortran 77 constants
and update the Fortran tests to use it |
| c51e50ed | 31-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update CeedElemRestrictionApply
and rename CeedRequestDestroy to CeedRequestWait |
| e0004e94 | 31-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add ElementRestriction test in Fortran |
| 2f0d0362 | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'ceed-ex1-dev' [PR #30]
* ceed-ex1-dev: Add examples to test suite Rename examples/ex1 -> examples/ex1-volume-annulus make: remove tst target because it reorders output (invalid T
Merge branch 'ceed-ex1-dev' [PR #30]
* ceed-ex1-dev: Add examples to test suite Rename examples/ex1 -> examples/ex1-volume-annulus make: remove tst target because it reorders output (invalid TAP) make: link examples/%.c into build/% examples/ex1: make -t (test) select smaller test case and print less In examples/ex1.c, add parsing of command line options. In examples/ex1.c, set the mesh node coordinates using the appropriate non-uniform spacing (Lobatto points) instead of uniform spacing. Remove explicit linking with OCCA from examples/Makefile. Fixing the build on my Linux box Add examples/ex1.c which does not have external dependencies.
show more ...
|