dune-common
2.3.1
|
Miscellaneous helper stuff. More...
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <iterator>
#include <sstream>
#include <complex>
#include <dune/common/deprecated.hh>
#include "exceptions.hh"
#include <dune/common/typetraits.hh>
#include <dune/common/stringutility.hh>
#include <dune/common/math.hh>
Go to the source code of this file.
Classes | |
struct | Dune::Power_m_p< m, p > |
Calculates m^p at compile time. More... | |
struct | Dune::Power_m_p< m, 0 > |
end of recursion via specialization More... | |
Namespaces | |
Dune | |
Dune namespace. | |
Functions | |
template<class T > | |
T | Dune::SQR (T t) |
Compute the square of T. More... | |
std::string | Dune::genFilename (const std::string &path, const std::string &fn, int ntime, int precision=6) |
Generate filenames with timestep number in it. More... | |
Miscellaneous helper stuff.