dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Related Functions | List of all members
Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage > Class Template Reference

Rannacher-Turek Space. More...

#include <dune/fem/space/localfiniteelement/dgspace.hh>

Inheritance diagram for Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >:
Inheritance graph

Public Types

typedef BaseType::FunctionSpaceType FunctionSpaceType
 
typedef BaseType::GridPartType GridPartType
 
typedef BaseType::EntityType EntityType
 
typedef BaseType::IntersectionType IntersectionType
 
typedef BaseType::Traits::ShapeFunctionSetType ShapeFunctionSetType
 
typedef BaseType::BasisFunctionSetType BasisFunctionSetType
 
typedef BaseType::BlockMapperType BlockMapperType
 
typedef Traits::LocalFiniteElementType LocalFiniteElementType
 
typedef Traits::LFEMapType LFEMapType
 
typedef LFEMapType::KeyType KeyType
 
typedef LocalFiniteElementInterpolation< ThisType, LocalInterpolationType, LocalBasisType::dimRange==1 > InterpolationImplType
 
typedef LocalFEInterpolationWrapper< ThisTypeInterpolationType
 Interpolation object.
 
typedef LFEMapType::LocalCoefficientsType QuadratureType
 
typedef Traits::DiscreteFunctionSpaceType DiscreteFunctionSpaceType
 
typedef BaseType::GridType GridType
 
typedef BaseType::IndexSetType IndexSetType
 
typedef BaseType::IteratorType IteratorType
 
typedef DofManager< GridTypeDofManagerType
 type of DoF manager
 
typedef CommunicationManager< DiscreteFunctionSpaceTypeCommunicationManagerType
 type of communication manager
 
typedef BaseType::AuxiliaryDofsType AuxiliaryDofsType
 
typedef Traits::LocalBlockIndices LocalBlockIndices
 
typedef AuxiliaryDofsType SlaveDofsType
 deprecated type
 

Public Member Functions

template<class GridPart , std::enable_if_t< std::is_same< GridPart, GridPartType >::value &&std::is_same< KeyType, std::tuple<> >::value, int > = 0>
 DiscontinuousLocalFiniteElementSpace (GridPart &gridPart, const InterfaceType commInterface=InteriorBorder_All_Interface, const CommunicationDirection commDirection=ForwardCommunication)
 
template<class GridPart , std::enable_if_t< std::is_same< GridPart, GridPartType >::value &&!std::is_same< KeyType, std::tuple<> >::value, int > = 0>
 DiscontinuousLocalFiniteElementSpace (GridPart &gridPart, const KeyType &key, const InterfaceType commInterface=InteriorBorder_All_Interface, const CommunicationDirection commDirection=ForwardCommunication)
 
 DiscontinuousLocalFiniteElementSpace (const ThisType &)=delete
 
 DiscontinuousLocalFiniteElementSpace (ThisType &&)=delete
 
ThisTypeoperator= (const ThisType &)=delete
 
ThisTypeoperator= (ThisType &&)=delete
 
DFSpaceIdentifier type () const
 return type identifier of discrete function space
 
BasisFunctionSetType basisFunctionSet (const EntityType &entity) const
 get basis function set for given entity
 
ShapeFunctionSetType shapeFunctionSet (const EntityType &entity) const
 return shape function set for given entity
 
bool continuous () const
 returns true if the space contains only globally continuous functions
 
bool continuous (const IntersectionType &intersection) const
 returns true if the space contains only globally continuous functions
 
int order () const
 get global order of space
 
bool multipleGeometryTypes () const
 returns true if the grid has more than one geometry type
 
BlockMapperTypeblockMapper () const
 get a reference to the block mapper
 
InterpolationType interpolation () const
 return local interpolation object (uninitialized)
 
InterpolationImplType interpolation (const EntityType &entity) const
 return local interpolation
 
InterpolationImplType localInterpolation (const EntityType &entity) const
 return local interpolation
 
