svFSIplus
Public Attributes | List of all members
lsType Class Reference

Linear system of equations solver type. More...

#include <ComMod.h>

Public Attributes

consts::SolverType LS_type = consts::SolverType::lSolver_NA
 LS solver (IN) More...
 
bool suc = false
 Successful solving (OUT) More...
 
int mItr = 1000
 Maximum iterations (IN) More...
 
int sD = 0
 Space dimension (IN) More...
 
int itr = 0
 Number of iteration (OUT) More...
 
int cM = 0
 Number of Ax multiple (OUT) More...
 
int cN = 0
 Number of |x| norms (OUT) More...
 
int cD = 0
 Number of <x.y> dot products (OUT) More...
 
int reserve = 0
 Only for data alignment (-) More...
 
double absTol = 1e-08
 Absolute tolerance (IN) More...
 
double relTol = 0.0
 Relative tolerance (IN) More...
 
double iNorm = 0.0
 Initial norm of residual (OUT) More...
 
double fNorm = 0.0
 Final norm of residual (OUT) More...
 
double dB = 0.0
 Res. rduction in last itr. (OUT) More...
 
double callD = 0.0
 Calling duration (OUT) More...
 
std::string config
 

Detailed Description

Linear system of equations solver type.

Member Data Documentation

◆ absTol

double lsType::absTol = 1e-08

Absolute tolerance (IN)

◆ callD

double lsType::callD = 0.0

Calling duration (OUT)

◆ cD

int lsType::cD = 0

Number of <x.y> dot products (OUT)

◆ cM

int lsType::cM = 0

Number of Ax multiple (OUT)

◆ cN

int lsType::cN = 0

Number of |x| norms (OUT)

◆ dB

double lsType::dB = 0.0

Res. rduction in last itr. (OUT)

◆ fNorm

double lsType::fNorm = 0.0

Final norm of residual (OUT)

◆ iNorm

double lsType::iNorm = 0.0

Initial norm of residual (OUT)

◆ itr

int lsType::itr = 0

Number of iteration (OUT)

◆ LS_type

consts::SolverType lsType::LS_type = consts::SolverType::lSolver_NA

LS solver (IN)

◆ mItr

int lsType::mItr = 1000

Maximum iterations (IN)

◆ relTol

double lsType::relTol = 0.0

Relative tolerance (IN)

◆ reserve

int lsType::reserve = 0

Only for data alignment (-)

◆ sD

int lsType::sD = 0

Space dimension (IN)

◆ suc

bool lsType::suc = false

Successful solving (OUT)


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