s_bpack_utilities Module Reference

Functions/Subroutines

recursive subroutine s_hmat_getblklst (blocks, ptree, lstblks, Maxlevel)
 
subroutine s_hodlr_copy (ho_bf_i, ho_bf_o, ptree)
 
subroutine s_hmat_copy (h_mat_i, h_mat_o, ptree)
 
subroutine s_hmat_delete (h_mat)
 
subroutine s_hodlr_delete (ho_bf_o)
 
subroutine s_hssbf_delete (hss_bf1)
 
subroutine s_hssbf_md_delete (hss_bf1_md)
 
subroutine s_bpack_delete (bmat)
 
subroutine s_bpack_copy (bmat_i, bmat_o, ptree)
 
subroutine s_delete_kernelquant (ker)
 
subroutine s_delete_mesh (msh, stats)
 
subroutine s_delete_proctree (ptree)
 
subroutine s_delete_hstat (stats)
 
recursive subroutine s_copy_basis_group (basis_group1, node1, Maxgroup1, basis_group2, node2, Maxgroup2, offset)
 
subroutine s_copymesh (msh_i, msh_o)
 
subroutine s_copystat (stats_i, stats_o)
 
subroutine s_initstat (stats)
 
subroutine s_printstat (stats, ptree)
 
subroutine s_setdefaultoptions (option)
 
subroutine s_readoption (option, ptree, ii)
 
subroutine s_copyoptions (option, option1)
 
subroutine s_printoptions (option, ptree)
 
subroutine s_bpack_getversionnumber (v_major, v_minor, v_bugfix)
 

Function/Subroutine Documentation

◆ s_bpack_copy()

subroutine s_bpack_utilities::s_bpack_copy ( type(s_bmatrix)  bmat_i,
type(s_bmatrix)  bmat_o,
type(s_proctree)  ptree 
)
Here is the call graph for this function:

◆ s_bpack_delete()

subroutine s_bpack_utilities::s_bpack_delete ( type(s_bmatrix)  bmat)
Here is the call graph for this function:

◆ s_bpack_getversionnumber()

subroutine s_bpack_utilities::s_bpack_getversionnumber ( integer  v_major,
integer  v_minor,
integer  v_bugfix 
)

◆ s_copy_basis_group()

recursive subroutine s_bpack_utilities::s_copy_basis_group ( type(s_basisgroup), dimension(:)  basis_group1,
integer  node1,
integer  Maxgroup1,
type(s_basisgroup), dimension(:)  basis_group2,
integer  node2,
integer  Maxgroup2,
integer  offset 
)

◆ s_copymesh()

subroutine s_bpack_utilities::s_copymesh (   msh_i,
  msh_o 
)
Here is the call graph for this function:

◆ s_copyoptions()

subroutine s_bpack_utilities::s_copyoptions ( type(s_hoption)  option,
type(s_hoption)  option1 
)

◆ s_copystat()

subroutine s_bpack_utilities::s_copystat (   stats_i,
  stats_o 
)

◆ s_delete_hstat()

subroutine s_bpack_utilities::s_delete_hstat ( type(s_hstat)  stats)

◆ s_delete_kernelquant()

subroutine s_bpack_utilities::s_delete_kernelquant ( type(s_kernelquant)  ker)

◆ s_delete_mesh()

subroutine s_bpack_utilities::s_delete_mesh ( type(s_mesh)  msh,
type(s_hstat), optional  stats 
)
Here is the call graph for this function:

◆ s_delete_proctree()

subroutine s_bpack_utilities::s_delete_proctree ( type(s_proctree)  ptree)
Here is the call graph for this function:

◆ s_hmat_copy()

subroutine s_bpack_utilities::s_hmat_copy ( type(s_hmat)  h_mat_i,
type(s_hmat)  h_mat_o,
type(s_proctree)  ptree 
)
Here is the call graph for this function:

◆ s_hmat_delete()

subroutine s_bpack_utilities::s_hmat_delete ( type(s_hmat)  h_mat)
Here is the call graph for this function:

◆ s_hmat_getblklst()

recursive subroutine s_bpack_utilities::s_hmat_getblklst ( type(s_matrixblock), pointer  blocks,
type(s_proctree)  ptree,
type(s_list), dimension(0:maxlevel)  lstblks,
integer  Maxlevel 
)

◆ s_hodlr_copy()

subroutine s_bpack_utilities::s_hodlr_copy ( type(s_hobf)  ho_bf_i,
type(s_hobf)  ho_bf_o,
type(s_proctree)  ptree 
)
Here is the call graph for this function:

◆ s_hodlr_delete()

subroutine s_bpack_utilities::s_hodlr_delete ( type(s_hobf)  ho_bf_o)
Here is the call graph for this function:

◆ s_hssbf_delete()

subroutine s_bpack_utilities::s_hssbf_delete ( type(s_hssbf)  hss_bf1)
Here is the call graph for this function:

◆ s_hssbf_md_delete()

subroutine s_bpack_utilities::s_hssbf_md_delete ( type(s_hssbf_md)  hss_bf1_md)
Here is the call graph for this function:

◆ s_initstat()

subroutine s_bpack_utilities::s_initstat ( type(s_hstat)  stats)

◆ s_printoptions()

subroutine s_bpack_utilities::s_printoptions ( type(s_hoption)  option,
type(s_proctree)  ptree 
)

◆ s_printstat()

subroutine s_bpack_utilities::s_printstat ( type(s_hstat)  stats,
type(s_proctree)  ptree 
)

◆ s_readoption()

subroutine s_bpack_utilities::s_readoption ( type(s_hoption)  option,
type(s_proctree)  ptree,
integer  ii 
)

◆ s_setdefaultoptions()

subroutine s_bpack_utilities::s_setdefaultoptions ( type(s_hoption)  option)