const QuadratureTypequadrature (const GeometryType &type) const
 
int sequence () const
 get index of the sequence in grid sequences
 
int order (const EntityType &entity) const
 default implementation of the method order
 
const GridTypegrid () const
 get reference to grid this discrete function space belongs to
 
GridTypegrid ()
 get reference to grid this discrete function space belongs to
 
GridPartTypegridPart () const
 
GridPartTypegridPart ()
 get a reference to the associated grid partition
 
const IndexSetTypeindexSet () const
 Get a reference to the associated index set.
 
int size () const
 get number of DoFs for this space
 
int maxNumDofs () const
 return the maximal number of dofs on entities
 
IteratorType begin () const
 get iterator pointing to the first entity of the associated grid partition
 
IteratorType end () const
 get iterator pointing behind the last entity of the associated grid partition
 
void forEach (FunctorType &f) const
 apply a functor to each entity in the associated grid partition
 
bool multipleBasisFunctionSets () const
 returns true if base function sets depend on the entity
 
InterfaceType communicationInterface () const
 return the communication interface appropriate for this space
 
CommunicationDirection communicationDirection () const
 return the communication interface appropriate for this space
 
const CommunicationManagerTypecommunicator () const
 return reference to communicator (see CommunicationManager)
 
void communicate (DiscreteFunction &discreteFunction) const
 communicate data for given discrete function using the space's default communication operation
 
void communicate (DiscreteFunction &discreteFunction, const Operation &op) const
 communicate data for given discrete function
 
BaseType::template CommDataHandle< DiscreteFunction, Operation >::Type createDataHandle (DiscreteFunction &discreteFunction, const Operation &operation) const
 
const AuxiliaryDofsTypeauxiliaryDofs () const
 get auxiliary dofs
 
void addFunction (DiscreteFunction &df) const
 default implementation of addFunction does nothing at the moment
 
void removeFunction (DiscreteFunction &df) const
 default implementation of removeFunction does nothing at the moment
 
void adapt (const Vector &polynomialOrders, const int polOrderShift=0) const
 default implementation of adapt does nothing, its only used in PAdaptiveLagrangeSpace
 
const BasisFunctionSetType basisFunctionSet (const EntityType &entity) const
 get basis function set for given entity
 
const AuxiliaryDofsTypeslaveDofs () const
 deprecated method, use auxiliaryDofs
 

Static Public Attributes

static constexpr std::size_t localBlockSize = Hybrid::size( LocalBlockIndices() )
 size of local blocks
 
static const unsigned int scalarBlockSize = 1
 

Protected Types

typedef SingletonList< std::pair< GridPartType *, BlockMapperType * >, std::pair< AuxiliaryDofsType, int >, AuxiliaryDofsFactory > AuxiliaryDofsProviderType
 
typedef ThreadSafeValue< UninitializedObjectStackLocalDofVectorStackType
 
typedef StackAllocator< typename BaseType::RangeFieldType, LocalDofVectorStackType * > LocalDofVectorAllocatorType
 
typedef Dune::DynamicVector< typename BaseType::RangeFieldType, LocalDofVectorAllocatorTypeLocalDofVectorType
 
typedef BasicTemporaryLocalFunction< ThisType, LocalDofVectorTypeLocalFunctionType
 
typedef AllGeomTypes< IndexSetType, GridTypeAllGeometryTypes
 

Protected Member Functions

const std::vector< GeometryType > & geomTypes (int codim) const
 returns true if the grid has more than one geometry type
 
const DiscreteFunctionSpaceTypeasImp () const
 
DiscreteFunctionSpaceTypeasImp ()
 

Protected Attributes

GridPartTypegridPart_
 
LocalDofVectorStackType ldvStack_
 
LocalDofVectorAllocatorType ldvAllocator_
 
const AllGeometryTypes allGeomTypes_
 
