Data for ILU setup.
More...
#include <fasp.h>
Data for ILU setup.
Definition at line 651 of file fasp.h.
pointer to the original coefficient matrix
Definition at line 654 of file fasp.h.
◆ col
column of matrix LU, n
Definition at line 663 of file fasp.h.
◆ ic
indices for different colors
Definition at line 692 of file fasp.h.
◆ icmap
mapping from vertex to color
Definition at line 695 of file fasp.h.
◆ ijlu
integer array of row pointers and column indexes, the size is nzlu
Definition at line 669 of file fasp.h.
◆ ilevL
number of vertices in each color for lower triangle
Definition at line 707 of file fasp.h.
◆ ilevU
number of vertices in each color for upper triangle
Definition at line 710 of file fasp.h.
◆ iperm
permutation arrays for ILUtp
Definition at line 684 of file fasp.h.
◆ jlevL
mapping from row to color for lower triangle
Definition at line 713 of file fasp.h.
◆ jlevU
mapping from row to color for upper triangle
Definition at line 716 of file fasp.h.
◆ luval
nonzero entries of LU
Definition at line 672 of file fasp.h.
◆ nb
block size for BSR type only
Definition at line 675 of file fasp.h.
◆ ncolors
number of colors for multi-threading
Definition at line 689 of file fasp.h.
◆ nlevL
number of colors for lower triangle
Definition at line 701 of file fasp.h.
◆ nlevU
number of colors for upper triangle
Definition at line 704 of file fasp.h.
◆ nwork
work space size
Definition at line 678 of file fasp.h.
◆ nzlu
number of nonzero entries
Definition at line 666 of file fasp.h.
◆ row
row number of matrix LU, m
Definition at line 660 of file fasp.h.
◆ type
type of ILUdata
Definition at line 657 of file fasp.h.
◆ uptr
temporary work space
Definition at line 698 of file fasp.h.
◆ work
work space
Definition at line 681 of file fasp.h.
The documentation for this struct was generated from the following file: