dune-localfunctions  2.2.1
Public Member Functions | Protected Attributes | List of all members
Dune::Pk3DLocalCoefficients< k > Class Template Reference

Please doc me! More...

#include <dune/localfunctions/lagrange/pk3d/pk3dlocalcoefficients.hh>

Inheritance diagram for Dune::Pk3DLocalCoefficients< k >:
Dune::LocalCoefficientsVirtualImp< Imp > Dune::LocalCoefficientsVirtualInterface

Public Member Functions

 Pk3DLocalCoefficients ()
 Standard constructor. More...
 
 Pk3DLocalCoefficients (const unsigned int vertexmap[4])
 
std::size_t size () const
 number of coefficients More...
 
const LocalKeylocalKey (std::size_t i) const
 get i'th index More...
 

Protected Attributes

const Imp & impl_
 

Detailed Description

template<unsigned int k>
class Dune::Pk3DLocalCoefficients< k >

Please doc me!

Constructor & Destructor Documentation

template<unsigned int k>
Dune::Pk3DLocalCoefficients< k >::Pk3DLocalCoefficients ( )
inline

Standard constructor.

template<unsigned int k>
Dune::Pk3DLocalCoefficients< k >::Pk3DLocalCoefficients ( const unsigned int  vertexmap[4])
inline

Constructor for variants with permuted vertices.

Parameters
vertexmapThe permutation of the vertices. This can for instance be generated from the global indices of the vertices by reducing those to the integers 0...3

Member Function Documentation

template<unsigned int k>
const LocalKey& Dune::Pk3DLocalCoefficients< k >::localKey ( std::size_t  i) const
inlinevirtual

get i'th index

Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.

template<unsigned int k>
std::size_t Dune::Pk3DLocalCoefficients< k >::size ( ) const
inlinevirtual

number of coefficients

Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.

Member Data Documentation

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

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