Fluid structure interaction suite
ParsedLAC Namespace Reference

Classes

class  AMGPreconditioner
 A parsed AMG preconditioner which uses parameter files to choose between different options. More...
 
class  AMGMueLuPreconditioner
 A parsed AMG preconditioner based on MueLu which uses parameter files to choose between different options. More...
 
class  PETScAMGPreconditioner
 A parsed AMG preconditioner which uses parameter files to choose between different options. More...
 
class  ILUPreconditioner
 A parsed ILU preconditioner which uses parameter files to choose between different options. More...
 
class  InverseOperator
 A factory that can generate inverse operators according to parameter files. More...
 
class  JacobiPreconditioner
 A parsed Jacobi preconditioner which uses parameter files to choose between different options. More...
 

Enumerations

enum class  SolverControlType { tolerance = 1 << 0 , consecutive_iterations = 1 << 1 , iteration_number = 1 << 2 , reduction = 1 << 3 }
 An enum class used to identify different classes derived from SolverControl. More...
 

Enumeration Type Documentation

◆ SolverControlType

An enum class used to identify different classes derived from SolverControl.

Enumerator
tolerance 

Use SolverControl.

consecutive_iterations 

Use ConsecutiveControl.

iteration_number 

Use IterationNumberControl.

reduction 

Use ReductionControl.

Definition at line 41 of file inverse_operator.h.