dune-localfunctions 2.10
Loading...
Searching...
No Matches
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
 
const Field weight () const
 

Public Attributes

Vector point_ = {}
 
LocalKey localKey_ = {}
 
Field weight_ = {}
 

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

◆ weight()

template<class F , unsigned int dim>
const Field Dune::LagrangePoint< F, dim >::weight ( ) 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_ = {}

◆ weight_

template<class F , unsigned int dim>
Field Dune::LagrangePoint< F, dim >::weight_ = {}

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