![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_matvec_22 (hecmesh, hecmat, x, y, time_ax, commtime) |
subroutine, public | hecmw_matvec_22_set_async (hecmat) |
subroutine, public | hecmw_matvec_22_unset_async |
subroutine, public | hecmw_matresid_22 (hecmesh, hecmat, x, b, r, commtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_22 (hecmesh, hecmat, commtime) |
subroutine, public | hecmw_tvec_22 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttvec_22 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttmattvec_22 (hecmesh, hecmat, x, y, w, commtime) |
subroutine, public | hecmw_mat_diag_sr_22 (hecmesh, hecmat, commtime) |
subroutine, public hecmw_solver_las_22::hecmw_mat_diag_sr_22 | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(inout), target | hecmat, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
subroutine, public hecmw_solver_las_22::hecmw_matresid_22 | ( | 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 246 of file hecmw_solver_las_22.f90.
subroutine, public hecmw_solver_las_22::hecmw_matvec_22 | ( | 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 31 of file hecmw_solver_las_22.f90.
subroutine, public hecmw_solver_las_22::hecmw_matvec_22_set_async | ( | type (hecmwst_matrix), intent(in) | hecmat | ) |
Definition at line 58 of file hecmw_solver_las_22.f90.
subroutine, public hecmw_solver_las_22::hecmw_matvec_22_unset_async |
real(kind=kreal) function, public hecmw_solver_las_22::hecmw_rel_resid_l2_22 | ( | type ( hecmwst_local_mesh ), intent(in) | hecmesh, |
type ( hecmwst_matrix ), intent(in) | hecmat, | ||
real(kind=kreal), optional | commtime | ||
) |
Definition at line 275 of file hecmw_solver_las_22.f90.
subroutine, public hecmw_solver_las_22::hecmw_ttmattvec_22 | ( | 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 400 of file hecmw_solver_las_22.f90.
subroutine, public hecmw_solver_las_22::hecmw_ttvec_22 | ( | 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 353 of file hecmw_solver_las_22.f90.
subroutine, public hecmw_solver_las_22::hecmw_tvec_22 | ( | 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 306 of file hecmw_solver_las_22.f90.