dune-grid  2.2.0
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions
Dune::DefaultCoordFunction< HostGrid > Class Template Reference

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

Inheritance diagram for Dune::DefaultCoordFunction< HostGrid >:
Inheritance graph

List of all members.

Public Types

typedef Base::DomainVector DomainVector
 domain vector for the evaluate method
typedef Base::RangeVector RangeVector
 range vector for the evaluate method
typedef This Interface
typedef IdenticalCoordFunction
< HostGrid::ctype, dim > 
Implementation
typedef HostGrid::ctype ctype
 field type of the coordinate vector

Public Member Functions

void evaluate (const DomainVector &x, RangeVector &y) const
 evaluate method for global mapping

Static Public Attributes

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

Protected Member Functions

const ImplementationasImp () const
ImplementationasImp ()

Member Typedef Documentation

typedef HostGrid::ctype Dune::AnalyticalCoordFunctionInterface< HostGrid::ctype , dimD, dimR, IdenticalCoordFunction< HostGrid::ctype, dim > >::ctype
inherited

field type of the coordinate vector

typedef Base :: DomainVector Dune::IdenticalCoordFunction< HostGrid::ctype , dim >::DomainVector
inherited
typedef IdenticalCoordFunction< HostGrid::ctype, dim > Dune::AnalyticalCoordFunctionInterface< HostGrid::ctype , dimD, dimR, IdenticalCoordFunction< HostGrid::ctype, dim > >::Implementation
inherited
typedef This Dune::AnalyticalCoordFunctionInterface< HostGrid::ctype , dimD, dimR, IdenticalCoordFunction< HostGrid::ctype, dim > >::Interface
inherited
typedef Base :: RangeVector Dune::IdenticalCoordFunction< HostGrid::ctype , dim >::RangeVector
inherited

Member Function Documentation

const Implementation& Dune::AnalyticalCoordFunctionInterface< HostGrid::ctype , dimD, dimR, IdenticalCoordFunction< HostGrid::ctype, dim > >::asImp ( ) const
inlineprotectedinherited
Implementation& Dune::AnalyticalCoordFunctionInterface< HostGrid::ctype , dimD, dimR, IdenticalCoordFunction< HostGrid::ctype, dim > >::asImp ( )
inlineprotectedinherited
void Dune::IdenticalCoordFunction< HostGrid::ctype , dim >::evaluate ( const DomainVector x,
RangeVector y 
) const
inlineinherited

Member Data Documentation

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

dimension of the range vector (dimensionworld of host grid)

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

dimension of the range vector


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