![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_precond_11_setup (hecmat, hecmesh, sym) |
subroutine, public | hecmw_precond_11_clear (hecmat) |
subroutine, public | hecmw_precond_11_apply (hecmesh, hecmat, r, z, zp, time_precond, commtime) |
subroutine, public hecmw_precond_11::hecmw_precond_11_apply | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(in) | hecmat, | ||
real(kind=kreal), dimension(:), intent(in) | r, | ||
real(kind=kreal), dimension(:), intent(out) | z, | ||
real(kind=kreal), dimension(:), intent(out) | zp, | ||
real(kind=kreal), intent(inout) | time_precond, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
Definition at line 60 of file hecmw_precond_11.f90.
subroutine, public hecmw_precond_11::hecmw_precond_11_clear | ( | type (hecmwst_matrix), intent(inout) | hecmat | ) |
Definition at line 43 of file hecmw_precond_11.f90.
subroutine, public hecmw_precond_11::hecmw_precond_11_setup | ( | type (hecmwst_matrix), intent(inout) | hecmat, |
type (hecmwst_local_mesh), intent(inout) | hecmesh, | ||
integer(kind=kint), intent(in) | sym | ||
) |
Definition at line 24 of file hecmw_precond_11.f90.