Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::SolverUnconstrained< Data, Problem >::Stats Class Reference

#include <solverunconstrained.hpp>

Detailed Description

template<typename Data, template< class > class Problem = problem>
class Feel::SolverUnconstrained< Data, Problem >::Stats

Statistics holder for the solver.

Public Member Functions

void clear ()
 reset all statistics
 
bool collectStats () const
 tells if we collect statistics regarding the solver convergence
 
void push (const vector_type &__x, vector_type const &, vector_type const &)
 
void push (value_type norm_Tgrad_fx, int n_CGiter, int n_restarts, int n_indef, int n_crosses_def, int n_crosses_indef, int n_truss_exit_def, int n_truss_exit_indef, value_type Delta, value_type ared_til, value_type phi_til, value_type rho)
 
void show () const
 
 Stats (solver_type *__s, bool __c=false)
 default constructor More...
 

Constructor & Destructor Documentation

template<typename Data, template< class > class Problem = problem>
Feel::SolverUnconstrained< Data, Problem >::Stats::Stats ( solver_type __s,
bool  __c = false 
)
inline

default constructor

Parameters
\c__c true if collect statistics, false otherwise

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

Generated on Fri Oct 25 2013 14:24:32 for Feel++ by doxygen 1.8.4