FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_precond_bilu_33 Module Reference

Functions/Subroutines

subroutine, public hecmw_precond_bilu_33_setup (hecMAT)
 
subroutine, public hecmw_precond_bilu_33_apply (WW)
 
subroutine, public hecmw_precond_bilu_33_clear ()
 
subroutine ilu1a33 (ALU, D11, D12, D13, D21, D22, D23, D31, D32, D33)
 
subroutine ilu1b33 (RHS_Aij, DkINV, Aik, Akj)
 

Function/Subroutine Documentation

◆ hecmw_precond_bilu_33_apply()

subroutine, public hecmw_precond_bilu_33::hecmw_precond_bilu_33_apply ( real(kind=kreal), dimension(:), intent(inout)  WW)

Definition at line 91 of file hecmw_precond_BILU_33.f90.

Here is the caller graph for this function:

◆ hecmw_precond_bilu_33_clear()

subroutine, public hecmw_precond_bilu_33::hecmw_precond_bilu_33_clear

Definition at line 160 of file hecmw_precond_BILU_33.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_precond_bilu_33_setup()

subroutine, public hecmw_precond_bilu_33::hecmw_precond_bilu_33_setup ( type(hecmwst_matrix), intent(inout)  hecMAT)

Definition at line 35 of file hecmw_precond_BILU_33.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ilu1a33()

subroutine hecmw_precond_bilu_33::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 1494 of file hecmw_precond_BILU_33.f90.

Here is the caller graph for this function:

◆ ilu1b33()

subroutine hecmw_precond_bilu_33::ilu1b33 ( real(kind=kreal), dimension(3,3)  RHS_Aij,
real(kind=kreal), dimension(3,3)  DkINV,
real(kind=kreal), dimension(3,3)  Aik,
real(kind=kreal), dimension(3,3)  Akj 
)

Definition at line 1539 of file hecmw_precond_BILU_33.f90.

Here is the caller graph for this function: