dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DuneODE::OdeSolverInterface< DestinationImp >::Monitor Struct Reference

#include <dune/fem/solver/odesolverinterface.hh>

Public Member Functions

 Monitor ()
 
void reset ()
 

Public Attributes

double odeSolveTime_
 
double operatorTime_
 
double error_
 
std::size_t numberOfElements_
 
int newtonIterations_
 
int linearSolverIterations_
 
int maxNewtonIterations_
 
int maxLinearSolverIterations_
 
int spaceOperatorCalls_
 

Constructor & Destructor Documentation

◆ Monitor()

template<class DestinationImp >
DuneODE::OdeSolverInterface< DestinationImp >::Monitor::Monitor ( )
inline

Member Function Documentation

◆ reset()

template<class DestinationImp >
void DuneODE::OdeSolverInterface< DestinationImp >::Monitor::reset ( )
inline

Member Data Documentation

◆ error_

template<class DestinationImp >
double DuneODE::OdeSolverInterface< DestinationImp >::Monitor::error_

◆ linearSolverIterations_

template<class DestinationImp >
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::linearSolverIterations_

◆ maxLinearSolverIterations_

template<class DestinationImp >
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::maxLinearSolverIterations_

◆ maxNewtonIterations_

template<class DestinationImp >
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::maxNewtonIterations_

◆ newtonIterations_

template<class DestinationImp >
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::newtonIterations_

◆ numberOfElements_

template<class DestinationImp >
std::size_t DuneODE::OdeSolverInterface< DestinationImp >::Monitor::numberOfElements_

◆ odeSolveTime_

template<class DestinationImp >
double DuneODE::OdeSolverInterface< DestinationImp >::Monitor::odeSolveTime_

◆ operatorTime_

template<class DestinationImp >
double DuneODE::OdeSolverInterface< DestinationImp >::Monitor::operatorTime_

◆ spaceOperatorCalls_

template<class DestinationImp >
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::spaceOperatorCalls_

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