![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
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) |
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 | ||
) |
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.
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 | ||
) |
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 | ||
) |
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.
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 | ||
) |
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.
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.
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 | ||
) |