Functions/Subroutines | |
recursive subroutine | z_hmat_getblklst (blocks, ptree, lstblks, Maxlevel) |
subroutine | z_hodlr_copy (ho_bf_i, ho_bf_o, ptree) |
subroutine | z_hmat_copy (h_mat_i, h_mat_o, ptree) |
subroutine | z_hmat_delete (h_mat) |
subroutine | z_hodlr_delete (ho_bf_o) |
subroutine | z_hssbf_delete (hss_bf1) |
subroutine | z_hssbf_md_delete (hss_bf1_md) |
subroutine | z_bpack_delete (bmat) |
subroutine | z_bpack_copy (bmat_i, bmat_o, ptree) |
subroutine | z_delete_kernelquant (ker) |
subroutine | z_delete_mesh (msh, stats) |
subroutine | z_delete_proctree (ptree) |
subroutine | z_delete_hstat (stats) |
recursive subroutine | z_copy_basis_group (basis_group1, node1, Maxgroup1, basis_group2, node2, Maxgroup2, offset) |
subroutine | z_copymesh (msh_i, msh_o) |
subroutine | z_copystat (stats_i, stats_o) |
subroutine | z_initstat (stats) |
subroutine | z_printstat (stats, ptree) |
subroutine | z_setdefaultoptions (option) |
subroutine | z_readoption (option, ptree, ii) |
subroutine | z_copyoptions (option, option1) |
subroutine | z_printoptions (option, ptree) |
subroutine | z_bpack_getversionnumber (v_major, v_minor, v_bugfix) |
subroutine z_bpack_utilities::z_bpack_copy | ( | type(z_bmatrix) | bmat_i, |
type(z_bmatrix) | bmat_o, | ||
type(z_proctree) | ptree | ||
) |
subroutine z_bpack_utilities::z_bpack_delete | ( | type(z_bmatrix) | bmat | ) |
subroutine z_bpack_utilities::z_bpack_getversionnumber | ( | integer | v_major, |
integer | v_minor, | ||
integer | v_bugfix | ||
) |
recursive subroutine z_bpack_utilities::z_copy_basis_group | ( | type(z_basisgroup), dimension(:) | basis_group1, |
integer | node1, | ||
integer | Maxgroup1, | ||
type(z_basisgroup), dimension(:) | basis_group2, | ||
integer | node2, | ||
integer | Maxgroup2, | ||
integer | offset | ||
) |
subroutine z_bpack_utilities::z_copymesh | ( | msh_i, | |
msh_o | |||
) |
subroutine z_bpack_utilities::z_copyoptions | ( | type(z_hoption) | option, |
type(z_hoption) | option1 | ||
) |
subroutine z_bpack_utilities::z_copystat | ( | stats_i, | |
stats_o | |||
) |
subroutine z_bpack_utilities::z_delete_hstat | ( | type(z_hstat) | stats | ) |
subroutine z_bpack_utilities::z_delete_kernelquant | ( | type(z_kernelquant) | ker | ) |
subroutine z_bpack_utilities::z_delete_mesh | ( | type(z_mesh) | msh, |
type(z_hstat), optional | stats | ||
) |
subroutine z_bpack_utilities::z_delete_proctree | ( | type(z_proctree) | ptree | ) |
subroutine z_bpack_utilities::z_hmat_copy | ( | type(z_hmat) | h_mat_i, |
type(z_hmat) | h_mat_o, | ||
type(z_proctree) | ptree | ||
) |
subroutine z_bpack_utilities::z_hmat_delete | ( | type(z_hmat) | h_mat | ) |
recursive subroutine z_bpack_utilities::z_hmat_getblklst | ( | type(z_matrixblock), pointer | blocks, |
type(z_proctree) | ptree, | ||
type(z_list), dimension(0:maxlevel) | lstblks, | ||
integer | Maxlevel | ||
) |
subroutine z_bpack_utilities::z_hodlr_copy | ( | type(z_hobf) | ho_bf_i, |
type(z_hobf) | ho_bf_o, | ||
type(z_proctree) | ptree | ||
) |
subroutine z_bpack_utilities::z_hodlr_delete | ( | type(z_hobf) | ho_bf_o | ) |
subroutine z_bpack_utilities::z_hssbf_delete | ( | type(z_hssbf) | hss_bf1 | ) |
subroutine z_bpack_utilities::z_hssbf_md_delete | ( | type(z_hssbf_md) | hss_bf1_md | ) |
subroutine z_bpack_utilities::z_initstat | ( | type(z_hstat) | stats | ) |
subroutine z_bpack_utilities::z_printoptions | ( | type(z_hoption) | option, |
type(z_proctree) | ptree | ||
) |
subroutine z_bpack_utilities::z_printstat | ( | type(z_hstat) | stats, |
type(z_proctree) | ptree | ||
) |
subroutine z_bpack_utilities::z_readoption | ( | type(z_hoption) | option, |
type(z_proctree) | ptree, | ||
integer | ii | ||
) |
subroutine z_bpack_utilities::z_setdefaultoptions | ( | type(z_hoption) | option | ) |