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...
 
Preconditioner_AMG_Rootamg
 AMG preconditioner. More...
 
Solver_ILUilu
 ILU preconditioner. More...
 
Solver_RILUrilu
 RILU preconditioner. More...
 

Member Data Documentation

◆ amg

Preconditioner_AMG_Root* paso::Preconditioner::amg

◆ gs

Preconditioner_Smoother* paso::Preconditioner::gs

◆ ilu

Solver_ILU* paso::Preconditioner::ilu

◆ jacobi

Preconditioner_Smoother* paso::Preconditioner::jacobi

◆ rilu

Solver_RILU* paso::Preconditioner::rilu

◆ sweeps

dim_t paso::Preconditioner::sweeps

◆ type

dim_t paso::Preconditioner::type

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