![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_matvec_66 (hecmesh, hecmat, x, y, time_ax, commtime) |
subroutine, public | hecmw_matresid_66 (hecmesh, hecmat, x, b, r, commtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_66 (hecmesh, hecmat, commtime) |
subroutine, public | hecmw_tvec_66 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttvec_66 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttmattvec_66 (hecmesh, hecmat, x, y, w, commtime) |
subroutine, public hecmw_solver_las_66::hecmw_matresid_66 | ( | 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(in) | b, | ||
real(kind=kreal), dimension(:), intent(out) | r, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
Definition at line 223 of file hecmw_solver_las_66.f90.
subroutine, public hecmw_solver_las_66::hecmw_matvec_66 | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(in), target | 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 26 of file hecmw_solver_las_66.f90.
real(kind=kreal) function, public hecmw_solver_las_66::hecmw_rel_resid_l2_66 | ( | type ( hecmwst_local_mesh ), intent(in) | hecmesh, |
type ( hecmwst_matrix ), intent(in) | hecmat, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
Definition at line 249 of file hecmw_solver_las_66.f90.
subroutine, public hecmw_solver_las_66::hecmw_ttmattvec_66 | ( | 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), dimension(:), intent(out) | w, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
subroutine, public hecmw_solver_las_66::hecmw_ttvec_66 | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
real(kind=kreal), dimension(:), intent(in) | x, | ||
real(kind=kreal), dimension(:), intent(out) | y, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
Definition at line 322 of file hecmw_solver_las_66.f90.
subroutine, public hecmw_solver_las_66::hecmw_tvec_66 | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
real(kind=kreal), dimension(:), intent(in) | x, | ||
real(kind=kreal), dimension(:), intent(out) | y, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
Definition at line 284 of file hecmw_solver_las_66.f90.