![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine, public | hecmw_matvec_nn (hecMESH, hecMAT, X, Y, time_Ax, COMMtime) |
| subroutine, public | hecmw_matresid_nn (hecMESH, hecMAT, X, B, R, time_Ax, COMMtime) |
| real(kind=kreal) function, public | hecmw_rel_resid_l2_nn (hecMESH, hecMAT, time_Ax, COMMtime) |
| subroutine, public | hecmw_tvec_nn (hecMESH, ndof, X, Y, COMMtime) |
| subroutine, public | hecmw_ttvec_nn (hecMESH, ndof, X, Y, COMMtime) |
| subroutine | hecmw_mat_diag_sr_nn (hecMESH, hecMAT, COMMtime) |
| subroutine | hecmw_mat_add_nn (hecMAT1, hecMAT2, hecMAT3) |
| subroutine | hecmw_mat_multiple_nn (hecMAT, alpha) |
| subroutine hecmw_solver_las_nn::hecmw_mat_add_nn | ( | type (hecmwst_matrix) | hecMAT1, |
| type (hecmwst_matrix) | hecMAT2, | ||
| type (hecmwst_matrix) | hecMAT3 | ||
| ) |
Definition at line 487 of file hecmw_solver_las_nn.F90.
| subroutine hecmw_solver_las_nn::hecmw_mat_diag_sr_nn | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (hecmwst_matrix), intent(inout), target | hecMAT, | ||
| real(kind=kreal), intent(inout), optional | COMMtime | ||
| ) |
| subroutine hecmw_solver_las_nn::hecmw_mat_multiple_nn | ( | type (hecmwst_matrix) | hecMAT, |
| real(kind=kreal), intent(in) | alpha | ||
| ) |
Definition at line 506 of file hecmw_solver_las_nn.F90.
| subroutine, public hecmw_solver_las_nn::hecmw_matresid_nn | ( | 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 243 of file hecmw_solver_las_nn.F90.
| subroutine, public hecmw_solver_las_nn::hecmw_matvec_nn | ( | 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 25 of file hecmw_solver_las_nn.F90.
| real(kind=kreal) function, public hecmw_solver_las_nn::hecmw_rel_resid_l2_nn | ( | 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 282 of file hecmw_solver_las_nn.F90.
| subroutine, public hecmw_solver_las_nn::hecmw_ttvec_nn | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| integer(kind=kint), intent(in) | ndof, | ||
| real(kind=kreal), dimension(:), intent(in) | X, | ||
| real(kind=kreal), dimension(:), intent(out) | Y, | ||
| real(kind=kreal), intent(inout) | COMMtime | ||
| ) |
Definition at line 381 of file hecmw_solver_las_nn.F90.
| subroutine, public hecmw_solver_las_nn::hecmw_tvec_nn | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| integer(kind=kint), intent(in) | ndof, | ||
| real(kind=kreal), dimension(:), intent(in) | X, | ||
| real(kind=kreal), dimension(:), intent(out) | Y, | ||
| real(kind=kreal), intent(inout) | COMMtime | ||
| ) |
Definition at line 318 of file hecmw_solver_las_nn.F90.