dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/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_ |
|
inline |
|
inline |
double DuneODE::OdeSolverInterface< DestinationImp >::Monitor::error_ |
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::linearSolverIterations_ |
Referenced by DuneODE::ImplicitOdeSolver< DestinationImp >::solve().
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::maxLinearSolverIterations_ |
Referenced by DuneODE::ImplicitOdeSolver< DestinationImp >::solve().
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::maxNewtonIterations_ |
Referenced by DuneODE::ImplicitOdeSolver< DestinationImp >::solve().
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::newtonIterations_ |
Referenced by DuneODE::ImplicitOdeSolver< DestinationImp >::solve().
std::size_t DuneODE::OdeSolverInterface< DestinationImp >::Monitor::numberOfElements_ |
double DuneODE::OdeSolverInterface< DestinationImp >::Monitor::odeSolveTime_ |
double DuneODE::OdeSolverInterface< DestinationImp >::Monitor::operatorTime_ |
int DuneODE::OdeSolverInterface< DestinationImp >::Monitor::spaceOperatorCalls_ |