NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
NeoN::la::SolverStats Struct Reference

#include <solver.hpp>

Public Member Functions

 SolverStats ()
 
 SolverStats (size_t numIter, scalar initResNorm, scalar finalResNorm, scalar solveTime)
 
 SolverStats (SolverStatsEntry entry)
 

Public Attributes

std::vector< SolverStatsEntryentries
 

Detailed Description

Definition at line 23 of file solver.hpp.

Constructor & Destructor Documentation

◆ SolverStats() [1/3]

NeoN::la::SolverStats::SolverStats ( )
inline

Definition at line 27 of file solver.hpp.

◆ SolverStats() [2/3]

NeoN::la::SolverStats::SolverStats ( size_t  numIter,
scalar  initResNorm,
scalar  finalResNorm,
scalar  solveTime 
)
inline

Definition at line 29 of file solver.hpp.

◆ SolverStats() [3/3]

NeoN::la::SolverStats::SolverStats ( SolverStatsEntry  entry)
inline

Definition at line 33 of file solver.hpp.

Member Data Documentation

◆ entries

std::vector<SolverStatsEntry> NeoN::la::SolverStats::entries

Definition at line 25 of file solver.hpp.


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