![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_matvec_11 (hecMESH, hecMAT, X, Y, time_Ax, COMMtime) |
subroutine, public | hecmw_matresid_11 (hecMESH, hecMAT, X, B, R, time_Ax, COMMtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_11 (hecMESH, hecMAT, time_Ax, COMMtime) |
subroutine, public hecmw_solver_las_11::hecmw_matresid_11 | ( | type (hecmwst_local_mesh) | hecMESH, |
type (hecmwst_matrix) | hecMAT, | ||
real(kind=kreal), dimension(:) | X, | ||
real(kind=kreal), dimension(:) | B, | ||
real(kind=kreal), dimension(:) | R, | ||
real(kind=kreal) | time_Ax, | ||
real(kind=kreal), optional | COMMtime | ||
) |
Definition at line 70 of file hecmw_solver_las_11.f90.
subroutine, public hecmw_solver_las_11::hecmw_matvec_11 | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
type (hecmwst_matrix), intent(in) | hecMAT, | ||
real(kind=kreal), dimension(:), intent(in) | X, | ||
real(kind=kreal), dimension(:), intent(out) | Y, | ||
real(kind=kreal), intent(inout) | time_Ax, | ||
real(kind=kreal), intent(inout), optional | COMMtime | ||
) |
Definition at line 22 of file hecmw_solver_las_11.f90.
real(kind=kreal) function, public hecmw_solver_las_11::hecmw_rel_resid_l2_11 | ( | type ( hecmwst_local_mesh ), intent(in) | hecMESH, |
type ( hecmwst_matrix ), intent(in) | hecMAT, | ||
real(kind=kreal) | time_Ax, | ||
real(kind=kreal), optional | COMMtime | ||
) |
Definition at line 98 of file hecmw_solver_las_11.f90.