dune-pdelab  2.7-git
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k > Class Template Reference

#include <dune/pdelab/finiteelementmap/qkfem.hh>

Inheritance diagram for Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >:
Inheritance graph

Public Types

typedef LocalFiniteElementMapTraits< Dune::QkLocalFiniteElement< D, R, GV::dimension, k > > Traits
 export type of the signature More...
 

Public Member Functions

 QkLocalFiniteElementMap (const GV &gv)
 
const Traits::FiniteElementType & find (const EntityType &e) const
 get local basis functions for entity More...
 

Static Public Member Functions

static constexpr bool fixedSize ()
 
static constexpr bool hasDOFs (int codim)
 
static constexpr std::size_t size (GeometryType gt)
 
static constexpr std::size_t maxLocalSize ()
 

Static Public Attributes

static constexpr int dimension
 

Detailed Description

template<typename GV, typename D, typename R, std::size_t k>
class Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >

wrap up element from local functions

Examples
recipe-blocking.cc, recipe-communication.cc, recipe-geometry-grid.cc, recipe-linear-system-assembly.cc, recipe-linear-system-solution-istl.cc, and recipe-linear-system-solution-pdelab.cc.

Member Typedef Documentation

◆ Traits

typedef LocalFiniteElementMapTraits<Dune::QkLocalFiniteElement< D, R, GV::dimension, k > > Dune::PDELab::SimpleLocalFiniteElementMap< Dune::QkLocalFiniteElement< D, R, GV::dimension, k > , dim_ >::Traits
inherited

export type of the signature

Constructor & Destructor Documentation

◆ QkLocalFiniteElementMap()

template<typename GV , typename D , typename R , std::size_t k>
Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >::QkLocalFiniteElementMap ( const GV &  gv)
inline

Member Function Documentation

◆ find()

const Traits::FiniteElementType& Dune::PDELab::SimpleLocalFiniteElementMap< Dune::QkLocalFiniteElement< D, R, GV::dimension, k > , dim_ >::find ( const EntityType &  e) const
inlineinherited

get local basis functions for entity

◆ fixedSize()

template<typename GV , typename D , typename R , std::size_t k>
static constexpr bool Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >::fixedSize ( )
inlinestaticconstexpr

◆ hasDOFs()

template<typename GV , typename D , typename R , std::size_t k>
static constexpr bool Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >::hasDOFs ( int  codim)
inlinestaticconstexpr

◆ maxLocalSize()

template<typename GV , typename D , typename R , std::size_t k>
static constexpr std::size_t Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >::maxLocalSize ( )
inlinestaticconstexpr

◆ size()

template<typename GV , typename D , typename R , std::size_t k>
static constexpr std::size_t Dune::PDELab::QkLocalFiniteElementMap< GV, D, R, k >::size ( GeometryType  gt)
inlinestaticconstexpr

Member Data Documentation

◆ dimension

constexpr int Dune::PDELab::SimpleLocalFiniteElementMap< Dune::QkLocalFiniteElement< D, R, GV::dimension, k > , dim_ >::dimension
staticconstexprinherited

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