dune-grid  2.6-git
Public Types | Public Member Functions | List of all members
Dune::DGFCoordFunction< dimD, dimR > Class Template Reference

#include <dune/grid/io/file/dgfparser/dgfgeogrid.hh>

Inheritance diagram for Dune::DGFCoordFunction< dimD, dimR >:
Inheritance graph

Public Types

typedef Base::DomainVector DomainVector
 
typedef Base::RangeVector RangeVector
 
typedef dgf::ProjectionBlock::Expression Expression
 

Public Member Functions

 DGFCoordFunction (const Expression *expression)
 
void evaluate (const DomainVector &x, RangeVector &y) const
 

Member Typedef Documentation

◆ DomainVector

template<int dimD, int dimR>
typedef Base::DomainVector Dune::DGFCoordFunction< dimD, dimR >::DomainVector

◆ Expression

template<int dimD, int dimR>
typedef dgf::ProjectionBlock::Expression Dune::DGFCoordFunction< dimD, dimR >::Expression

◆ RangeVector

template<int dimD, int dimR>
typedef Base::RangeVector Dune::DGFCoordFunction< dimD, dimR >::RangeVector

Constructor & Destructor Documentation

◆ DGFCoordFunction()

template<int dimD, int dimR>
Dune::DGFCoordFunction< dimD, dimR >::DGFCoordFunction ( const Expression expression)
inline

Member Function Documentation

◆ evaluate()

template<int dimD, int dimR>
void Dune::DGFCoordFunction< dimD, dimR >::evaluate ( const DomainVector x,
RangeVector y 
) const
inline

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