![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_precond_setup (hecmat, hecmesh, sym) |
subroutine, public | hecmw_precond_clear (hecmat) |
subroutine, public | hecmw_precond_apply (hecmesh, hecmat, r, z, zp, commtime) |
subroutine, public | hecmw_precond_clear_timer |
real(kind=kreal) function, public | hecmw_precond_get_timer () |
subroutine, public hecmw_precond::hecmw_precond_apply | ( | type (hecmwst_local_mesh), intent(inout) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
real(kind=kreal), dimension(:), intent(inout) | r, | ||
real(kind=kreal), dimension(:), intent(inout) | z, | ||
real(kind=kreal), dimension(:), intent(inout) | zp, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
Definition at line 75 of file hecmw_precond.f90.
subroutine, public hecmw_precond::hecmw_precond_clear | ( | type (hecmwst_matrix), intent(inout) | hecmat | ) |
subroutine, public hecmw_precond::hecmw_precond_clear_timer |
real(kind=kreal) function, public hecmw_precond::hecmw_precond_get_timer |
Definition at line 127 of file hecmw_precond.f90.
subroutine, public hecmw_precond::hecmw_precond_setup | ( | type (hecmwst_matrix), intent(inout) | hecmat, |
type (hecmwst_local_mesh), intent(inout) | hecmesh, | ||
integer(kind=kint) | sym | ||
) |
Definition at line 28 of file hecmw_precond.f90.