Dune::Copasi
Loading...
Searching...
No Matches
Namespaces | Functions
has_single_geometry_type.hh File Reference
#include <dune-copasi-config.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/geometry/type.hh>
#include <dune/common/exceptions.hh>
Include dependency graph for has_single_geometry_type.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::Copasi
 

Functions

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.
 
template<class GridView >
std::enable_if_t< not Capabilities::hasSingleGeometryType< typename GridView::Grid >::v, boolDune::Copasi::has_single_geometry_type (const GridView &grid_view)
 Determines if grid view has a single geometry type.