MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
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 More... | |
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. More... | |
recursive subroutine | get_morton_number (tree) |
subroutine | mod_space_filling_curve::get_morton_range |
Set the Morton range for each processor. More... | |
subroutine | mod_space_filling_curve::get_morton_range_active |
recursive subroutine amr_morton_order::get_morton_number | ( | type(tree_node_ptr) | tree | ) |
Definition at line 105 of file mod_space_filling_curve.t.