![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_matvec_44 (hecmesh, hecmat, x, y, time_ax, commtime) |
subroutine, public | hecmw_matvec_44_set_async (hecmat) |
subroutine, public | hecmw_matvec_44_unset_async |
subroutine, public | hecmw_matresid_44 (hecmesh, hecmat, x, b, r, commtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_44 (hecmesh, hecmat, commtime) |
subroutine, public | hecmw_tvec_44 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttvec_44 (hecmesh, x, y, commtime) |
subroutine, public | hecmw_ttmattvec_44 (hecmesh, hecmat, x, y, w, commtime) |
subroutine, public | hecmw_mat_diag_sr_44 (hecmesh, hecmat, commtime) |
subroutine, public hecmw_solver_las_44::hecmw_mat_diag_sr_44 | ( | 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_44::hecmw_matresid_44 | ( | 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 281 of file hecmw_solver_las_44.f90.
subroutine, public hecmw_solver_las_44::hecmw_matvec_44 | ( | 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), optional | time_ax, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
Definition at line 34 of file hecmw_solver_las_44.f90.
subroutine, public hecmw_solver_las_44::hecmw_matvec_44_set_async | ( | type (hecmwst_matrix), intent(in) | hecmat | ) |
Definition at line 66 of file hecmw_solver_las_44.f90.
subroutine, public hecmw_solver_las_44::hecmw_matvec_44_unset_async |
real(kind=kreal) function, public hecmw_solver_las_44::hecmw_rel_resid_l2_44 | ( | type ( hecmwst_local_mesh ), intent(in) | hecmesh, |
type ( hecmwst_matrix ), intent(in) | hecmat, | ||
real(kind=kreal), intent(inout), optional | commtime | ||
) |
Definition at line 310 of file hecmw_solver_las_44.f90.
subroutine, public hecmw_solver_las_44::hecmw_ttmattvec_44 | ( | 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 439 of file hecmw_solver_las_44.f90.
subroutine, public hecmw_solver_las_44::hecmw_ttvec_44 | ( | 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 392 of file hecmw_solver_las_44.f90.
subroutine, public hecmw_solver_las_44::hecmw_tvec_44 | ( | 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 345 of file hecmw_solver_las_44.f90.