Functions/Subroutines | |
recursive subroutine | d_hmat_getblklst (blocks, ptree, lstblks, Maxlevel) |
subroutine | d_hodlr_copy (ho_bf_i, ho_bf_o, ptree) |
subroutine | d_hmat_copy (h_mat_i, h_mat_o, ptree) |
subroutine | d_hmat_delete (h_mat) |
subroutine | d_hodlr_delete (ho_bf_o) |
subroutine | d_hssbf_delete (hss_bf1) |
subroutine | d_hssbf_md_delete (hss_bf1_md) |
subroutine | d_bpack_delete (bmat) |
subroutine | d_bpack_copy (bmat_i, bmat_o, ptree) |
subroutine | d_delete_kernelquant (ker) |
subroutine | d_delete_mesh (msh, stats) |
subroutine | d_delete_proctree (ptree) |
subroutine | d_delete_hstat (stats) |
recursive subroutine | d_copy_basis_group (basis_group1, node1, Maxgroup1, basis_group2, node2, Maxgroup2, offset) |
subroutine | d_copymesh (msh_i, msh_o) |
subroutine | d_copystat (stats_i, stats_o) |
subroutine | d_initstat (stats) |
subroutine | d_printstat (stats, ptree) |
subroutine | d_setdefaultoptions (option) |
subroutine | d_readoption (option, ptree, ii) |
subroutine | d_copyoptions (option, option1) |
subroutine | d_printoptions (option, ptree) |
subroutine | d_bpack_getversionnumber (v_major, v_minor, v_bugfix) |
subroutine d_bpack_utilities::d_bpack_copy | ( | type(d_bmatrix) | bmat_i, |
type(d_bmatrix) | bmat_o, | ||
type(d_proctree) | ptree | ||
) |
subroutine d_bpack_utilities::d_bpack_delete | ( | type(d_bmatrix) | bmat | ) |
subroutine d_bpack_utilities::d_bpack_getversionnumber | ( | integer | v_major, |
integer | v_minor, | ||
integer | v_bugfix | ||
) |
recursive subroutine d_bpack_utilities::d_copy_basis_group | ( | type(d_basisgroup), dimension(:) | basis_group1, |
integer | node1, | ||
integer | Maxgroup1, | ||
type(d_basisgroup), dimension(:) | basis_group2, | ||
integer | node2, | ||
integer | Maxgroup2, | ||
integer | offset | ||
) |
subroutine d_bpack_utilities::d_copymesh | ( | msh_i, | |
msh_o | |||
) |
subroutine d_bpack_utilities::d_copyoptions | ( | type(d_hoption) | option, |
type(d_hoption) | option1 | ||
) |
subroutine d_bpack_utilities::d_copystat | ( | stats_i, | |
stats_o | |||
) |
subroutine d_bpack_utilities::d_delete_hstat | ( | type(d_hstat) | stats | ) |
subroutine d_bpack_utilities::d_delete_kernelquant | ( | type(d_kernelquant) | ker | ) |
subroutine d_bpack_utilities::d_delete_mesh | ( | type(d_mesh) | msh, |
type(d_hstat), optional | stats | ||
) |
subroutine d_bpack_utilities::d_delete_proctree | ( | type(d_proctree) | ptree | ) |
subroutine d_bpack_utilities::d_hmat_copy | ( | type(d_hmat) | h_mat_i, |
type(d_hmat) | h_mat_o, | ||
type(d_proctree) | ptree | ||
) |
subroutine d_bpack_utilities::d_hmat_delete | ( | type(d_hmat) | h_mat | ) |
recursive subroutine d_bpack_utilities::d_hmat_getblklst | ( | type(d_matrixblock), pointer | blocks, |
type(d_proctree) | ptree, | ||
type(d_list), dimension(0:maxlevel) | lstblks, | ||
integer | Maxlevel | ||
) |
subroutine d_bpack_utilities::d_hodlr_copy | ( | type(d_hobf) | ho_bf_i, |
type(d_hobf) | ho_bf_o, | ||
type(d_proctree) | ptree | ||
) |
subroutine d_bpack_utilities::d_hodlr_delete | ( | type(d_hobf) | ho_bf_o | ) |
subroutine d_bpack_utilities::d_hssbf_delete | ( | type(d_hssbf) | hss_bf1 | ) |
subroutine d_bpack_utilities::d_hssbf_md_delete | ( | type(d_hssbf_md) | hss_bf1_md | ) |
subroutine d_bpack_utilities::d_initstat | ( | type(d_hstat) | stats | ) |
subroutine d_bpack_utilities::d_printoptions | ( | type(d_hoption) | option, |
type(d_proctree) | ptree | ||
) |
subroutine d_bpack_utilities::d_printstat | ( | type(d_hstat) | stats, |
type(d_proctree) | ptree | ||
) |
subroutine d_bpack_utilities::d_readoption | ( | type(d_hoption) | option, |
type(d_proctree) | ptree, | ||
integer | ii | ||
) |
subroutine d_bpack_utilities::d_setdefaultoptions | ( | type(d_hoption) | option | ) |