FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_solver_misc Module Reference

Functions/Subroutines

subroutine hecmw_innerproduct_i (hecMESH, ndof, X, Y, sum, COMMtime)
 
subroutine hecmw_innerproduct_r (hecMESH, ndof, X, Y, sum, COMMtime)
 
subroutine hecmw_absmax_r (hecMESH, ndof, X, absMax, COMMtime)
 
subroutine hecmw_innerproduct_r_nocomm (hecMESH, ndof, X, Y, sum)
 
subroutine hecmw_axpy_r (hecMESH, ndof, alpha, X, Y)
 
subroutine hecmw_xpay_r (hecMESH, ndof, alpha, X, Y)
 
subroutine hecmw_axpyz_r (hecMESH, ndof, alpha, X, Y, Z)
 
subroutine hecmw_scale_r (hecMESH, ndof, alpha, X)
 
subroutine hecmw_copy_r (hecMESH, ndof, X, Y)
 
subroutine hecmw_time_statistics (hecMESH, time, t_max, t_min, t_avg, t_sd)
 

Function/Subroutine Documentation

◆ hecmw_absmax_r()

subroutine hecmw_solver_misc::hecmw_absmax_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal), dimension(:)  X,
real(kind=kreal)  absMax,
real(kind=kreal), optional  COMMtime 
)

Definition at line 78 of file hecmw_solver_misc.f90.

Here is the call graph for this function:

◆ hecmw_axpy_r()

subroutine hecmw_solver_misc::hecmw_axpy_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal)  alpha,
real(kind=kreal), dimension(:)  X,
real(kind=kreal), dimension(:)  Y 
)

Definition at line 132 of file hecmw_solver_misc.f90.

Here is the caller graph for this function:

◆ hecmw_axpyz_r()

subroutine hecmw_solver_misc::hecmw_axpyz_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal)  alpha,
real(kind=kreal), dimension(:)  X,
real(kind=kreal), dimension(:)  Y,
real(kind=kreal), dimension(:)  Z 
)

Definition at line 187 of file hecmw_solver_misc.f90.

◆ hecmw_copy_r()

subroutine hecmw_solver_misc::hecmw_copy_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal), dimension(:)  X,
real(kind=kreal), dimension(:)  Y 
)

Definition at line 241 of file hecmw_solver_misc.f90.

Here is the caller graph for this function:

◆ hecmw_innerproduct_i()

subroutine hecmw_solver_misc::hecmw_innerproduct_i ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
integer(kind=kint), dimension(:)  X,
integer(kind=kint), dimension(:)  Y,
integer(kind=kint)  sum,
real(kind=kreal), optional  COMMtime 
)

Definition at line 16 of file hecmw_solver_misc.f90.

Here is the call graph for this function:

◆ hecmw_innerproduct_r()

subroutine hecmw_solver_misc::hecmw_innerproduct_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal), dimension(:)  X,
real(kind=kreal), dimension(:)  Y,
real(kind=kreal)  sum,
real(kind=kreal), optional  COMMtime 
)

Definition at line 47 of file hecmw_solver_misc.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_innerproduct_r_nocomm()

subroutine hecmw_solver_misc::hecmw_innerproduct_r_nocomm ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal), dimension(:)  X,
real(kind=kreal), dimension(:)  Y,
real(kind=kreal)  sum 
)

Definition at line 109 of file hecmw_solver_misc.f90.

Here is the caller graph for this function:

◆ hecmw_scale_r()

subroutine hecmw_solver_misc::hecmw_scale_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal)  alpha,
real(kind=kreal), dimension(:)  X 
)

Definition at line 214 of file hecmw_solver_misc.f90.

◆ hecmw_time_statistics()

subroutine hecmw_solver_misc::hecmw_time_statistics ( type (hecmwst_local_mesh), intent(in)  hecMESH,
real(kind=kreal), intent(in)  time,
real(kind=kreal), intent(out)  t_max,
real(kind=kreal), intent(out), optional  t_min,
real(kind=kreal), intent(out), optional  t_avg,
real(kind=kreal), intent(out), optional  t_sd 
)

Definition at line 269 of file hecmw_solver_misc.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_xpay_r()

subroutine hecmw_solver_misc::hecmw_xpay_r ( type (hecmwst_local_mesh hecMESH,
integer(kind=kint)  ndof,
real(kind=kreal)  alpha,
real(kind=kreal), dimension(:)  X,
real(kind=kreal), dimension(:)  Y 
)

Definition at line 160 of file hecmw_solver_misc.f90.

Here is the caller graph for this function: