dune-common  2.3.0
Classes | Namespaces | Functions
misc.hh File Reference

Miscellaneous helper stuff. More...

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

namespace  Dune
 Dune namespace.

Functions

template<class T >
Dune::SQR (T t)
 Compute the square of T.
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.