Dune-Functions 2.12-git
Loading...
Searching...
No Matches
Dune::Functions::NedelecPreBasis< GV, Range, kind, order > Class Template Reference

#include <dune/functions/functionspacebases/nedelecbasis.hh>

Inheritance diagram for Dune::Functions::NedelecPreBasis< GV, Range, kind, order >:
Inheritance graph

Public Types

using GridView = GV
 The grid view that the FE space is defined on.
 
using size_type = std::size_t
 
using Node = NedelecNode< GV, Range, kind, order >
 

Public Member Functions

 NedelecPreBasis (const GridView &gv)
 Constructor for a given grid view object.
 
void update (const GridView &gv)
 Update the stored grid view, to be called if the grid has changed.
 
Node makeNode () const
 Create tree node.
 
void initializeIndices ()
 Initialize the global index information.
 
const GridViewgridView () const
 Export the stored GridView.
 
size_type dimension () const
 Return total number of basis functions.
 
size_type maxNodeSize () const
 Return maximal number of basis functions per element.
 
template<class Node , class It >
It indices (const Node &node, It it) const
 Fill cache with global indices of DOFs associated to the given bound node.
 
size_type size (const SizePrefix &prefix) const
 Return number of possible values for next position in multi index.
 
size_type size () const
 Get the total dimension of the space spanned by this basis.
 
auto containerDescriptor () const
 Return a flat container-descriptor.
 

Static Public Attributes

static constexpr size_type maxMultiIndexSize
 Maximal length of global multi-indices.
 
static constexpr size_type minMultiIndexSize
 Minimal length of global multi-indices.
 
static constexpr size_type multiIndexBufferSize
 Size required temporarily when constructing global multi-indices.
 

Protected Attributes

FiniteElementMap finiteElementMap_
 
GridView gridView_
 
Dune::MultipleCodimMultipleGeomTypeMapper< GridViewmapper_
 
std::size_t maxNodeSize_
 

Member Typedef Documentation

◆ GridView

template<typename GV , typename Range , std::size_t kind, int order>
using Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::GridView = GV

The grid view that the FE space is defined on.

◆ Node

template<typename GV , typename Range , std::size_t kind, int order>
using Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::Node = NedelecNode<GV, Range, kind, order>

◆ size_type

template<typename GV , typename Range , std::size_t kind, int order>
using Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::size_type = std::size_t

Constructor & Destructor Documentation

◆ NedelecPreBasis()

template<typename GV , typename Range , std::size_t kind, int order>
Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::NedelecPreBasis ( const GridView gv)
inline

Constructor for a given grid view object.

Member Function Documentation

◆ containerDescriptor()

auto Dune::Functions::LeafPreBasisMixin< LeafPreBasisMapperMixin< GV > >::containerDescriptor ( ) const
inlineinherited

Return a flat container-descriptor.

◆ dimension()

template<typename GV >
size_type Dune::Functions::LeafPreBasisMapperMixin< GV >::dimension ( ) const
inlineinherited

Return total number of basis functions.

◆ gridView()

template<typename GV >
const GridView & Dune::Functions::LeafPreBasisMapperMixin< GV >::gridView ( ) const
inlineinherited

Export the stored GridView.

◆ indices()

template<typename GV >
template<class Node , class It >
It Dune::Functions::LeafPreBasisMapperMixin< GV >::indices ( const Node &  node,
It  it 
) const
inlineinherited

Fill cache with global indices of DOFs associated to the given bound node.

◆ initializeIndices()

template<typename GV >
void Dune::Functions::LeafPreBasisMapperMixin< GV >::initializeIndices ( )
inlineinherited

Initialize the global index information.

◆ makeNode()

template<typename GV , typename Range , std::size_t kind, int order>
Node Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::makeNode ( ) const
inline

Create tree node.

◆ maxNodeSize()

template<typename GV >
size_type Dune::Functions::LeafPreBasisMapperMixin< GV >::maxNodeSize ( ) const
inlineinherited

Return maximal number of basis functions per element.

◆ size() [1/2]

size_type Dune::Functions::LeafPreBasisMixin< LeafPreBasisMapperMixin< GV > >::size ( ) const
inlineinherited

Get the total dimension of the space spanned by this basis.

◆ size() [2/2]

size_type Dune::Functions::LeafPreBasisMixin< LeafPreBasisMapperMixin< GV > >::size ( const SizePrefix &  prefix) const
inlineinherited

Return number of possible values for next position in multi index.

◆ update()

template<typename GV , typename Range , std::size_t kind, int order>
void Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::update ( const GridView gv)
inline

Update the stored grid view, to be called if the grid has changed.

Member Data Documentation

◆ finiteElementMap_

template<typename GV , typename Range , std::size_t kind, int order>
FiniteElementMap Dune::Functions::NedelecPreBasis< GV, Range, kind, order >::finiteElementMap_
protected

◆ gridView_

template<typename GV >
GridView Dune::Functions::LeafPreBasisMapperMixin< GV >::gridView_
protectedinherited

◆ mapper_

template<typename GV >
Dune::MultipleCodimMultipleGeomTypeMapper<GridView> Dune::Functions::LeafPreBasisMapperMixin< GV >::mapper_
protectedinherited

◆ maxMultiIndexSize

constexpr size_type Dune::Functions::LeafPreBasisMixin< LeafPreBasisMapperMixin< GV > >::maxMultiIndexSize
staticconstexprinherited

Maximal length of global multi-indices.

◆ maxNodeSize_

template<typename GV >
std::size_t Dune::Functions::LeafPreBasisMapperMixin< GV >::maxNodeSize_
protectedinherited

◆ minMultiIndexSize

constexpr size_type Dune::Functions::LeafPreBasisMixin< LeafPreBasisMapperMixin< GV > >::minMultiIndexSize
staticconstexprinherited

Minimal length of global multi-indices.

◆ multiIndexBufferSize

constexpr size_type Dune::Functions::LeafPreBasisMixin< LeafPreBasisMapperMixin< GV > >::multiIndexBufferSize
staticconstexprinherited

Size required temporarily when constructing global multi-indices.


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