MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Functions/Subroutines | |
subroutine, public | find_root_neighbor (tree_neighbor, tree, iD) |
find neighors of level-one root blocks More... | |
subroutine, public | find_neighbor (my_neighbor, my_neighbor_type, tree, iD, pole) |
find neighors of all blocks More... | |
subroutine, public | asign_tree_neighbor (tree) |
asign tree node neighor More... | |
subroutine, public mod_amr_neighbors::asign_tree_neighbor | ( | type(tree_node_ptr) | tree | ) |
asign tree node neighor
Definition at line 127 of file mod_amr_neighbors.t.
subroutine, public mod_amr_neighbors::find_neighbor | ( | type(tree_node_ptr) | my_neighbor, |
integer, intent(out) | my_neighbor_type, | ||
type(tree_node_ptr) | tree, | ||
integer, intent(in) | i, | ||
integer, intent(in) | D, | ||
logical, dimension(ndim), intent(out) | pole | ||
) |
find neighors of all blocks
Definition at line 54 of file mod_amr_neighbors.t.
subroutine, public mod_amr_neighbors::find_root_neighbor | ( | type(tree_node_ptr) | tree_neighbor, |
type(tree_node_ptr) | tree, | ||
integer, intent(in) | i, | ||
integer, intent(in) | D | ||
) |
find neighors of level-one root blocks
Definition at line 14 of file mod_amr_neighbors.t.