dune-pdelab
2.4-dev
|
#include <vector>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune::PDELab | |
Functions | |
template<class T > | |
std::vector< T > | Dune::PDELab::rangeVector (T begin, T passed_the_end, T increment=1) |
Generate a vector with a range of numbers. More... | |
template<class T > | |
std::vector< T > | Dune::PDELab::rangeVector (T passed_the_end) |
Generate a vector with a range of numbers. More... | |