Schnek
A C++ library for developing parallel simulations on Cartesian grids
...The library is intended mainly for use in physics simulations on regular grids but some of its features might be useful for other types of simulation codes.
Features include
- setup file reader with C style syntax
- extendable for formulas in setup files
- hierarchical structure of simulation components
- mutli-dimensional grids
- initialisation of grid from formulas in setup file
- boundary cells and ghost cells
- MPI support for parallelisation
- MPI update of ghost cells to neighbouring processes
- easy to use parallel and serial HDF5 output of grids