dune-fem
2.4.1-rc
|
#include <stack>
#include <vector>
#include <string>
#include <fstream>
#include <iomanip>
#include <limits>
#include <dune/common/exceptions.hh>
#include <dune/common/timer.hh>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/solver/timeprovider.hh>
#include <dune/fem/misc/threads/threadmanager.hh>
Go to the source code of this file.
Classes | |
struct | Dune::Fem::Timer< enable > |
struct | Dune::Fem::Timer< false > |
struct | Dune::Fem::Timer< true > |
class | Dune::ExecutionTimer |
class with a start and stop method for timing parts of a program. More... | |
Namespaces | |
Dune | |
Dune::Fem | |
Macros | |
#define | TIMEDEXECUTION(command) (femTimer.start(),command,femTimer.stop()) |
Typedefs | |
typedef Fem::Timer< false > | Dune::FemTimer |
#define TIMEDEXECUTION | ( | command | ) | (femTimer.start(),command,femTimer.stop()) |