|
dune-fem
2.8-git
|
#include <dune/fem/space/discontinuousgalerkin/tuple.hh>

Public Types | |
| typedef TupleDiscontinuousGalerkinSpaceTraits< DFS... > | Traits |
| typedef BaseType::BasisFunctionSetType | BasisFunctionSetType |
| typedef BaseType::BasisFunctionSetsType | BasisFunctionSetsType |
| typedef BaseType::EntityType | EntityType |
| typedef BaseType::GridPartType | GridPartType |
| template<std::size_t i> | |
| using | SubDiscreteFunctionSpaceType = typename BasisFunctionSetsType::template SubDiscreteFunctionSpaceType< i > |
| typedef TupleLocalInterpolation< typename BasisFunctionSetsType::ShapeFunctionSetType, typename DFS::InterpolationImplType... > | InterpolationImplType |
| typedef LocalInterpolationWrapper< ThisType > | InterpolationType |
| typedef BaseType::IntersectionType | IntersectionType |
| type of the intersections More... | |
| typedef BaseType::BlockMapperType | BlockMapperType |
| type of block mapper of this space More... | |
| typedef TupleDiscontinuousGalerkinSpaceTraits< DFS... > ::DiscreteFunctionSpaceType | DiscreteFunctionSpaceType |
| typedef LocalMassMatrix< DiscreteFunctionSpaceType, VolumeQuadratureType > | LocalMassMatrixType |
| typedef std::vector< typename BaseType::RangeType > | VectorType |
| typedef std::pair< LocalMassMatrixType, VectorType > | LocalMassMatrixStorageType |
| typedef BaseType ::GridType | GridType |
| typedef BaseType ::IndexSetType | IndexSetType |
| typedef BaseType ::IteratorType | IteratorType |
| typedef DofManager< GridType > | DofManagerType |
| type of DoF manager More... | |
| typedef CommunicationManager< DiscreteFunctionSpaceType > | CommunicationManagerType |
| type of communication manager More... | |
| typedef BaseType::AuxiliaryDofsType | AuxiliaryDofsType |
| typedef Traits ::FunctionSpaceType | FunctionSpaceType |
| type of function space More... | |
| typedef Traits::LocalBlockIndices | LocalBlockIndices |
| typedef AuxiliaryDofsType | SlaveDofsType |
| deprecated type More... | |
Public Member Functions | |
| TupleDiscontinuousGalerkinSpace (GridPartType &gridPart, InterfaceType commInterface=InteriorBorder_All_Interface, CommunicationDirection commDirection=ForwardCommunication) | |
| InterpolationType | interpolation () const |
| InterpolationImplType | interpolation (const EntityType &entity) const |
| InterpolationImplType | localInterpolation (const EntityType &entity) const |
| template<std::size_t i> | |
| const SubDiscreteFunctionSpaceType< i > & | subDiscreteFunctionSpace (std::integral_constant< std::size_t, i >={}) const |
| DFSpaceIdentifier | type () const |
| return type identifier of discrete function space More... | |
| bool | continuous () const |
| returns true if the space contains only globally continuous functions More... | |
| bool | continuous (const IntersectionType &intersection) const |
| returns true if discrete functions over this space have zero jump over the given intersection. More... | |
| const BasisFunctionSetsType & | basisFunctionSets () const |
| BasisFunctionSetsType & | basisFunctionSets () |
| LocalMassMatrixStorageType & | localMassMatrixStorage () const |
| int | sequence () const |
| get index of the sequence in grid sequences More... | |
| const GridType & | grid () const |
| get reference to grid this discrete function space belongs to More... | |
| GridType & | grid () |
| get reference to grid this discrete function space belongs to More... | |
| GridPartType & | gridPart () const |
| GridPartType & | gridPart () |
| get a reference to the associated grid partition More... | |
| const IndexSetType & | indexSet () const |
| Get a reference to the associated index set. More... | |
| int | size () const |
| get number of DoFs for this space More... | |
| int | maxNumDofs () const |
| return the maximal number of dofs on entities More... | |
| IteratorType | begin () const |
| get iterator pointing to the first entity of the associated grid partition More... | |
| IteratorType | end () const |
| get iterator pointing behind the last entity of the associated grid partition More... | |
| template<class FunctorType > | |
| void | forEach (FunctorType &f) const |
| apply a functor to each entity in the associated grid partition More... | |
| bool | multipleGeometryTypes () const |
| returns true if the grid has more than one geometry type More... | |
| bool | multipleBasisFunctionSets () const |
| returns true if base function sets depend on the entity More... | |
| InterfaceType | communicationInterface () const |
| return the communication interface appropriate for this space More... | |
| CommunicationDirection | communicationDirection () const |
| return the communication interface appropriate for this space More... | |
| const CommunicationManagerType & | communicator () const |
| return reference to communicator (see CommunicationManager) More... | |
| template<class DiscreteFunction > | |
| void | communicate (DiscreteFunction &discreteFunction) const |
| communicate data for given discrete function using the space's default communication operation More... | |
| template<class DiscreteFunction , class Operation > | |
| void | communicate (DiscreteFunction &discreteFunction, const Operation &op) const |
| communicate data for given discrete function More... | |
| template<class DiscreteFunction , class Operation > | |
| BaseType ::template CommDataHandle< DiscreteFunction, Operation >::Type | createDataHandle (DiscreteFunction &discreteFunction, const Operation &operation) const |
| const AuxiliaryDofsType & | auxiliaryDofs () const |
| get auxiliary dofs More... | |
| template<class DiscreteFunction > | |
| void | addFunction (DiscreteFunction &df) const |
| default implementation of addFunction does nothing at the moment More... | |
| template<class DiscreteFunction > | |
| void | removeFunction (DiscreteFunction &df) const |
| default implementation of removeFunction does nothing at the moment More... | |
| template<class Vector > | |
| void | adapt (const Vector &polynomialOrders, const int polOrderShift=0) const |
| default implementation of adapt does nothing, its only used in PAdaptiveLagrangeSpace More... | |
| const AuxiliaryDofsType & | slaveDofs () const |
| deprecated method, use auxiliaryDofs More... | |
Static Public Attributes | |
| static const int | codimension |
| static constexpr std::size_t | localBlockSize = Hybrid::size( LocalBlockIndices() ) |
| size of local blocks More... | |
Protected Types | |
| typedef SingletonList< const typename GridPartType::IndexSetType *, BlockMapperType > | BlockMapperProdiverType |
| typedef CachingQuadrature< GridPartType, EntityType::codimension > | VolumeQuadratureType |
| typedef SingletonList< std::pair< GridPartType *, BlockMapperType * >, std::pair< AuxiliaryDofsType, int >, AuxiliaryDofsFactory > | AuxiliaryDofsProviderType |
| typedef ThreadSafeValue< UninitializedObjectStack > | LocalDofVectorStackType |
| typedef StackAllocator< typename BaseType::RangeFieldType, LocalDofVectorStackType * > | LocalDofVectorAllocatorType |
| typedef Dune::DynamicVector< typename BaseType::RangeFieldType, LocalDofVectorAllocatorType > | LocalDofVectorType |
| typedef BasicTemporaryLocalFunction< ThisType, LocalDofVectorType > | LocalFunctionType |
| typedef AllGeomTypes< IndexSetType, GridType > | AllGeometryTypes |
Protected Member Functions | |
| const std::vector< GeometryType > & | geomTypes (int codim) const |
| returns true if the grid has more than one geometry type More... | |
| const DiscreteFunctionSpaceType & | asImp () const |
| DiscreteFunctionSpaceType & | asImp () |
Protected Attributes | |
| GridPartType & | gridPart_ |
| LocalDofVectorStackType | ldvStack_ |
| LocalDofVectorAllocatorType | ldvAllocator_ |
| const AllGeometryTypes | allGeomTypes_ |
| DofManagerType & | dofManager_ |
| const InterfaceType | commInterface_ |
| const CommunicationDirection | commDirection_ |
| std::unique_ptr< CommunicationManagerType > | communicator_ |
| std::unique_ptr< std::pair< AuxiliaryDofsType, int >, typename AuxiliaryDofsProviderType::Deleter > | auxiliaryDofs_ |
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 More... | |
Public member methods | |
| BasisFunctionSetType | basisFunctionSet (const EntityType &entity) const |
| get basis function set for given entity More... | |
| int | order () const |
| get global order of space More... | |
| int | order (const EntityType &entity) const |
| get global order of space More... | |
| BlockMapperType & | blockMapper () const |
| get a reference to the block mapper More... | |
| static DFSpaceIdentifier | type () |
| return type identifier of discrete function space More... | |
| static constexpr bool | continuous () |
| returns true if the space contains only globally continuous functions More... | |
| static constexpr bool | continuous (const IntersectionType &intersection) |
| returns true if the space contains only globally continuous functions More... | |
|
protectedinherited |
|
protectedinherited |
|
inherited |
| typedef BaseType::BasisFunctionSetsType Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::BasisFunctionSetsType |
| typedef BaseType::BasisFunctionSetType Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::BasisFunctionSetType |
|
protectedinherited |
|
inherited |
type of block mapper of this space
|
inherited |
type of communication manager
| inherited |
type of discrete function space implementation
|
inherited |
type of DoF manager
| typedef BaseType::EntityType Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::EntityType |
|
inherited |
type of function space
| typedef BaseType::GridPartType Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::GridPartType |
|
inherited |
|
inherited |
| typedef TupleLocalInterpolation< typename BasisFunctionSetsType::ShapeFunctionSetType, typename DFS::InterpolationImplType... > Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::InterpolationImplType |
| typedef LocalInterpolationWrapper< ThisType > Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::InterpolationType |
|
inherited |
type of the intersections
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
deprecated type
| using Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::SubDiscreteFunctionSpaceType = typename BasisFunctionSetsType::template SubDiscreteFunctionSpaceType< i > |
| typedef TupleDiscontinuousGalerkinSpaceTraits< DFS... > Dune::Fem::TupleDiscontinuousGalerkinSpace< DFS >::Traits |
|
inherited |
|
protectedinherited |
|
inline |
|
inlineinherited |
default implementation of adapt does nothing, its only used in PAdaptiveLagrangeSpace
|
inlineinherited |
default implementation of addFunction does nothing at the moment
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
get auxiliary dofs
|
inlineinherited |
get basis function set for given entity
| [in] | entity | entity (of codim 0) for which base function is requested |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
get iterator pointing to the first entity of the associated grid partition
|
inlineinherited |
get a reference to the block mapper
|
inlineinherited |
communicate data for given discrete function using the space's default communication operation
| discreteFunction | discrete function to be communicated |
|
inlineinherited |
communicate data for given discrete function
| discreteFunction | discrete function to be communicated | |
| [in] | op | communication operation to use (see DFCommunicationOperation) |
|
inlineinherited |
return the communication interface appropriate for this space
|
inlineinherited |
return the communication interface appropriate for this space
|
inlineinherited |
return reference to communicator (see CommunicationManager)
|
inlinestaticconstexprinherited |
returns true if the space contains only globally continuous functions
For example, a Lagrange space returns true while a discontiuous Galerkin space returns false.
|
inlineinherited |
returns true if the space contains only globally continuous functions
For example, a Lagrange space returns true while a discontiuous Galerkin space returns false.
|
inlinestaticconstexprinherited |
returns true if the space contains only globally continuous functions
For example, a Lagrange space returns true while a discontiuous Galerkin space returns false.
|
inlineinherited |
returns true if discrete functions over this space have zero jump over the given intersection.
For example, a Lagrange space returns true iff the intersection is conforming while a discontiuous Galerkin space always returns false.
| intersection | Intersection for which we want to know the continuety |
|
inlineinherited |
|
inlineinherited |
get iterator pointing behind the last entity of the associated grid partition
|
inlineinherited |
apply a functor to each entity in the associated grid partition
The functor must provide an the following operator
| [in] | f | functor to apply |
|
inlineprotectedinherited |
returns true if the grid has more than one geometry type
|
inlineinherited |
get reference to grid this discrete function space belongs to
|
inlineinherited |
get reference to grid this discrete function space belongs to
|
inlineinherited |
get a reference to the associated grid partition
|
inlineinherited |
|
inlineinherited |
Get a reference to the associated index set.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
return the maximal number of dofs on entities
|
inlineinherited |
returns true if base function sets depend on the entity
|
inlineinherited |
returns true if the grid has more than one geometry type
|
inlineinherited |
get global order of space
|
inlineinherited |
get global order of space
|
inlineinherited |
default implementation of removeFunction does nothing at the moment
|
inlineinherited |
get index of the sequence in grid sequences
|
inlineinherited |
get number of DoFs for this space
|
inlineinherited |
deprecated method, use auxiliaryDofs
|
inline |
|
inlinestaticinherited |
return type identifier of discrete function space
|
inlineinherited |
return type identifier of discrete function space
|
protectedinherited |
|
mutableprotectedinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
staticconstexprinherited |
size of local blocks