dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Dune::BDFMCubeLocalCoefficients< D, R, dim, order > Class Template Reference

Layout map for Brezzi-Douglas-Fortin-Marini elements on cubes. More...

#include <dune/localfunctions/brezzidouglasfortinmarini/cube/localcoefficients.hh>

Inheritance diagram for Dune::BDFMCubeLocalCoefficients< D, R, dim, order >:
Inheritance graph

Public Member Functions

 BDFMCubeLocalCoefficients ()
 Standard constructor.
 
std::size_t size () const
 number of coefficients
 
auto localKey (std::size_t i) const -> const LocalKey &
 geth i'th index
 

Protected Attributes

const Imp & impl_
 

Detailed Description

template<class D, class R, unsigned int dim, unsigned int order>
class Dune::BDFMCubeLocalCoefficients< D, R, dim, order >

Layout map for Brezzi-Douglas-Fortin-Marini elements on cubes.

Template Parameters
DType of represent the field in the domain.
RType of represent the field in the domain.
dimdimension of the reference element, must be >= 2.
orderorder of the element, must be >= 1.

Constructor & Destructor Documentation

◆ BDFMCubeLocalCoefficients()

template<class D , class R , unsigned int dim, unsigned int order>
Dune::BDFMCubeLocalCoefficients< D, R, dim, order >::BDFMCubeLocalCoefficients ( )
inline

Standard constructor.

Member Function Documentation

◆ localKey()

template<class D , class R , unsigned int dim, unsigned int order>
auto Dune::BDFMCubeLocalCoefficients< D, R, dim, order >::localKey ( std::size_t  i) const -> const LocalKey&
inlinevirtual

geth i'th index

Implements Dune::LocalCoefficientsVirtualInterface.

◆ size()

template<class D , class R , unsigned int dim, unsigned int order>
std::size_t Dune::BDFMCubeLocalCoefficients< D, R, dim, order >::size ( ) const
inlinevirtual

number of coefficients

Implements Dune::LocalCoefficientsVirtualInterface.

Member Data Documentation

◆ impl_

template<class Imp >
const Imp& Dune::LocalCoefficientsVirtualImp< Imp >::impl_
protectedinherited

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