Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
ILU_param Struct Reference

Parameters for ILU. More...

#include <fasp.h>

Data Fields

SHORT print_level
 print level More...
 
SHORT ILU_type
 ILU type for decomposition. More...
 
INT ILU_lfil
 level of fill-in for ILUk More...
 
REAL ILU_droptol
 drop tolerance for ILUt More...
 
REAL ILU_relax
 add the sum of dropped elements to diagonal element in proportion relax More...
 
REAL ILU_permtol
 permuted if permtol*|a(i,j)| > |a(i,i)| More...
 

Detailed Description

Parameters for ILU.

Definition at line 404 of file fasp.h.

Field Documentation

◆ ILU_droptol

REAL ILU_droptol

drop tolerance for ILUt

Definition at line 416 of file fasp.h.

◆ ILU_lfil

INT ILU_lfil

level of fill-in for ILUk

Definition at line 413 of file fasp.h.

◆ ILU_permtol

REAL ILU_permtol

permuted if permtol*|a(i,j)| > |a(i,i)|

Definition at line 422 of file fasp.h.

◆ ILU_relax

REAL ILU_relax

add the sum of dropped elements to diagonal element in proportion relax

Definition at line 419 of file fasp.h.

◆ ILU_type

SHORT ILU_type

ILU type for decomposition.

Definition at line 410 of file fasp.h.

◆ print_level

SHORT print_level

print level

Definition at line 407 of file fasp.h.


The documentation for this struct was generated from the following file: