![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_matvec_11 (hecMESH, hecMAT, X, Y, n, COMMtime) |
subroutine, public | hecmw_matresid_11 (hecMESH, hecMAT, X, B, R, COMMtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_11 (hecMESH, hecMAT, 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), optional | COMMtime | ||
) |
Definition at line 65 of file hecmw_solver_las_11.f90.
subroutine, public hecmw_solver_las_11::hecmw_matvec_11 | ( | type (hecmwst_local_mesh) | hecMESH, |
type (hecmwst_matrix) | hecMAT, | ||
real(kind=kreal), dimension(n) | X, | ||
real(kind=kreal), dimension(n) | Y, | ||
integer(kind=kint) | n, | ||
real(kind=kreal), optional | COMMtime | ||
) |
Definition at line 21 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), optional | COMMtime | ||
) |