dune-geometry  3.0-git
Static Public Attributes | List of all members
Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype > Class Template Reference

#include <dune/geometry/genericgeometry/conversion.hh>

Static Public Attributes

static const unsigned int dimension = DuneBaseGeometryType::dimension + 1
 
static const GeometryType::BasicType basicType
 

Member Data Documentation

◆ basicType

template<class BaseTopology , GeometryType::BasicType linetype>
const GeometryType::BasicType Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype >::basicType
static
Initial value:
= ((dimension == 1)
? linetype
: ((dimension == 2) || (DuneBaseGeometryType::basicType == GeometryType::cube))
static const unsigned int dimension
Definition: conversion.hh:58
@ cube
Cube element in any nonnegative dimension.
Definition: type.hh:31
@ prism
Prism element in three dimensions.
Definition: type.hh:33

◆ dimension

template<class BaseTopology , GeometryType::BasicType linetype>
const unsigned int Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype >::dimension = DuneBaseGeometryType::dimension + 1
static

The documentation for this class was generated from the following file: