Struct LAMGSolverStatus

Struct Documentation

struct LAMGSolverStatus

Status parameters of the solver.

Public Members

count maxIters = std::numeric_limits<count>::max()
count maxConvergenceTime = std::numeric_limits<count>::max()
double desiredResidualReduction = 1e-8
count numPreSmoothIters = 1
count numPostSmoothIters = 2
count numIters
double residual
bool converged
std::vector<double> residualHistory