z_bpack_utilities Module Reference

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)
 

Function/Subroutine Documentation

◆ z_bpack_copy()

subroutine z_bpack_utilities::z_bpack_copy ( type(z_bmatrix)  bmat_i,
type(z_bmatrix)  bmat_o,
type(z_proctree)  ptree 
)
Here is the call graph for this function:

◆ z_bpack_delete()

subroutine z_bpack_utilities::z_bpack_delete ( type(z_bmatrix)  bmat)
Here is the call graph for this function:

◆ z_bpack_getversionnumber()

subroutine z_bpack_utilities::z_bpack_getversionnumber ( integer  v_major,
integer  v_minor,
integer  v_bugfix 
)

◆ z_copy_basis_group()

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 
)

◆ z_copymesh()

subroutine z_bpack_utilities::z_copymesh (   msh_i,
  msh_o 
)
Here is the call graph for this function:

◆ z_copyoptions()

subroutine z_bpack_utilities::z_copyoptions ( type(z_hoption)  option,
type(z_hoption)  option1 
)

◆ z_copystat()

subroutine z_bpack_utilities::z_copystat (   stats_i,
  stats_o 
)

◆ z_delete_hstat()

subroutine z_bpack_utilities::z_delete_hstat ( type(z_hstat)  stats)

◆ z_delete_kernelquant()

subroutine z_bpack_utilities::z_delete_kernelquant ( type(z_kernelquant)  ker)

◆ z_delete_mesh()

subroutine z_bpack_utilities::z_delete_mesh ( type(z_mesh)  msh,
type(z_hstat), optional  stats 
)
Here is the call graph for this function:

◆ z_delete_proctree()

subroutine z_bpack_utilities::z_delete_proctree ( type(z_proctree)  ptree)
Here is the call graph for this function:

◆ z_hmat_copy()

subroutine z_bpack_utilities::z_hmat_copy ( type(z_hmat)  h_mat_i,
type(z_hmat)  h_mat_o,
type(z_proctree)  ptree 
)
Here is the call graph for this function:

◆ z_hmat_delete()

subroutine z_bpack_utilities::z_hmat_delete ( type(z_hmat)  h_mat)
Here is the call graph for this function:

◆ z_hmat_getblklst()

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 
)

◆ z_hodlr_copy()

subroutine z_bpack_utilities::z_hodlr_copy ( type(z_hobf)  ho_bf_i,
type(z_hobf)  ho_bf_o,
type(z_proctree)  ptree 
)
Here is the call graph for this function:

◆ z_hodlr_delete()

subroutine z_bpack_utilities::z_hodlr_delete ( type(z_hobf)  ho_bf_o)
Here is the call graph for this function:

◆ z_hssbf_delete()

subroutine z_bpack_utilities::z_hssbf_delete ( type(z_hssbf)  hss_bf1)
Here is the call graph for this function:

◆ z_hssbf_md_delete()

subroutine z_bpack_utilities::z_hssbf_md_delete ( type(z_hssbf_md)  hss_bf1_md)
Here is the call graph for this function:

◆ z_initstat()

subroutine z_bpack_utilities::z_initstat ( type(z_hstat)  stats)

◆ z_printoptions()

subroutine z_bpack_utilities::z_printoptions ( type(z_hoption)  option,
type(z_proctree)  ptree 
)

◆ z_printstat()

subroutine z_bpack_utilities::z_printstat ( type(z_hstat)  stats,
type(z_proctree)  ptree 
)

◆ z_readoption()

subroutine z_bpack_utilities::z_readoption ( type(z_hoption)  option,
type(z_proctree)  ptree,
integer  ii 
)

◆ z_setdefaultoptions()

subroutine z_bpack_utilities::z_setdefaultoptions ( type(z_hoption)  option)