FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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_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_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 100 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 155 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 209 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 15 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 46 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 77 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 182 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 236 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 128 of file hecmw_solver_misc.f90.

Here is the caller graph for this function: