Neos

Neos (formerly known as Nemo)  is an extensible framework, under development, for rapid prototyping of numerical simulations in C++ that can also be used from Python scripts for ease of use for newcomers.

It is based on BitPit lib (octree structure manipulation) and can use different linear parallel solver (like PETSc over MPI).

Neos deals with different kind of objects like :

  • Grid : cartesian domain of computation with refinement/coarsening (octree based)
  • Geometry : analytical (sphere, cylinder, pile of slice) or explicit (STL)
  • LevelSet : distance to Geometry or group of Geometries
  • Operators : Interpolator, Gradient, Laplacian, Transport, Re-distancing
  • Solver : Penalization, Neumann/Dirichlet conditions

Results can be easily exported to VTK files (still data or animated).

Neos can also be used in a Jupyter Notebook featuring an embedded VTK  viewer.

git repo : https://gitlab.inria.fr/memphis/neos

Comments are closed.