CHROMA
Public Member Functions | Public Attributes | List of all members
Chroma::GCRInnerSolverParams Struct Reference

#include <quda_gcr_params.h>

Public Member Functions

 GCRInnerSolverParams (XMLReader &xml, const std::string &path)
 
 GCRInnerSolverParams ()
 

Public Attributes

Real tolPrecondition
 
int maxIterPrecondition
 
int gcrNkrylov
 
bool verboseInner
 
QudaSolverType invTypePrecondition
 
QudaPrecisionType precPrecondition
 
QudaReconsType reconstructPrecondition
 
QudaSchwarzMethod schwarzType
 
int preconditionCycle
 

Detailed Description

Definition at line 11 of file quda_gcr_params.h.

Constructor & Destructor Documentation

◆ GCRInnerSolverParams() [1/2]

Chroma::GCRInnerSolverParams::GCRInnerSolverParams ( XMLReader &  xml,
const std::string &  path 
)

Definition at line 7 of file quda_gcr_params.cc.

References Chroma::read().

◆ GCRInnerSolverParams() [2/2]

Chroma::GCRInnerSolverParams::GCRInnerSolverParams ( )
inline

Member Data Documentation

◆ gcrNkrylov

int Chroma::GCRInnerSolverParams::gcrNkrylov

Definition at line 15 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ invTypePrecondition

QudaSolverType Chroma::GCRInnerSolverParams::invTypePrecondition

Definition at line 17 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ maxIterPrecondition

int Chroma::GCRInnerSolverParams::maxIterPrecondition

Definition at line 14 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ preconditionCycle

int Chroma::GCRInnerSolverParams::preconditionCycle

Definition at line 21 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ precPrecondition

QudaPrecisionType Chroma::GCRInnerSolverParams::precPrecondition

Definition at line 18 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ reconstructPrecondition

QudaReconsType Chroma::GCRInnerSolverParams::reconstructPrecondition

Definition at line 19 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ schwarzType

QudaSchwarzMethod Chroma::GCRInnerSolverParams::schwarzType

Definition at line 20 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ tolPrecondition

Real Chroma::GCRInnerSolverParams::tolPrecondition

Definition at line 13 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().

◆ verboseInner

bool Chroma::GCRInnerSolverParams::verboseInner

Definition at line 16 of file quda_gcr_params.h.

Referenced by GCRInnerSolverParams().


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