Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
LinSys::SolveInfo Struct Reference

#include <linsys.hh>

Public Member Functions

 SolveInfo (int cr, int nits)
 

Public Attributes

int converged_reason
 
int n_iterations
 

Detailed Description

Definition at line 104 of file linsys.hh.

Constructor & Destructor Documentation

◆ SolveInfo()

LinSys::SolveInfo::SolveInfo ( int  cr,
int  nits 
)
inline

Definition at line 105 of file linsys.hh.

Member Data Documentation

◆ converged_reason

int LinSys::SolveInfo::converged_reason

Definition at line 108 of file linsys.hh.

◆ n_iterations

int LinSys::SolveInfo::n_iterations

Definition at line 109 of file linsys.hh.


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