![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine, public | hecmw_matvec_33_setup (hecMESH, hecMAT) |
| subroutine, public | hecmw_matvec_33_teardown |
| subroutine, public | hecmw_matvec_33 (hecMESH, hecMAT, X, Y, time_Ax, COMMtime) |
| subroutine | hecmw_matvec_33_generic (hecMESH, hecMAT, X, Y, time_Ax, COMMtime) |
| subroutine | setup_tuning_parameters (N, NP, indexL, indexU) |
| subroutine, public | hecmw_matresid_33 (hecMESH, hecMAT, X, B, R, time_Ax, COMMtime) |
| real(kind=kreal) function, public | hecmw_rel_resid_l2_33 (hecMESH, hecMAT, time_Ax, COMMtime) |
| subroutine, public | hecmw_tvec_33 (hecMESH, X, Y, COMMtime) |
| subroutine, public | hecmw_ttvec_33 (hecMESH, X, Y, COMMtime) |
| 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) | time_Ax, | ||
| real(kind=kreal), intent(inout), optional | COMMtime | ||
| ) |
Definition at line 319 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 74 of file hecmw_solver_las_33.F90.
| subroutine hecmw_solver_las_33::hecmw_matvec_33_generic | ( | 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 117 of file hecmw_solver_las_33.F90.
| subroutine, public hecmw_solver_las_33::hecmw_matvec_33_setup | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (hecmwst_matrix), intent(in), target | hecMAT | ||
| ) |
Definition at line 45 of file hecmw_solver_las_33.F90.
| subroutine, public hecmw_solver_las_33::hecmw_matvec_33_teardown |
| 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) | time_Ax, | ||
| real(kind=kreal), intent(inout), optional | COMMtime | ||
| ) |
Definition at line 358 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 456 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 394 of file hecmw_solver_las_33.F90.
| subroutine hecmw_solver_las_33::setup_tuning_parameters | ( | integer(kind=kint), intent(in) | N, |
| integer(kind=kint), intent(in) | NP, | ||
| integer(kind=kint), dimension(:), intent(in), pointer | indexL, | ||
| integer(kind=kint), dimension(:), intent(in), pointer | indexU | ||
| ) |
Definition at line 268 of file hecmw_solver_las_33.F90.