Dune Core Modules (2.6.0)

Dune::Pk2DLocalCoefficients< k > Class Template Reference

Layout map for P0 elements. More...

#include <dune/localfunctions/lagrange/pk2d/pk2dlocalcoefficients.hh>

Public Member Functions

 Pk2DLocalCoefficients ()
 Standard constructor.
 
 Pk2DLocalCoefficients (int variant)
 constructor for eight variants with order on edges flipped
 
template<class VertexMap >
 Pk2DLocalCoefficients (const VertexMap &vertexmap)
 
std::size_t size () const
 number of coefficients
 
const LocalKeylocalKey (std::size_t i) const
 get i'th index
 

Detailed Description

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

Layout map for P0 elements.

Constructor & Destructor Documentation

◆ Pk2DLocalCoefficients()

template<unsigned int k>
template<class VertexMap >
Dune::Pk2DLocalCoefficients< k >::Pk2DLocalCoefficients ( const VertexMap &  vertexmap)
inlineexplicit

Constructor for six 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...2. This may be any object which for which the expression vertexmap[i] is defined appropriately (like an array, a pointer, a std::vector, or a random-access iterator.

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 27, 23:31, 2024)