- 19 Oct, 2016 8 commits
-
-
Cody Permann authored
Added build script for coupled MOOSE+Nek5000 example This includes a script (examples/template_example/build_coupled_nek.sh) for building the Nek5000 libraries and MOON. The script also deletes/updates the Nek5000 configuration files. .gitignore is updated to include build and run artifacts from Nek5000. See merge request !7
-
Ron Rahaman authored
-
Cody Permann authored
-
Cody Permann authored
-
Cody Permann authored
-
Cody Permann authored
-
Cody Permann authored
-
Cody Permann authored
-
- 18 Oct, 2016 12 commits
-
-
Cody Permann authored
-
Cody Permann authored
-
Ron Rahaman authored
Added updated makenek See merge request !6
-
Ron Rahaman authored
-
Ron Rahaman authored
Updated makenek to work with MOON's template_example See merge request !5
-
Ron Rahaman authored
-
Cody Permann authored
Additional changes needed to makenek to avoid clobbering the template example Makefile
-
Ron Rahaman authored
NekExecutioner and NekTimtestepper This PR added a: * NekExecutioner and * NekTimestepper Which call subroutines from libnek5000. Additionally, it moved src/Nek5000 and src/moose to the top-level so Makefile is cleaner TODO: Make sure compilation of MOOSE framework works See merge request !4
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Elia Merzari authored
-
Elia Merzari authored
-
- 17 Oct, 2016 11 commits
-
-
Ron Rahaman authored
BCFunction gets values from Nek5000 common block The BCs are set by BCFunction using a value from a Nek5000 common block See merge request !3
-
Ron Rahaman authored
-
Elia Merzari authored
-
Elia Merzari authored
-
Elia Merzari authored
-
Ron Rahaman authored
Pre-meeting Examples These are the examples we have working prior to the meeting with INL. They include: * Heat conduction in a 2D circular and 3D cylindrical domain * A "hello world" example to link Nek and MOOSE See merge request !2
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Ron Rahaman authored
-
- 11 Oct, 2016 1 commit
-
-
Ron Rahaman authored
-
- 10 Oct, 2016 4 commits
-
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Ron Rahaman authored
-
- 28 Sep, 2016 3 commits
-
-
Ron Rahaman authored
Test driver This adds two top-level examples in `moon/examples` * `ex01_inputfile` is the same as `moose/examples/ex01_inputfile` except the Makefile paths have been updated * `hello_nek` is the same as `ex01_inputfile` except it compiles `libnek5000.a`, initializes Nek from `eddy_uv.rea` and prints some values from a common block. After that, it runs `ex01` to completion. See merge request !1
-
Ron Rahaman authored
-
Ron Rahaman authored
-
- 27 Sep, 2016 1 commit
-
-
Ron Rahaman authored
-