dune-localfunctions  2.11
Public Member Functions | Static Public Member Functions | List of all members
Dune::CubeQ1BubbleLocalCoefficients< dim > Class Template Reference

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

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

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

template<int dim>
class Dune::CubeQ1BubbleLocalCoefficients< 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

◆ CubeQ1BubbleLocalCoefficients()

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

Default constructor, initialized the local keys.

Member Function Documentation

◆ localKey()

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

Returns the i'th local key.

◆ size()

template<int dim>
static constexpr std::size_t Dune::CubeQ1BubbleLocalCoefficients< dim >::size ( )
inlinestaticnoexcept

Returns number of coefficients.


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