Opm::LinearSolverInterface::LinearSolverReport Struct Reference

#include <LinearSolverInterface.hpp>

Public Attributes

bool converged
 
int iterations
 
double residual_reduction
 

Detailed Description

Struct for reporting data about the solution process back to the caller. The only field that is mandatory to set is 'converged' (even for direct solvers) to indicate success.

Member Data Documentation

bool Opm::LinearSolverInterface::LinearSolverReport::converged
int Opm::LinearSolverInterface::LinearSolverReport::iterations
double Opm::LinearSolverInterface::LinearSolverReport::residual_reduction

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