dune-localfunctions  2.3.1
Static Public Attributes | List of all members
Dune::EdgeS0_5Common< dim, DF > Struct Template Reference

Common base class for edge elements. More...

#include <dune/localfunctions/whitney/edges0.5/common.hh>

Inheritance diagram for Dune::EdgeS0_5Common< dim, DF >:
Inheritance graph

Static Public Attributes

static const ReferenceElement
< DF, dim > & 
refelem
 The reference element for this edge element. More...
 
static const std::size_t s
 The number of base functions. More...
 

Detailed Description

template<std::size_t dim, class DF = double>
struct Dune::EdgeS0_5Common< dim, DF >

Common base class for edge elements.

Member Data Documentation

template<std::size_t dim, class DF = double>
const ReferenceElement< DF, dim > & Dune::EdgeS0_5Common< dim, DF >::refelem
static

The reference element for this edge element.

template<std::size_t dim, class DF = double>
const std::size_t Dune::EdgeS0_5Common< dim, DF >::s
static

The number of base functions.

Note
This is not a compile time constant, since the number of edges is extracted from the reference element.

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