Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
misc.hh File Reference
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.
Namespaces | |
namespace | Dune |
Dune namespace. | |
Functions | |
template<class T > | |
T | Dune::SQR (T t) DUNE_DEPRECATED_MSG("Use method sqr from math.hh instead") |
Compute the square of T. More... | |
template<int m, int p> | |
struct | Dune::DUNE_DEPRECATED_MSG ("Use class StaticPower from file power.hh instead") Power_m_p |
Calculates m^p at compile time. | |
template<int m> | |
struct | Dune::DUNE_DEPRECATED_MSG ("Use class StaticPower from file power.hh instead") Power_m_p< m |
end of recursion via specialization | |
struct std::string | Dune::genFilename (const std::string &path, const std::string &fn, int ntime, int precision=6) |
Generate filenames with timestep number in it. | |
Detailed Description
Miscellaneous helper stuff.
