![]() |
FrontISTR 5.2.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_matvec_nn_set_async (hecmat) |
subroutine, public | hecmw_matvec_nn_unset_async |
subroutine, public | hecmw_matresid_nn (hecmesh, hecmat, x, b, r, commtime) |
real(kind=kreal) function, public | hecmw_rel_resid_l2_nn (hecmesh, hecmat, commtime) |
subroutine, public | hecmw_tvec_nn (hecmesh, ndof, x, y, commtime) |
subroutine, public | hecmw_ttvec_nn (hecmesh, ndof, x, y, commtime) |
subroutine, public | hecmw_ttmattvec_nn (hecmesh, hecmat, x, y, w, commtime) |
subroutine, public | hecmw_mat_diag_sr_nn (hecmesh, hecmat, commtime) |
subroutine, public | hecmw_mat_add_nn (hecmat1, hecmat2, hecmat3) |
subroutine, public | hecmw_mat_multiple_nn (hecmat, alpha) |
subroutine, public hecmw_solver_las_nn::hecmw_mat_add_nn | ( | type (hecmwst_matrix) | hecmat1, |
type (hecmwst_matrix) | hecmat2, | ||
type (hecmwst_matrix) | hecmat3 | ||
) |
subroutine, public 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 | ||
) |
Definition at line 501 of file hecmw_solver_las_nn.f90.
subroutine, public hecmw_solver_las_nn::hecmw_mat_multiple_nn | ( | type (hecmwst_matrix) | hecmat, |
real(kind=kreal), intent(in) | alpha | ||
) |
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), optional | commtime | ||
) |
Definition at line 320 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 36 of file hecmw_solver_las_nn.f90.
subroutine, public hecmw_solver_las_nn::hecmw_matvec_nn_set_async | ( | type (hecmwst_matrix), intent(in) | hecmat | ) |
Definition at line 68 of file hecmw_solver_las_nn.f90.
subroutine, public hecmw_solver_las_nn::hecmw_matvec_nn_unset_async |
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), optional | commtime | ||
) |
Definition at line 349 of file hecmw_solver_las_nn.f90.
subroutine, public hecmw_solver_las_nn::hecmw_ttmattvec_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(out) | y, | ||
real(kind=kreal), dimension(:), intent(out) | w, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
Definition at line 481 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 432 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 384 of file hecmw_solver_las_nn.f90.