dune-localfunctions  2.7.1
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Dune::LagrangePoint< F, dim > Class Template Reference

#include <dune/localfunctions/lagrange/emptypoints.hh>

Public Types

typedef F Field
 
typedef FieldVector< Field, dimensionVector
 

Public Member Functions

const Vectorpoint () const
 
const LocalKeylocalKey () const
 

Public Attributes

Vector point_
 
LocalKey localKey_
 

Static Public Attributes

static const int dimension = dim
 

Member Typedef Documentation

◆ Field

template<class F , unsigned int dim>
typedef F Dune::LagrangePoint< F, dim >::Field

◆ Vector

template<class F , unsigned int dim>
typedef FieldVector< Field, dimension > Dune::LagrangePoint< F, dim >::Vector

Member Function Documentation

◆ localKey()

template<class F , unsigned int dim>
const LocalKey& Dune::LagrangePoint< F, dim >::localKey ( ) const
inline

◆ point()

template<class F , unsigned int dim>
const Vector& Dune::LagrangePoint< F, dim >::point ( ) const
inline

Member Data Documentation

◆ dimension

template<class F , unsigned int dim>
const int Dune::LagrangePoint< F, dim >::dimension = dim
static

◆ localKey_

template<class F , unsigned int dim>
LocalKey Dune::LagrangePoint< F, dim >::localKey_

◆ point_

template<class F , unsigned int dim>
Vector Dune::LagrangePoint< F, dim >::point_

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