| aaf62e0c | 09-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Nek: generate SIZE from SIZE.in and makenek so it is not versioned |
| 476153c0 | 08-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add .gitignore file |
| 933abe76 | 08-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Remove lines added by makenek |
| d2875437 | 08-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Use makenek from the Nek5000 path |
| 39523eee | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Merge remote-tracking branch 'thilina/fortran_interface' [PR #19]
* thilina/fortran_interface: (71 commits) Makefile: remove redundant prerequisite statement make astyle t20-qfunction-f: comme
Merge remote-tracking branch 'thilina/fortran_interface' [PR #19]
* thilina/fortran_interface: (71 commits) Makefile: remove redundant prerequisite statement make astyle t20-qfunction-f: comment dummy argument Makefile FFLAGS: -Wno-unused-dummy-argument Makefile: set FC=gfortran because make defines FC=f77 by default Nek5000 example: add support for NEK5K_DIR and edit README Undo conversion from CeedScalar to double Update README Update run-nek-example script Comment out exitti call Add a README for Nek5000 examples Enumerate QFunctionFortranStub call with arguments Replace %val(0) by ceed_null Convert CeedScalar-s to double Convert CeedInt-s to int Update Nek5000 example: working now !!! Update scripts: generate-boxes, make-nek-examples Update Nek5000 example Add a batch script to run Nek5000 example Update Nek5000 example ...
show more ...
|
| 854b733d | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: remove redundant prerequisite statement |
| 3711006f | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
make astyle |
| a6364cef | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
t20-qfunction-f: comment dummy argument |
| bcfdf5e6 | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile FFLAGS: -Wno-unused-dummy-argument
This option is analogous to gcc -Wno-unused-parameter (which gfortran processes as pertaining to Fortran's PARAMETER statement). |
| 18006e1d | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: set FC=gfortran because make defines FC=f77 by default
f77 is less likely to be available, but FC ?= gfortran has no effect due to the default. |
| 6f6079d1 | 07-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Nek5000 example: add support for NEK5K_DIR and edit README |
| d31caeaa | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Undo conversion from CeedScalar to double |
| a32ba193 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update README |
| 004758a9 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update run-nek-example script |
| 37b46e9f | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Comment out exitti call |
| f55952f8 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a README for Nek5000 examples |
| d7ad9a89 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Enumerate QFunctionFortranStub call with arguments |
| 3277dcb9 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Replace %val(0) by ceed_null |
| c6dd0283 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Convert CeedScalar-s to double |
| 5733f85e | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Convert CeedInt-s to int |
| 78a417f3 | 07-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update Nek5000 example: working now !!! |
| 811e8d3b | 06-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update scripts: generate-boxes, make-nek-examples
run-nek-example.sh |
| ce8ee85d | 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update Nek5000 example |
| 481135ff | 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add a batch script to run Nek5000 example |
| cc8ba475 | 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update Nek5000 example
and remove some whitespaces. |