dune-grid  2.4.1
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
Dune::IdenticalCoordFunction< ctype, dim > Class Template Reference

#include <dune/grid/geometrygrid/identity.hh>

Inheritance diagram for Dune::IdenticalCoordFunction< ctype, dim >:
Inheritance graph

Public Types

typedef Base::DomainVector DomainVector
 
typedef Base::RangeVector RangeVector
 
typedef This Interface
 
typedef IdenticalCoordFunction< ctype, dim > Implementation
 
typedef ctype ctype
 field type of the coordinate vector More...
 

Public Member Functions

void evaluate (const DomainVector &x, RangeVector &y) const
 

Static Public Attributes

static const unsigned int dimDomain
 dimension of the range vector (dimensionworld of host grid) More...
 
static const unsigned int dimRange
 dimension of the range vector More...
 

Protected Member Functions

const ImplementationasImp () const
 
ImplementationasImp ()
 

Member Typedef Documentation

field type of the coordinate vector

template<class ctype, unsigned int dim>
typedef Base :: DomainVector Dune::IdenticalCoordFunction< ctype, dim >::DomainVector
template<class ctype, unsigned int dim>
typedef Base :: RangeVector Dune::IdenticalCoordFunction< ctype, dim >::RangeVector

Member Function Documentation

const Implementation& Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::asImp ( ) const
inlineprotectedinherited
Implementation& Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::asImp ( )
inlineprotectedinherited
template<class ctype, unsigned int dim>
void Dune::IdenticalCoordFunction< ctype, dim >::evaluate ( const DomainVector x,
RangeVector y 
) const
inline

Member Data Documentation

const unsigned int Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::dimDomain
staticinherited

dimension of the range vector (dimensionworld of host grid)

const unsigned int Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::dimRange
staticinherited

dimension of the range vector


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