dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::Q1FiniteElementMap< Geometry, RF > Class Template Reference

Global-valued finite element map for Q1 elements. More...

#include <dune/pdelab/finiteelementmap/q1fem.hh>

Inheritance diagram for Dune::PDELab::Q1FiniteElementMap< Geometry, RF >:
Inheritance graph

Public Types

typedef FiniteElementMapTraits
< typename
Q1FiniteElementFactory
< Geometry, RF >
::FiniteElement > 
Traits
 

Public Member Functions

 Q1FiniteElementMap ()
 
bool fixedSize () const
 
std::size_t size (GeometryType gt) const
 
std::size_t maxLocalSize () const
 
Traits::FiniteElementType find (const Element &e) const
 Return finite element for the given entity. More...
 

Detailed Description

template<class Geometry, class RF>
class Dune::PDELab::Q1FiniteElementMap< Geometry, RF >

Global-valued finite element map for Q1 elements.

Template Parameters
GeometryType of geometries of the elements. Only used to extract the dimension and the type for the domain field.
RFRange field type.

Member Typedef Documentation

typedef FiniteElementMapTraits<typename Q1FiniteElementFactory< Geometry, RF > ::FiniteElement> Dune::PDELab::GeometryFiniteElementMap< Q1FiniteElementFactory< Geometry, RF > >::Traits
inherited

Constructor & Destructor Documentation

template<class Geometry , class RF >
Dune::PDELab::Q1FiniteElementMap< Geometry, RF >::Q1FiniteElementMap ( )
inline

Member Function Documentation

Traits::FiniteElementType Dune::PDELab::GeometryFiniteElementMap< Q1FiniteElementFactory< Geometry, RF > >::find ( const Element &  e) const
inlineinherited

Return finite element for the given entity.

Parameters
eGrid element to create a finite element for.

The returned value is valid for as long as both this finite element map as well as the reference to the grid element are valid.

template<class Geometry , class RF >
bool Dune::PDELab::Q1FiniteElementMap< Geometry, RF >::fixedSize ( ) const
inline
template<class Geometry , class RF >
std::size_t Dune::PDELab::Q1FiniteElementMap< Geometry, RF >::maxLocalSize ( ) const
inline
template<class Geometry , class RF >
std::size_t Dune::PDELab::Q1FiniteElementMap< Geometry, RF >::size ( GeometryType  gt) const
inline

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