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::SolverConstrained< Data, Problem >::Stats Class Reference

#include <solverconstrained.hpp>

Detailed Description

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

holds the statistics for SolverConstrained

Public Member Functions

void clear ()
 clear all statistics
 
bool collectStats () const
 tells if we collect statistics regarding the solver convergence
 
void push_all (double mu, double E, double E0, int n_CGiter, bool truss_exit, bool SOC, double Delta, double ared, double pred, double gamma)
 insert all statistics
 
void push_x (const double *__x)
 insert x in statistics
 
void show (bool verbose=false) const
 show statistics More...
 
 Stats (solver_type *__s, bool __c=false)
 default constructor More...
 

Constructor & Destructor Documentation

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

default constructor

Parameters
\c__c true if collect statistics, false otherwise

Member Function Documentation

template<typename Data , template< class > class Problem>
void Feel::SolverConstrained< Data, Problem >::Stats::show ( bool  verbose = false) const

show statistics

Parameters
verboseif true show is more verbose

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