![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_precond_bilu_44_setup (hecMAT) |
subroutine, public | hecmw_precond_bilu_44_apply (WW) |
subroutine, public | hecmw_precond_bilu_44_clear () |
subroutine | ilu1a44 (ALU, D11, D12, D13, D14, D21, D22, D23, D24, D31, D32, D33, D34, D41, D42, D43, D44) |
subroutine | ilu1b44 (RHS_Aij, DkINV, Aik, Akj) |
subroutine, public hecmw_precond_bilu_44::hecmw_precond_bilu_44_apply | ( | real(kind=kreal), dimension(:), intent(inout) | WW | ) |
Definition at line 92 of file hecmw_precond_BILU_44.f90.
subroutine, public hecmw_precond_bilu_44::hecmw_precond_bilu_44_clear |
Definition at line 176 of file hecmw_precond_BILU_44.f90.
subroutine, public hecmw_precond_bilu_44::hecmw_precond_bilu_44_setup | ( | type(hecmwst_matrix), intent(inout) | hecMAT | ) |
Definition at line 35 of file hecmw_precond_BILU_44.f90.
subroutine hecmw_precond_bilu_44::ilu1a44 | ( | real(kind=kreal), dimension(4,4) | ALU, |
real(kind=kreal) | D11, | ||
real(kind=kreal) | D12, | ||
real(kind=kreal) | D13, | ||
real(kind=kreal) | D14, | ||
real(kind=kreal) | D21, | ||
real(kind=kreal) | D22, | ||
real(kind=kreal) | D23, | ||
real(kind=kreal) | D24, | ||
real(kind=kreal) | D31, | ||
real(kind=kreal) | D32, | ||
real(kind=kreal) | D33, | ||
real(kind=kreal) | D34, | ||
real(kind=kreal) | D41, | ||
real(kind=kreal) | D42, | ||
real(kind=kreal) | D43, | ||
real(kind=kreal) | D44 | ||
) |
Definition at line 1630 of file hecmw_precond_BILU_44.f90.
subroutine hecmw_precond_bilu_44::ilu1b44 | ( | real(kind=kreal), dimension(4,4) | RHS_Aij, |
real(kind=kreal), dimension(4,4) | DkINV, | ||
real(kind=kreal), dimension(4,4) | Aik, | ||
real(kind=kreal), dimension(4,4) | Akj | ||
) |
Definition at line 1678 of file hecmw_precond_BILU_44.f90.