![]() |
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 | ||
) |
Definition at line 92 of file hecmw_solver_las_11.f90.