dune-grid  2.4
Functions
Dune::Yasp Namespace Reference

Functions

template<class ctype , std::size_t dim>
bool checkIfMonotonous (const Dune::array< std::vector< ctype >, dim > &coords)
 
template<int d, typename ct >
Dune::array< int, d > sizeArray (const Dune::array< std::vector< ct >, d > &v)
 

Function Documentation

template<class ctype , std::size_t dim>
bool Dune::Yasp::checkIfMonotonous ( const Dune::array< std::vector< ctype >, dim > &  coords)
template<int d, typename ct >
Dune::array<int,d> Dune::Yasp::sizeArray ( const Dune::array< std::vector< ct >, d > &  v)
Returns
an array containing the sizes of the grids associated with vectors in given array. Needed in this form due to the need of such functionality in class initializer lists.
Parameters
vthe array of vectors to examine