MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Functions/Subroutines | |
subroutine, public | init_forest_root |
build root forest | |
subroutine, public | coarsen_tree_leaf (igrid, ipe, child_igrid, child_ipe, active) |
subroutine, public | refine_tree_leaf (child_igrid, child_ipe, igrid, ipe, active) |
subroutine, public | change_ipe_tree_leaf (recv_igrid, recv_ipe, send_igrid, send_ipe) |
subroutine, public | write_forest (file_handle) |
subroutine, public | read_forest (file_handle) |
subroutine, public mod_functions_forest::change_ipe_tree_leaf | ( | integer, intent(in) | recv_igrid, |
integer, intent(in) | recv_ipe, | ||
integer, intent(in) | send_igrid, | ||
integer, intent(in) | send_ipe | ||
) |
Definition at line 235 of file mod_functions_forest.t.
subroutine, public mod_functions_forest::coarsen_tree_leaf | ( | integer, intent(in) | igrid, |
integer, intent(in) | ipe, | ||
integer, dimension(2^d&), intent(in) | child_igrid, | ||
integer, dimension(2^d&), intent(in) | child_ipe, | ||
logical, intent(out) | active | ||
) |
Definition at line 99 of file mod_functions_forest.t.
subroutine, public mod_functions_forest::init_forest_root |
build root forest
Definition at line 18 of file mod_functions_forest.t.
subroutine, public mod_functions_forest::read_forest | ( | integer, intent(in) | file_handle | ) |
subroutine, public mod_functions_forest::refine_tree_leaf | ( | integer, dimension(2^d&), intent(in) | child_igrid, |
integer, dimension(2^d&), intent(in) | child_ipe, | ||
integer, intent(in) | igrid, | ||
integer, intent(in) | ipe, | ||
logical, intent(out) | active | ||
) |
subroutine, public mod_functions_forest::write_forest | ( | integer, intent(in) | file_handle | ) |