![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_matvec_33 (hecmesh, hecmat, x, y, time_ax, commtime) |
subroutine, public | hecmw_matvec_33_set_async (hecmat) |
subroutine, public | hecmw_matvec_33_unset_async |
subroutine, public | hecmw_matresid_33 (hecmesh, hecmat, x, b, r, commtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_33 (hecmesh, hecmat, commtime) |
subroutine, public | hecmw_tvec_33 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttvec_33 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttmattvec_33 (hecmesh, hecmat, x, y, w, commtime) |
subroutine, public | hecmw_mat_diag_sr_33 (hecmesh, hecmat, commtime) |
subroutine, public hecmw_solver_las_33::hecmw_mat_diag_sr_33 | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(inout), target | hecmat, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
Definition at line 519 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_matresid_33 | ( | 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 340 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_matvec_33 | ( | 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 34 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_matvec_33_set_async | ( | type (hecmwst_matrix), intent(in) | hecmat | ) |
Definition at line 66 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_matvec_33_unset_async |
real(kind=kreal) function, public hecmw_solver_las_33::hecmw_rel_resid_l2_33 | ( | type ( hecmwst_local_mesh ), intent(in) | hecmesh, |
type ( hecmwst_matrix ), intent(in) | hecmat, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
Definition at line 369 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_ttmattvec_33 | ( | 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 | ||
) |
Definition at line 498 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_ttvec_33 | ( | 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 451 of file hecmw_solver_las_33.f90.
subroutine, public hecmw_solver_las_33::hecmw_tvec_33 | ( | 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 404 of file hecmw_solver_las_33.f90.