All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Opm::LinearSolverInterface::LinearSolverReport Struct Reference

Struct for reporting data about the solution process back to the caller. More...

#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.


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