allocate_tree Subroutine

public subroutine allocate_tree(t)

Uses

  • proc~~allocate_tree~~UsesGraph proc~allocate_tree allocate_tree module~mod_adjacency_mat mod_adjacency_mat proc~allocate_tree->module~mod_adjacency_mat module~mod_memory mod_memory module~mod_adjacency_mat->module~mod_memory module~mod_io mod_io module~mod_memory->module~mod_io module~mod_constants mod_constants module~mod_memory->module~mod_constants iso_c_binding iso_c_binding module~mod_memory->iso_c_binding module~mod_io->module~mod_constants module~mod_constants->iso_c_binding

Given a tree with all the dimension set, it allocates all the required arrays and data stractures for populating the tree

Arguments

Type IntentOptional Attributes Name
type(fmm_tree_type), intent(inout) :: t

Calls

proc~~allocate_tree~~CallsGraph proc~allocate_tree allocate_tree proc~fmm_error fmm_error proc~allocate_tree->proc~fmm_error proc~allocate_yale_sparse allocate_yale_sparse proc~allocate_tree->proc~allocate_yale_sparse

Called by

proc~~allocate_tree~~CalledByGraph proc~allocate_tree allocate_tree proc~init_as_octatree init_as_octatree proc~init_as_octatree->proc~allocate_tree proc~init_as_ribtree init_as_ribtree proc~init_as_ribtree->proc~allocate_tree proc~fmm_coordinates_update fmm_coordinates_update proc~fmm_coordinates_update->proc~init_as_octatree proc~mmpol_prepare mmpol_prepare proc~mmpol_prepare->proc~fmm_coordinates_update proc~c_ommp_set_fmm_distance C_ommp_set_fmm_distance proc~c_ommp_set_fmm_distance->proc~fmm_coordinates_update proc~update_coordinates update_coordinates proc~update_coordinates->proc~fmm_coordinates_update proc~c_ommp_set_fmm_min_cell_size C_ommp_set_fmm_min_cell_size proc~c_ommp_set_fmm_min_cell_size->proc~fmm_coordinates_update proc~mmpol_init_from_mmp mmpol_init_from_mmp proc~mmpol_init_from_mmp->proc~mmpol_prepare proc~mmpol_init_from_xyz mmpol_init_from_xyz proc~mmpol_init_from_xyz->proc~mmpol_prepare proc~ommp_system_from_qm_helper ommp_system_from_qm_helper proc~ommp_system_from_qm_helper->proc~mmpol_prepare proc~c_ommp_update_coordinates C_ommp_update_coordinates proc~c_ommp_update_coordinates->proc~update_coordinates proc~ommp_init_mmp ommp_init_mmp proc~ommp_init_mmp->proc~mmpol_init_from_mmp proc~c_ommp_system_from_qm_helper C_ommp_system_from_qm_helper proc~c_ommp_system_from_qm_helper->proc~ommp_system_from_qm_helper proc~ommp_init_xyz ommp_init_xyz proc~ommp_init_xyz->proc~mmpol_init_from_xyz proc~c_ommp_init_mmp C_ommp_init_mmp proc~c_ommp_init_mmp->proc~ommp_init_mmp proc~c_ommp_init_xyz C_ommp_init_xyz proc~c_ommp_init_xyz->proc~ommp_init_xyz

Contents