Home

Awesome

NekBox https://travis-ci.org/Nek5000/NekBox

NekBox is a version of Nek5000 specialized to box geometries and intended for prototyping new methods.

Constraints

Advantages

Usage

NekBox uses makenek and rea files just like Nek5000. The rea files don't need to include mesh information (never any re2 files). The usr file is compiled in just like in Nek5000, but is written in Fortran90 and references modules instead of common blocks. There is no map file.

It is highly recommended to setup NekBox runs using genrun script.

Examples

The most reliable examples are those used by Travis for continuous integration. Just pick a TEST_SUITE from travis and follow the instructions there.