dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset > Class Template Reference

#include <dune/fem/space/lagrange/genericgeometry.hh>

Public Types

typedef BaseGeometry BaseGeometryType
 
typedef PyramidGeometry< BaseGeometryTypeGeometryType
 
typedef Field FieldType
 
typedef LocalCoordinate< BaseGeometry, FieldType, offset > BaseCoordinateType
 

Public Member Functions

 LocalCoordinate ()
 
template<int sz>
 LocalCoordinate (const FieldVector< FieldType, sz > &x)
 
ThisTypeoperator= (const FieldType s)
 
template<int sz>
ThisTypeoperator= (const FieldVector< FieldType, sz > &x)
 
ThisTypeoperator= (const ThisType &v)
 
ThisTypeoperator*= (const FieldType s)
 
ThisTypeoperator+= (const ThisType &v)
 
ThisTypeoperator-= (const ThisType &v)
 
const FieldTypeoperator[] (const unsigned int i) const
 
FieldTypeoperator[] (const unsigned int i)
 
const FieldTypeoperator* () const
 
FieldTypeoperator* ()
 
const BaseCoordinateTypebase () const
 
BaseCoordinateTypebase ()
 

Static Public Attributes

static const unsigned int dimension = GeometryType::dimension
 
static const unsigned int index = offset + BaseGeometryType::dimension
 

Member Typedef Documentation

◆ BaseCoordinateType

template<class BaseGeometry , class Field , unsigned int offset>
typedef LocalCoordinate< BaseGeometry, FieldType, offset > Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::BaseCoordinateType

◆ BaseGeometryType

template<class BaseGeometry , class Field , unsigned int offset>
typedef BaseGeometry Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::BaseGeometryType

◆ FieldType

template<class BaseGeometry , class Field , unsigned int offset>
typedef Field Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::FieldType

◆ GeometryType

template<class BaseGeometry , class Field , unsigned int offset>
typedef PyramidGeometry< BaseGeometryType > Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::GeometryType

Constructor & Destructor Documentation

◆ LocalCoordinate() [1/2]

template<class BaseGeometry , class Field , unsigned int offset>
Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::LocalCoordinate ( )
inline

◆ LocalCoordinate() [2/2]

template<class BaseGeometry , class Field , unsigned int offset>
template<int sz>
Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::LocalCoordinate ( const FieldVector< FieldType, sz > &  x)
inlineexplicit

Member Function Documentation

◆ base() [1/2]

template<class BaseGeometry , class Field , unsigned int offset>
BaseCoordinateType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::base ( )
inline

◆ base() [2/2]

template<class BaseGeometry , class Field , unsigned int offset>
const BaseCoordinateType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::base ( ) const
inline

◆ operator*() [1/2]

template<class BaseGeometry , class Field , unsigned int offset>
FieldType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator* ( )
inline

◆ operator*() [2/2]

template<class BaseGeometry , class Field , unsigned int offset>
const FieldType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator* ( ) const
inline

◆ operator*=()

template<class BaseGeometry , class Field , unsigned int offset>
ThisType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator*= ( const FieldType  s)
inline

◆ operator+=()

template<class BaseGeometry , class Field , unsigned int offset>
ThisType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator+= ( const ThisType v)
inline

◆ operator-=()

template<class BaseGeometry , class Field , unsigned int offset>
ThisType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator-= ( const ThisType v)
inline

◆ operator=() [1/3]

template<class BaseGeometry , class Field , unsigned int offset>
ThisType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator= ( const FieldType  s)
inline

◆ operator=() [2/3]

template<class BaseGeometry , class Field , unsigned int offset>
template<int sz>
ThisType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator= ( const FieldVector< FieldType, sz > &  x)
inline

◆ operator=() [3/3]

template<class BaseGeometry , class Field , unsigned int offset>
ThisType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator= ( const ThisType v)
inline

◆ operator[]() [1/2]

template<class BaseGeometry , class Field , unsigned int offset>
FieldType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator[] ( const unsigned int  i)
inline

◆ operator[]() [2/2]

template<class BaseGeometry , class Field , unsigned int offset>
const FieldType & Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::operator[] ( const unsigned int  i) const
inline

Member Data Documentation

◆ dimension

template<class BaseGeometry , class Field , unsigned int offset>
const unsigned int Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::dimension = GeometryType::dimension
static

◆ index

template<class BaseGeometry , class Field , unsigned int offset>
const unsigned int Dune::Fem::LocalCoordinate< PyramidGeometry< BaseGeometry >, Field, offset >::index = offset + BaseGeometryType::dimension
static

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