dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
Dune::SimplexP1BubbleLocalCoefficients< dim > Class Template Reference

The Local keys associated to the dim-d local basis functions. More...

#include <dune/localfunctions/enriched/simplexp1bubble/localcoefficients.hh>

Public Member Functions

 SimplexP1BubbleLocalCoefficients () noexcept
 Default constructor, initialized the local keys.
 
const LocalKeylocalKey (std::size_t i) const noexcept
 Returns the i'th local key.
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 Returns number of coefficients.
 

Detailed Description

template<int dim>
class Dune::SimplexP1BubbleLocalCoefficients< dim >

The Local keys associated to the dim-d local basis functions.

The local keys represent first the vertex DOFs and then a single DOF associated to the element interior.

Constructor & Destructor Documentation

◆ SimplexP1BubbleLocalCoefficients()

template<int dim>
Dune::SimplexP1BubbleLocalCoefficients< dim >::SimplexP1BubbleLocalCoefficients ( )
inlinenoexcept

Default constructor, initialized the local keys.

Member Function Documentation

◆ localKey()

template<int dim>
const LocalKey & Dune::SimplexP1BubbleLocalCoefficients< dim >::localKey ( std::size_t  i) const
inlinenoexcept

Returns the i'th local key.

◆ size()

template<int dim>
static constexpr std::size_t Dune::SimplexP1BubbleLocalCoefficients< dim >::size ( )
inlinestaticconstexprnoexcept

Returns number of coefficients.


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