d_bpack_utilities Module Reference

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)
 

Function/Subroutine Documentation

◆ d_bpack_copy()

subroutine d_bpack_utilities::d_bpack_copy ( type(d_bmatrix)  bmat_i,
type(d_bmatrix)  bmat_o,
type(d_proctree)  ptree 
)
Here is the call graph for this function:

◆ d_bpack_delete()

subroutine d_bpack_utilities::d_bpack_delete ( type(d_bmatrix)  bmat)
Here is the call graph for this function:

◆ d_bpack_getversionnumber()

subroutine d_bpack_utilities::d_bpack_getversionnumber ( integer  v_major,
integer  v_minor,
integer  v_bugfix 
)

◆ d_copy_basis_group()

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 
)

◆ d_copymesh()

subroutine d_bpack_utilities::d_copymesh (   msh_i,
  msh_o 
)
Here is the call graph for this function:

◆ d_copyoptions()

subroutine d_bpack_utilities::d_copyoptions ( type(d_hoption)  option,
type(d_hoption)  option1 
)

◆ d_copystat()

subroutine d_bpack_utilities::d_copystat (   stats_i,
  stats_o 
)

◆ d_delete_hstat()

subroutine d_bpack_utilities::d_delete_hstat ( type(d_hstat)  stats)

◆ d_delete_kernelquant()

subroutine d_bpack_utilities::d_delete_kernelquant ( type(d_kernelquant)  ker)

◆ d_delete_mesh()

subroutine d_bpack_utilities::d_delete_mesh ( type(d_mesh)  msh,
type(d_hstat), optional  stats 
)
Here is the call graph for this function:

◆ d_delete_proctree()

subroutine d_bpack_utilities::d_delete_proctree ( type(d_proctree)  ptree)
Here is the call graph for this function:

◆ d_hmat_copy()

subroutine d_bpack_utilities::d_hmat_copy ( type(d_hmat)  h_mat_i,
type(d_hmat)  h_mat_o,
type(d_proctree)  ptree 
)
Here is the call graph for this function:

◆ d_hmat_delete()

subroutine d_bpack_utilities::d_hmat_delete ( type(d_hmat)  h_mat)
Here is the call graph for this function:

◆ d_hmat_getblklst()

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 
)

◆ d_hodlr_copy()

subroutine d_bpack_utilities::d_hodlr_copy ( type(d_hobf)  ho_bf_i,
type(d_hobf)  ho_bf_o,
type(d_proctree)  ptree 
)
Here is the call graph for this function:

◆ d_hodlr_delete()

subroutine d_bpack_utilities::d_hodlr_delete ( type(d_hobf)  ho_bf_o)
Here is the call graph for this function:

◆ d_hssbf_delete()

subroutine d_bpack_utilities::d_hssbf_delete ( type(d_hssbf)  hss_bf1)
Here is the call graph for this function:

◆ d_hssbf_md_delete()

subroutine d_bpack_utilities::d_hssbf_md_delete ( type(d_hssbf_md)  hss_bf1_md)
Here is the call graph for this function:

◆ d_initstat()

subroutine d_bpack_utilities::d_initstat ( type(d_hstat)  stats)

◆ d_printoptions()

subroutine d_bpack_utilities::d_printoptions ( type(d_hoption)  option,
type(d_proctree)  ptree 
)

◆ d_printstat()

subroutine d_bpack_utilities::d_printstat ( type(d_hstat)  stats,
type(d_proctree)  ptree 
)

◆ d_readoption()

subroutine d_bpack_utilities::d_readoption ( type(d_hoption)  option,
type(d_proctree)  ptree,
integer  ii 
)

◆ d_setdefaultoptions()

subroutine d_bpack_utilities::d_setdefaultoptions ( type(d_hoption)  option)