escript  Revision_
Public Attributes | List of all members
paso::Preconditioner Struct Reference

#include <Preconditioner.h>

Public Attributes

dim_t type
 
dim_t sweeps
 
Preconditioner_Smootherjacobi
 Jacobi preconditioner. More...
 
Preconditioner_Smoothergs
 Gauss-Seidel preconditioner. More...
 
Solver_ILUilu
 ILU preconditioner. More...
 
Solver_RILUrilu
 RILU preconditioner. More...
 

Member Data Documentation

◆ gs

Preconditioner_Smoother* paso::Preconditioner::gs

Gauss-Seidel preconditioner.

◆ ilu

Solver_ILU* paso::Preconditioner::ilu

ILU preconditioner.

◆ jacobi

Preconditioner_Smoother* paso::Preconditioner::jacobi

Jacobi preconditioner.

◆ rilu

Solver_RILU* paso::Preconditioner::rilu

RILU preconditioner.

◆ sweeps

dim_t paso::Preconditioner::sweeps

◆ type

dim_t paso::Preconditioner::type

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