dune-pdelab 2.10-git
Loading...
Searching...
No Matches
Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d > Class Template Reference

Layout map for Q1 elements. More...

#include <dune/pdelab/finiteelement/qkdglegendre.hh>

Inheritance diagram for Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d >:
Inheritance graph

Public Member Functions

 DGLegendreLocalCoefficients ()
 Standard constructor.
 
std::size_t size () const
 number of coefficients
 
const LocalKeylocalKey (std::size_t i) const
 get i'th index
 

Protected Attributes

const Imp & impl_
 

Detailed Description

template<int k, int d>
class Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d >

Layout map for Q1 elements.

Constructor & Destructor Documentation

◆ DGLegendreLocalCoefficients()

template<int k, int d>
Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d >::DGLegendreLocalCoefficients ( )
inline

Standard constructor.

Member Function Documentation

◆ localKey()

template<int k, int d>
const LocalKey & Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d >::localKey ( std::size_t  i) const
inlinevirtual

get i'th index

Implements Dune::LocalCoefficientsVirtualInterface.

◆ size()

template<int k, int d>
std::size_t Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d >::size ( ) const
inlinevirtual

number of coefficients

Implements Dune::LocalCoefficientsVirtualInterface.


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