dune-grid
2.5.0
|
Functions | |
template<class ctype , std::size_t dim> | |
bool | checkIfMonotonous (const std::array< std::vector< ctype >, dim > &coords) |
template<int d, typename ct > | |
std::array< int, d > | sizeArray (const std::array< std::vector< ct >, d > &v) |
bool Dune::Yasp::checkIfMonotonous | ( | const std::array< std::vector< ctype >, dim > & | coords | ) |
std::array<int,d> Dune::Yasp::sizeArray | ( | const std::array< std::vector< ct >, d > & | v | ) |
v | the array of vectors to examine |