![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_precond_diag_setup (hecMAT) |
subroutine, public | hecmw_precond_diag_clear (NDOF) |
subroutine, public | hecmw_precond_diag_apply (ZP, NDOF) |
subroutine, public hecmw_precond_diag::hecmw_precond_diag_apply | ( | real(kind=kreal), dimension(:), intent(inout) | ZP, |
integer(kind=kint), intent(in) | NDOF | ||
) |
Definition at line 64 of file hecmw_precond_DIAG.f90.
subroutine, public hecmw_precond_diag::hecmw_precond_diag_clear | ( | integer(kind=kint), intent(in) | NDOF | ) |
Definition at line 44 of file hecmw_precond_DIAG.f90.
subroutine, public hecmw_precond_diag::hecmw_precond_diag_setup | ( | type (hecmwst_matrix), intent(inout) | hecMAT | ) |
Definition at line 24 of file hecmw_precond_DIAG.f90.