Changes
Page history
Update 3.1 Code basics
authored
Jan 08, 2021
by
Udo Ziegler
Show whitespace changes
Inline
Side-by-side
3-NIRVANA-user-guide/3.1-Code-basics.md
View page @
1135844b
...
...
@@ -92,14 +92,14 @@ realized with a slab-symmetric 2D setup, in principle.*
NIRVANA allows for distributed-memory (parallel) simulations on compute
clusters based on the Message Passing Interface (MPI). The underlying
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
NIRVANA features the possibility of multi-scale simulations by applying
the technique of Adaptive Mesh Refinement (AMR). AMR works in all
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
...
...
...
...