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