![]() |
FrontISTR
5.7.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_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) |
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 | ||
) |
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 187 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 47 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 214 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 269 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 | ||
) |