|
dune-grid
2.4.1
|
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 | ) |
References Dune::EquidistantCoordinates< ct, dim >::size().
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 |
1.8.11