#include <dune-copasi-config.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/geometry/type.hh>
#include <dune/common/exceptions.hh>
Go to the source code of this file.
|
template<class GridView > |
std::enable_if_t< Capabilities::hasSingleGeometryType< typename GridView::Grid >::v, bool > constexpr | Dune::Copasi::has_single_geometry_type (const GridView &) |
| Determines if grid view has a single geometry type. More...
|
|
template<class GridView > |
std::enable_if_t< not Capabilities::hasSingleGeometryType< typename GridView::Grid >::v, bool > | Dune::Copasi::has_single_geometry_type (const GridView &grid_view) |
| Determines if grid view has a single geometry type. More...
|
|