![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_precond_bilu_nn_setup (hecMAT) |
subroutine, public | hecmw_precond_bilu_nn_apply (WW, NDOF) |
subroutine, public | hecmw_precond_bilu_nn_clear () |
subroutine | ilu1a33 (ALU, D11, D12, D13, D21, D22, D23, D31, D32, D33) |
subroutine | ilu1ann (ALU, D, NDOF) |
subroutine | ilu1bnn (RHS_Aij, DkINV, Aik, Akj, NDOF) |
subroutine, public hecmw_precond_bilu_nn::hecmw_precond_bilu_nn_apply | ( | real(kind=kreal), dimension(:), intent(inout) | WW, |
integer(kind=kint) | NDOF | ||
) |
Definition at line 91 of file hecmw_precond_BILU_nn.f90.
subroutine, public hecmw_precond_bilu_nn::hecmw_precond_bilu_nn_clear |
Definition at line 171 of file hecmw_precond_BILU_nn.f90.
subroutine, public hecmw_precond_bilu_nn::hecmw_precond_bilu_nn_setup | ( | type(hecmwst_matrix), intent(inout) | hecMAT | ) |
Definition at line 35 of file hecmw_precond_BILU_nn.f90.
subroutine hecmw_precond_bilu_nn::ilu1a33 | ( | real(kind=kreal), dimension(3,3) | ALU, |
real(kind=kreal) | D11, | ||
real(kind=kreal) | D12, | ||
real(kind=kreal) | D13, | ||
real(kind=kreal) | D21, | ||
real(kind=kreal) | D22, | ||
real(kind=kreal) | D23, | ||
real(kind=kreal) | D31, | ||
real(kind=kreal) | D32, | ||
real(kind=kreal) | D33 | ||
) |
Definition at line 1465 of file hecmw_precond_BILU_nn.f90.
subroutine hecmw_precond_bilu_nn::ilu1ann | ( | real(kind=kreal), dimension(ndof,ndof) | ALU, |
real(kind=kreal), dimension(ndof*ndof) | D, | ||
integer(kind=kint) | NDOF | ||
) |
Definition at line 1501 of file hecmw_precond_BILU_nn.f90.
subroutine hecmw_precond_bilu_nn::ilu1bnn | ( | real(kind=kreal), dimension(ndof,ndof) | RHS_Aij, |
real(kind=kreal), dimension(ndof,ndof) | DkINV, | ||
real(kind=kreal), dimension(ndof,ndof) | Aik, | ||
real(kind=kreal), dimension(ndof,ndof) | Akj, | ||
integer(kind=kint) | NDOF | ||
) |
Definition at line 1539 of file hecmw_precond_BILU_nn.f90.