Class CumulativeSolverControl

Inheritance Relationships

Base Type

  • public SolverControl

Class Documentation

class CumulativeSolverControl : public SolverControl

SolverControl variant that accumulates all completed solve iterations.

Public Functions

inline CumulativeSolverControl(const unsigned int n = 100, const double tol = 1.e-10, const bool log_history = false, const bool log_result = false)
inline explicit CumulativeSolverControl(const SolverControl &control)
inline State check(const unsigned int step, const double check_value) override
inline unsigned long long total_step_count() const
inline unsigned int solve_count() const