DofManagerTypedofManager_
 
const InterfaceType commInterface_
 
const CommunicationDirection commDirection_
 
std::unique_ptr< CommunicationManagerTypecommunicator_
 
std::unique_ptr< std::pair< AuxiliaryDofsType, int >, typename AuxiliaryDofsProviderType::DeleterauxiliaryDofs_
 

Related Functions

(Note that these are not member functions.)

template<class Traits >
bool operator== (const DiscreteFunctionSpaceInterface< Traits > &X, const DiscreteFunctionSpaceInterface< Traits > &Y)
 check two spaces for equality
 

Detailed Description

template<class LFEMap, class FunctionSpace, class Storage>
class Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >

Rannacher-Turek Space.

Note
The DiscontinuousLocalFiniteElementSpace depends on dune-localfunctions (see http://www.dune-project.org).
Todo:
please doc me

Member Typedef Documentation

◆ AllGeometryTypes

◆ AuxiliaryDofsProviderType

typedef SingletonList< std::pair< GridPartType *, BlockMapperType * >, std::pair< AuxiliaryDofsType, int >, AuxiliaryDofsFactory > Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::AuxiliaryDofsProviderType
protectedinherited

◆ AuxiliaryDofsType

◆ BasisFunctionSetType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::BasisFunctionSetType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::BasisFunctionSetType

◆ BlockMapperType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::BlockMapperType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::BlockMapperType

◆ CommunicationManagerType

type of communication manager

◆ DiscreteFunctionSpaceType

◆ DofManagerType

type of DoF manager

◆ EntityType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::EntityType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::EntityType

◆ FunctionSpaceType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::FunctionSpaceType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::FunctionSpaceType

◆ GridPartType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::GridPartType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::GridPartType

◆ GridType

◆ IndexSetType

◆ InterpolationImplType

template<class LFEMap , class FunctionSpace , class Storage >
typedef LocalFiniteElementInterpolation< ThisType, LocalInterpolationType, LocalBasisType::dimRange==1 > Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::InterpolationImplType

◆ InterpolationType

template<class LFEMap , class FunctionSpace , class Storage >
typedef LocalFEInterpolationWrapper< ThisType > Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::InterpolationType

Interpolation object.

◆ IntersectionType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::IntersectionType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::IntersectionType

◆ IteratorType

◆ KeyType

template<class LFEMap , class FunctionSpace , class Storage >
typedef LFEMapType::KeyType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::KeyType

◆ LFEMapType

template<class LFEMap , class FunctionSpace , class Storage >
typedef Traits::LFEMapType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::LFEMapType

◆ LocalBlockIndices

template<class FunctionSpaceTraits >
typedef Traits::LocalBlockIndices Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::LocalBlockIndices
inherited

◆ LocalDofVectorAllocatorType

typedef StackAllocator< typename BaseType::RangeFieldType, LocalDofVectorStackType* > Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::LocalDofVectorAllocatorType
protectedinherited

◆ LocalDofVectorStackType

◆ LocalDofVectorType

typedef Dune::DynamicVector< typename BaseType::RangeFieldType, LocalDofVectorAllocatorType > Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::LocalDofVectorType
protectedinherited

◆ LocalFiniteElementType

template<class LFEMap , class FunctionSpace , class Storage >
typedef Traits::LocalFiniteElementType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::LocalFiniteElementType

◆ LocalFunctionType

◆ QuadratureType

template<class LFEMap , class FunctionSpace , class Storage >
typedef LFEMapType::LocalCoefficientsType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::QuadratureType

◆ ShapeFunctionSetType

template<class LFEMap , class FunctionSpace , class Storage >
typedef BaseType::Traits::ShapeFunctionSetType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::ShapeFunctionSetType

◆ SlaveDofsType

template<class FunctionSpaceTraits >
typedef AuxiliaryDofsType Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::SlaveDofsType
inherited

deprecated type

Constructor & Destructor Documentation

◆ DiscontinuousLocalFiniteElementSpace() [1/4]

template<class LFEMap , class FunctionSpace , class Storage >
template<class GridPart , std::enable_if_t< std::is_same< GridPart, GridPartType >::value &&std::is_same< KeyType, std::tuple<> >::value, int > = 0>
Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::DiscontinuousLocalFiniteElementSpace ( GridPart &  gridPart,
const InterfaceType  commInterface = InteriorBorder_All_Interface,
const CommunicationDirection  commDirection = ForwardCommunication 
)
inlineexplicit

◆ DiscontinuousLocalFiniteElementSpace() [2/4]

template<class LFEMap , class FunctionSpace , class Storage >
template<class GridPart , std::enable_if_t< std::is_same< GridPart, GridPartType >::value &&!std::is_same< KeyType, std::tuple<> >::value, int > = 0>
Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::DiscontinuousLocalFiniteElementSpace ( GridPart &  gridPart,
const KeyType key,
const InterfaceType  commInterface = InteriorBorder_All_Interface,
const CommunicationDirection  commDirection = ForwardCommunication 
)
inlineexplicit

◆ DiscontinuousLocalFiniteElementSpace() [3/4]

template<class LFEMap , class FunctionSpace , class Storage >
Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::DiscontinuousLocalFiniteElementSpace ( const ThisType )
delete

◆ DiscontinuousLocalFiniteElementSpace() [4/4]

template<class LFEMap , class FunctionSpace , class Storage >
Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::DiscontinuousLocalFiniteElementSpace ( ThisType &&  )
delete

Member Function Documentation

◆ adapt()

void Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::adapt ( const Vector &  polynomialOrders,
const int  polOrderShift = 0 
) const
inlineinherited

default implementation of adapt does nothing, its only used in PAdaptiveLagrangeSpace

◆ addFunction()

void Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::addFunction ( DiscreteFunction &  df) const
inlineinherited

default implementation of addFunction does nothing at the moment

◆ asImp() [1/2]

template<class FunctionSpaceTraits >
DiscreteFunctionSpaceType & Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::asImp ( )
inlineprotectedinherited

◆ asImp() [2/2]

template<class FunctionSpaceTraits >
const DiscreteFunctionSpaceType & Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::asImp ( ) const
inlineprotectedinherited

◆ auxiliaryDofs()

get auxiliary dofs

◆ basisFunctionSet() [1/2]

template<class FunctionSpaceTraits >
const BasisFunctionSetType Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::basisFunctionSet ( const EntityType entity) const
inlineinherited

get basis function set for given entity

Parameters
[in]entityentity (of codim 0) for which base function is requested
Returns
BasisFunctionSet for the entity

◆ basisFunctionSet() [2/2]

template<class LFEMap , class FunctionSpace , class Storage >
BasisFunctionSetType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::basisFunctionSet ( const EntityType entity) const
inline

get basis function set for given entity

Parameters
[in]entityentity (of codim 0) for which base function is requested
Returns
BasisFunctionSet for the entity

◆ begin()

get iterator pointing to the first entity of the associated grid partition

Returns
iterator pointing to first entity
Note
The default implementation uses the codim 0 iterators of the associated grid partition.

◆ blockMapper()

template<class LFEMap , class FunctionSpace , class Storage >
BlockMapperType & Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::blockMapper ( ) const
inline

get a reference to the block mapper

Returns
refernce to the block mapper

◆ communicate() [1/2]

void Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::communicate ( DiscreteFunction &  discreteFunction) const
inlineinherited

communicate data for given discrete function using the space's default communication operation

Parameters
discreteFunctiondiscrete function to be communicated

◆ communicate() [2/2]

void Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::communicate ( DiscreteFunction &  discreteFunction,
const Operation &  op 
) const
inlineinherited

communicate data for given discrete function

Parameters
discreteFunctiondiscrete function to be communicated
[in]opcommunication operation to use (see DFCommunicationOperation)

◆ communicationDirection()

CommunicationDirection Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::communicationDirection ( ) const
inlineinherited

return the communication interface appropriate for this space

Returns
communication interface

◆ communicationInterface()

InterfaceType Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::communicationInterface ( ) const
inlineinherited

return the communication interface appropriate for this space

Returns
communication interface

◆ communicator()

return reference to communicator (see CommunicationManager)

Returns
reference to communicator

◆ continuous() [1/2]

template<class LFEMap , class FunctionSpace , class Storage >
bool Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::continuous ( ) const
inline

returns true if the space contains only globally continuous functions

For example, a Lagrange space returns true while a discontiuous Galerkin space returns false.

Returns
true if the space contians only globally continous functions, false otherwise

◆ continuous() [2/2]

template<class LFEMap , class FunctionSpace , class Storage >
bool Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::continuous ( const IntersectionType intersection) const
inline

returns true if the space contains only globally continuous functions

For example, a Lagrange space returns true while a discontiuous Galerkin space returns false.

Returns
true if the space contians only globally continous functions, false otherwise

◆ createDataHandle()

BaseType::template CommDataHandle< DiscreteFunction, Operation >::Type Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::createDataHandle ( DiscreteFunction &  discreteFunction,
const Operation &  operation 
) const
inlineinherited

Note
The default implementation is
defines type of data handle for communication
Definition: discretefunctionspace.hh:244

◆ end()

get iterator pointing behind the last entity of the associated grid partition

Returns
iterator pointing behind last entity
Note
The default implementation uses the codim 0 iterators of the associated grid partition.

◆ forEach()

void Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::forEach ( FunctorType &  f) const
inlineinherited

apply a functor to each entity in the associated grid partition

The functor must provide an the following operator

template< class EntityType >
void operator() ( const EntityType & );
BaseType::EntityType EntityType
Definition: dgspace.hh:142
Parameters
[in]ffunctor to apply
Note
The default implementation simply does the following:
const IteratorType end = asImp().end();
for( IteratorType it = asImp().begin(); it != end; ++it )
f( *it );
const DiscreteFunctionSpaceType & asImp() const
Definition: discretefunctionspace.hh:576
IteratorType end() const
get iterator pointing behind the last entity of the associated grid partition
Definition: discretefunctionspace.hh:783
IteratorType begin() const
get iterator pointing to the first entity of the associated grid partition
Definition: discretefunctionspace.hh:773

◆ geomTypes()

const std::vector< GeometryType > & Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::geomTypes ( int  codim) const
inlineprotectedinherited

returns true if the grid has more than one geometry type

Returns
true if the underlying grid has more than one geometry type (hybrid grid), false otherwise

◆ grid() [1/2]

get reference to grid this discrete function space belongs to

Returns
reference to grid

◆ grid() [2/2]

get reference to grid this discrete function space belongs to

Returns
constant reference to grid

◆ gridPart() [1/2]

template<class FunctionSpaceTraits >
GridPartType & Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::gridPart ( )
inlineinherited

get a reference to the associated grid partition

Returns
reference to the grid partition

◆ gridPart() [2/2]

◆ indexSet()

Get a reference to the associated index set.

Returns
const reference to index set

◆ interpolation() [1/2]

template<class LFEMap , class FunctionSpace , class Storage >
InterpolationType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::interpolation ( ) const
inline

return local interpolation object (uninitialized)

◆ interpolation() [2/2]

template<class LFEMap , class FunctionSpace , class Storage >
InterpolationImplType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::interpolation ( const EntityType entity) const
inline

return local interpolation

Parameters
[in]entitygrid part entity

◆ localInterpolation()

template<class LFEMap , class FunctionSpace , class Storage >
InterpolationImplType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::localInterpolation ( const EntityType entity) const
inline

return local interpolation

Parameters
[in]entitygrid part entity

◆ maxNumDofs()

return the maximal number of dofs on entities

◆ multipleBasisFunctionSets()

bool Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::multipleBasisFunctionSets ( ) const
inlineinherited

returns true if base function sets depend on the entity

Returns
true if base function set depend on entities, false otherwise
Note
The default implementation returns false.

◆ multipleGeometryTypes()

template<class LFEMap , class FunctionSpace , class Storage >
bool Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::multipleGeometryTypes ( ) const
inline

returns true if the grid has more than one geometry type

Returns
true if the underlying grid has more than one geometry type (hybrid grid), false otherwise

◆ operator=() [1/2]

template<class LFEMap , class FunctionSpace , class Storage >
ThisType & Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::operator= ( const ThisType )
delete

◆ operator=() [2/2]

template<class LFEMap , class FunctionSpace , class Storage >
ThisType & Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::operator= ( ThisType &&  )
delete

◆ order() [1/2]

template<class LFEMap , class FunctionSpace , class Storage >
int Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::order ( ) const
inline

get global order of space

Returns
order of space, i.e., the maximal polynomial order of base functions

◆ order() [2/2]

int Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::order ( const EntityType entity) const
inlineinherited

default implementation of the method order

Returns
returns max polynomial order for each entity using the method order()

◆ quadrature()

template<class LFEMap , class FunctionSpace , class Storage >
const QuadratureType & Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::quadrature ( const GeometryType &  type) const
inline

◆ removeFunction()

void Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::removeFunction ( DiscreteFunction &  df) const
inlineinherited

default implementation of removeFunction does nothing at the moment

◆ sequence()

get index of the sequence in grid sequences

Returns
number of current sequence

◆ shapeFunctionSet()

template<class LFEMap , class FunctionSpace , class Storage >
ShapeFunctionSetType Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::shapeFunctionSet ( const EntityType entity) const
inline

return shape function set for given entity

Parameters
[in]entityentity for which shape function set is requested
Returns
ShapeFunctionSetType shape function set

◆ size()

get number of DoFs for this space

Returns
number of DoFs (degrees of freedom)

◆ slaveDofs()

template<class FunctionSpaceTraits >
const AuxiliaryDofsType & Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::slaveDofs ( ) const
inlineinherited

deprecated method, use auxiliaryDofs

◆ type()

template<class LFEMap , class FunctionSpace , class Storage >
DFSpaceIdentifier Dune::Fem::DiscontinuousLocalFiniteElementSpace< LFEMap, FunctionSpace, Storage >::type ( ) const
inline

return type identifier of discrete function space

Returns
return type identifier of discrete function space

Member Data Documentation

◆ allGeomTypes_

◆ auxiliaryDofs_

std::unique_ptr< std::pair< AuxiliaryDofsType, int >, typename AuxiliaryDofsProviderType::Deleter > Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::auxiliaryDofs_
mutableprotectedinherited

◆ commDirection_

const CommunicationDirection Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::commDirection_
protectedinherited

◆ commInterface_

const InterfaceType Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::commInterface_
protectedinherited

◆ communicator_

std::unique_ptr< CommunicationManagerType > Dune::Fem::DiscreteFunctionSpaceDefault< DiscontinuousLocalFiniteElementSpaceTraits< LFEMap, FunctionSpace, Storage, FixedPolyOrder< LFEMap >::scalarBlockSize > >::communicator_
mutableprotectedinherited

◆ dofManager_

◆ gridPart_

◆ ldvAllocator_

◆ ldvStack_

◆ localBlockSize

template<class FunctionSpaceTraits >
constexpr std::size_t Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::localBlockSize = Hybrid::size( LocalBlockIndices() )
staticconstexprinherited

size of local blocks

◆ scalarBlockSize

template<class LFEMap , class Enabler >
const unsigned int Dune::Fem::FixedPolyOrder_< LFEMap, Enabler >::scalarBlockSize = 1
staticinherited

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