Dune-Functions 2.11
Loading...
Searching...
No Matches
Dune::Functions::HierarchicalLagrangePreBasis< GV, 1, R > Class Template Reference

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

Inheritance diagram for Dune::Functions::HierarchicalLagrangePreBasis< GV, 1, R >:
Inheritance graph

Public Types

using GridView
 The grid view that the FE basis is defined on.
using size_type = std::size_t
 Type used for index digits.

Public Member Functions

 HierarchicalLagrangePreBasis (const GV &gridView)
Node makeNode () const
 Create tree node.
void initializeIndices ()
 Initialize the global index information.
const GridViewgridView () const
 Export the stored GridView.
void update (const GridView &gv)
 Update 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.
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

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

Member Typedef Documentation

◆ GridView

using Dune::Functions::LFEPreBasisMixin< GV, LagrangeSimplexLocalFiniteElement< GV::ctype, R, GV::dimension, 1 > >::GridView
inherited

The grid view that the FE basis is defined on.

◆ size_type

template<typename GV>
using Dune::Functions::LeafPreBasisMapperMixin< GV >::size_type = std::size_t
inherited

Type used for index digits.

Constructor & Destructor Documentation

◆ HierarchicalLagrangePreBasis()

template<typename GV, typename R>
Dune::Functions::HierarchicalLagrangePreBasis< GV, 1, R >::HierarchicalLagrangePreBasis ( const GV & gridView)
inline

Member Function Documentation

◆ containerDescriptor()

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()

Node Dune::Functions::LFEPreBasisMixin< GV, LagrangeSimplexLocalFiniteElement< GV::ctype, R, GV::dimension, 1 > >::makeNode ( ) const
inlineinherited

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()

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>
void Dune::Functions::LeafPreBasisMapperMixin< GV >::update ( const GridView & gv)
inlineinherited

Update the stored GridView.

Member Data Documentation

◆ 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

Maximal length of global multi-indices.

◆ maxNodeSize_

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

◆ minMultiIndexSize

Minimal length of global multi-indices.

◆ multiIndexBufferSize

Size required temporarily when constructing global multi-indices.


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