dune-grid
2.4
|
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) |
bool Dune::Yasp::checkIfMonotonous | ( | const Dune::array< std::vector< ctype >, dim > & | coords | ) |
Referenced by Dune::YaspGrid< dim, CoordCont >::YaspGrid().
Dune::array<int,d> Dune::Yasp::sizeArray | ( | const Dune::array< std::vector< ct >, d > & | v | ) |
v | the array of vectors to examine |