dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::ProductGeometry< FirstGeometry, SecondGeometry > Class Template Reference

generic geometry modelling the product of two base geometries More...

#include <dune/fem/space/lagrange/genericgeometry.hh>

Classes

class  Codim
 

Public Types

typedef FirstGeometry FirstGeometryType
 type of the first base geometry
 
typedef SecondGeometry SecondGeometryType
 type of the second base geometry
 

Static Public Member Functions

static unsigned int numSubEntities (unsigned int codim)
 number of subentites of a given codimension
 

Static Public Attributes

static const unsigned int dimension = FirstGeometryType::dimension + SecondGeometryType::dimension
 dimension of the geometry object
 

Detailed Description

template<class FirstGeometry, class SecondGeometry>
class Dune::Fem::ProductGeometry< FirstGeometry, SecondGeometry >

generic geometry modelling the product of two base geometries

Member Typedef Documentation

◆ FirstGeometryType

template<class FirstGeometry , class SecondGeometry >
typedef FirstGeometry Dune::Fem::ProductGeometry< FirstGeometry, SecondGeometry >::FirstGeometryType

type of the first base geometry

◆ SecondGeometryType

template<class FirstGeometry , class SecondGeometry >
typedef SecondGeometry Dune::Fem::ProductGeometry< FirstGeometry, SecondGeometry >::SecondGeometryType

type of the second base geometry

Member Function Documentation

◆ numSubEntities()

template<class FirstGeometry , class SecondGeometry >
static unsigned int Dune::Fem::ProductGeometry< FirstGeometry, SecondGeometry >::numSubEntities ( unsigned int  codim)
inlinestatic

number of subentites of a given codimension

Member Data Documentation

◆ dimension

template<class FirstGeometry , class SecondGeometry >
const unsigned int Dune::Fem::ProductGeometry< FirstGeometry, SecondGeometry >::dimension = FirstGeometryType::dimension + SecondGeometryType::dimension
static

dimension of the geometry object


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