MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
module | mod_space_filling_curve |
Functions/Subroutines | |
subroutine | mod_space_filling_curve::level1_morton_order |
build Morton space filling curve for level 1 grid | |
integer(kind=8) function | mod_space_filling_curve::mortonencode (igd, ndim) |
subroutine | mod_space_filling_curve::amr_morton_order |
Construct Morton-order as a global recursive lexicographic ordering. | |
recursive subroutine | get_morton_number (tree) |
subroutine | mod_space_filling_curve::get_morton_range |
Set the Morton range for each processor. | |
subroutine | mod_space_filling_curve::get_morton_range_active |
recursive subroutine amr_morton_order::get_morton_number | ( | type(tree_node_ptr) | tree | ) |