|
dune-localfunctions
2.3.1
|
#include <dune/localfunctions/dualmortarbasis/dualpq1factory.hh>
Public Types | |
| typedef FE | FiniteElementType |
| Type of the finite elements stored in this cache. More... | |
Public Member Functions | |
| ~DualPQ1LocalFiniteElementCache () | |
| const FiniteElementType & | get (const Dune::GeometryType >) const |
| Get local finite element for given GeometryType. More... | |
Static Public Member Functions | |
| static FE * | create (const Dune::GeometryType >) |
| create finite element for given GeometryType More... | |
Protected Types | |
| typedef Dune::DualP1LocalFiniteElement < D, R, dim > | DualP1 |
| typedef Dune::DualQ1LocalFiniteElement < D, R, dim > | DualQ1 |
| typedef Dune::FixedOrderLocalBasisTraits < typename DualP1::Traits::LocalBasisType::Traits, 0 > ::Traits | T |
| typedef Dune::LocalFiniteElementVirtualInterface < T > | FE |
| typedef std::map < Dune::GeometryType, FE * > | FEMap |
Protected Attributes | |
| FEMap | cache_ |
|
protected |
|
protected |
|
protected |
|
protected |
| typedef FE Dune::DualPQ1LocalFiniteElementCache< D, R, dim >::FiniteElementType |
Type of the finite elements stored in this cache.
|
protected |
|
inline |
|
inlinestatic |
create finite element for given GeometryType
Referenced by Dune::DualPQ1LocalFiniteElementCache< D, R, dim >::get().
|
inline |
Get local finite element for given GeometryType.
References Dune::DualPQ1LocalFiniteElementCache< D, R, dim >::cache_, and Dune::DualPQ1LocalFiniteElementCache< D, R, dim >::create().
|
mutableprotected |
1.8.7