Update 3.1 Code basics authored by Udo Ziegler's avatar Udo Ziegler
...@@ -92,14 +92,14 @@ realized with a slab-symmetric 2D setup, in principle.* ...@@ -92,14 +92,14 @@ realized with a slab-symmetric 2D setup, in principle.*
NIRVANA allows for distributed-memory (parallel) simulations on compute NIRVANA allows for distributed-memory (parallel) simulations on compute
clusters based on the Message Passing Interface (MPI). The underlying clusters based on the Message Passing Interface (MPI). The underlying
concepts of parallelism and load balancing are described in some more concepts of parallelism and load balancing are described in some more
detail . detail [here](3.1-Code-basics#parallelism-and-load-balancing).
#### Adaptive mesh simulations #### Adaptive mesh simulations
NIRVANA features the possibility of multi-scale simulations by applying NIRVANA features the possibility of multi-scale simulations by applying
the technique of Adaptive Mesh Refinement (AMR). AMR works in all the technique of Adaptive Mesh Refinement (AMR). AMR works in all
offered geometries and in combination with MPI. A description of the offered geometries and in combination with MPI. A description of the
underlying ideas can be found . underlying ideas can be found [here](3.1-Code-basics#adaptive-mesh-refinement).
#### The TESTFIELDS infrastructure #### The TESTFIELDS infrastructure
... ...
......