|
dune-pdelab 2.7-git
|
Provides a class for collecting statistics on the number of block-solves. More...
#include <vector>#include <algorithm>#include <numeric>#include <iostream>Go to the source code of this file.
Classes | |
| struct | Dune::PDELab::StatisticsResult< T > |
| Statistics result structure. More... | |
| class | Dune::PDELab::SolverStatistics< T > |
| Class for collecting statistics over several invocations. More... | |
Namespaces | |
| namespace | Dune |
| For backward compatibility – Do not use this! | |
| namespace | Dune::PDELab |
Functions | |
| template<typename T > | |
| std::ostream & | Dune::PDELab::operator<< (std::ostream &os, const StatisticsResult< T > &result) |
| Write statistics result to out stream. | |
Provides a class for collecting statistics on the number of block-solves.