- 19 Oct, 2016 21 commits
-
-
Ron Rahaman authored
Added run script for MOON problems See merge request !9
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Ron Rahaman authored
-
Matthew Ellis authored
-
Matthew Ellis authored
example problem utilizing objects.
-
Cody Permann authored
-
Cody Permann authored
-
Ron Rahaman authored
-
Ron Rahaman authored
build script creates dummy include/ and src/ dirs The MOOSE build script expects a couple of subdirectories in the app directory (include/base and src/). These aren't available in the Nek+MOOSE example directories, so the MOOSE build script will throw some (harmless) warnings. The changes to the build script will create empty include/base and src/ directories if those don't already exist. See merge request !8
-
Cody Permann authored
Also add a new Multiapp coupling example Finally rename NekTimestepper to NekTimeStepper
-
Ron Rahaman authored
-
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
-
Matthew Ellis authored
into Legendre and Fourier moments.
-
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 7 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
-