#include <solverconstrained.hpp>
template<typename Data, template< class > class Problem = problem>
class Feel::SolverConstrained< Data, Problem >::Stats
holds the statistics for SolverConstrained
|
|
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...
|
| |
template<typename Data , template< class > class Problem = problem>
default constructor
- Parameters
-
| \c | __c true if collect statistics, false otherwise |
template<typename Data , template< class > class Problem>
show statistics
- Parameters
-
| verbose | if true show is more verbose |
The documentation for this class was generated from the following file: