c_bpack_utilities Module Reference

Functions/Subroutines

recursive subroutine c_hmat_getblklst (blocks, ptree, lstblks, Maxlevel)
 
subroutine c_hodlr_copy (ho_bf_i, ho_bf_o, ptree)
 
subroutine c_hmat_copy (h_mat_i, h_mat_o, ptree)
 
subroutine c_hmat_delete (h_mat)
 
subroutine c_hodlr_delete (ho_bf_o)
 
subroutine c_hssbf_delete (hss_bf1)
 
subroutine c_hssbf_md_delete (hss_bf1_md)
 
subroutine c_bpack_delete (bmat)
 
subroutine c_bpack_copy (bmat_i, bmat_o, ptree)
 
subroutine c_delete_kernelquant (ker)
 
subroutine c_delete_mesh (msh, stats)
 
subroutine c_delete_proctree (ptree)
 
subroutine c_delete_hstat (stats)
 
recursive subroutine c_copy_basis_group (basis_group1, node1, Maxgroup1, basis_group2, node2, Maxgroup2, offset)
 
subroutine c_copymesh (msh_i, msh_o)
 
subroutine c_copystat (stats_i, stats_o)
 
subroutine c_initstat (stats)
 
subroutine c_printstat (stats, ptree)
 
subroutine c_setdefaultoptions (option)
 
subroutine c_readoption (option, ptree, ii)
 
subroutine c_copyoptions (option, option1)
 
subroutine c_printoptions (option, ptree)
 
subroutine c_bpack_getversionnumber (v_major, v_minor, v_bugfix)
 

Function/Subroutine Documentation

◆ c_bpack_copy()

subroutine c_bpack_utilities::c_bpack_copy ( type(c_bmatrix)  bmat_i,
type(c_bmatrix)  bmat_o,
type(c_proctree)  ptree 
)
Here is the call graph for this function:

◆ c_bpack_delete()

subroutine c_bpack_utilities::c_bpack_delete ( type(c_bmatrix)  bmat)
Here is the call graph for this function:

◆ c_bpack_getversionnumber()

subroutine c_bpack_utilities::c_bpack_getversionnumber ( integer  v_major,
integer  v_minor,
integer  v_bugfix 
)

◆ c_copy_basis_group()

recursive subroutine c_bpack_utilities::c_copy_basis_group ( type(c_basisgroup), dimension(:)  basis_group1,
integer  node1,
integer  Maxgroup1,
type(c_basisgroup), dimension(:)  basis_group2,
integer  node2,
integer  Maxgroup2,
integer  offset 
)

◆ c_copymesh()

subroutine c_bpack_utilities::c_copymesh (   msh_i,
  msh_o 
)
Here is the call graph for this function:

◆ c_copyoptions()

subroutine c_bpack_utilities::c_copyoptions ( type(c_hoption)  option,
type(c_hoption)  option1 
)

◆ c_copystat()

subroutine c_bpack_utilities::c_copystat (   stats_i,
  stats_o 
)

◆ c_delete_hstat()

subroutine c_bpack_utilities::c_delete_hstat ( type(c_hstat)  stats)

◆ c_delete_kernelquant()

subroutine c_bpack_utilities::c_delete_kernelquant ( type(c_kernelquant)  ker)

◆ c_delete_mesh()

subroutine c_bpack_utilities::c_delete_mesh ( type(c_mesh)  msh,
type(c_hstat), optional  stats 
)
Here is the call graph for this function:

◆ c_delete_proctree()

subroutine c_bpack_utilities::c_delete_proctree ( type(c_proctree)  ptree)
Here is the call graph for this function:

◆ c_hmat_copy()

subroutine c_bpack_utilities::c_hmat_copy ( type(c_hmat)  h_mat_i,
type(c_hmat)  h_mat_o,
type(c_proctree)  ptree 
)
Here is the call graph for this function:

◆ c_hmat_delete()

subroutine c_bpack_utilities::c_hmat_delete ( type(c_hmat)  h_mat)
Here is the call graph for this function:

◆ c_hmat_getblklst()

recursive subroutine c_bpack_utilities::c_hmat_getblklst ( type(c_matrixblock), pointer  blocks,
type(c_proctree)  ptree,
type(c_list), dimension(0:maxlevel)  lstblks,
integer  Maxlevel 
)

◆ c_hodlr_copy()

subroutine c_bpack_utilities::c_hodlr_copy ( type(c_hobf)  ho_bf_i,
type(c_hobf)  ho_bf_o,
type(c_proctree)  ptree 
)
Here is the call graph for this function:

◆ c_hodlr_delete()

subroutine c_bpack_utilities::c_hodlr_delete ( type(c_hobf)  ho_bf_o)
Here is the call graph for this function:

◆ c_hssbf_delete()

subroutine c_bpack_utilities::c_hssbf_delete ( type(c_hssbf)  hss_bf1)
Here is the call graph for this function:

◆ c_hssbf_md_delete()

subroutine c_bpack_utilities::c_hssbf_md_delete ( type(c_hssbf_md)  hss_bf1_md)
Here is the call graph for this function:

◆ c_initstat()

subroutine c_bpack_utilities::c_initstat ( type(c_hstat)  stats)

◆ c_printoptions()

subroutine c_bpack_utilities::c_printoptions ( type(c_hoption)  option,
type(c_proctree)  ptree 
)

◆ c_printstat()

subroutine c_bpack_utilities::c_printstat ( type(c_hstat)  stats,
type(c_proctree)  ptree 
)

◆ c_readoption()

subroutine c_bpack_utilities::c_readoption ( type(c_hoption)  option,
type(c_proctree)  ptree,
integer  ii 
)

◆ c_setdefaultoptions()

subroutine c_bpack_utilities::c_setdefaultoptions ( type(c_hoption)  option)