| 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 |
| aa7e030b | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
make: remove tst target because it reorders output (invalid TAP)
Use the prove target for parallelism |
| efef47cd | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
make: link examples/%.c into build/% |
| eb3834e9 | 31-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
examples/ex1: make -t (test) select smaller test case and print less |
| ac1cf17f | 31-Jan-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #31 from CEED/make
[make] verbose mode, all target and TERM+dumb rule output |
| 29e14fb8 | 30-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Complete Fortran API for Ceedoperator |
| eec1a11b | 30-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Complete CeedQFunction Fortran API
with some TODOs |
| d522179d | 30-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add Fortran APIs for quadrature functions |
| d9fa0040 | 30-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Complete the CeedBasis API functions
except CeedBasisView |
| c9cb18b9 | 30-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Complete the CeedElemRestiction API functions |
| abb87f81 | 30-Jan-2018 |
camierjs <camier1@llnl.gov> |
[make] Added emacs' TERM=dumb switch compilation output |
| 3c5d0cdf | 30-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
make color: avoid bc and extra shell invocation
make documentation endorses xargs and expr, but not bc which is usually distributed independently and thus less portable. |
| 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. |
| 18a724fc | 30-Jan-2018 |
camierjs <camier1@llnl.gov> |
[make] CC operation, TTY test & full path output |
| 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 |
| 9bdc3d68 | 29-Jan-2018 |
camierjs <camier1@llnl.gov> |
[make] verbose mode, all target and TERM+dumb rule output |
| 1dcbc9ca | 29-Jan-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Add examples/ex1.c which does not have external dependencies. |
| e6473e30 | 28-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add the CeedVector test |
| 54377cbc | 28-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add CeedVector functions |
| bef726a9 | 28-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Polishing |
| fc406400 | 27-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update the example |
| 839ff1d8 | 27-Jan-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Fix an error with CeedRealloc |