![]() |
FrontISTR
5.7.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 82 of file hecmw_precond.f90.
subroutine, public hecmw_precond::hecmw_precond_clear | ( | type (hecmwst_matrix), intent(inout) | hecMAT | ) |
Definition at line 58 of file hecmw_precond.f90.
subroutine, public hecmw_precond::hecmw_precond_clear_timer |
real(kind=kreal) function, public hecmw_precond::hecmw_precond_get_timer |
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 30 of file hecmw_precond.f90.