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