dune-grid 2.10
Loading...
Searching...
No Matches
Dune::DefaultCoordFunction< HostGrid > Class Template Reference

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

Inheritance diagram for Dune::DefaultCoordFunction< HostGrid >:
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
 

Public Member Functions

RangeVector operator() (const DomainVector &x) const
 
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

◆ ctype

field type of the coordinate vector

◆ DomainVector

Base::DomainVector Dune::IdenticalCoordFunction< ctype, dim >::DomainVector
inherited

◆ Implementation

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

◆ Interface

This Dune::AnalyticalCoordFunctionInterface< ctype, dimD, dimR, IdenticalCoordFunction< ctype, dim > >::Interface
inherited

◆ RangeVector

Base::RangeVector Dune::IdenticalCoordFunction< ctype, dim >::RangeVector
inherited

Member Function Documentation

◆ asImp() [1/2]

Implementation & Dune::AnalyticalCoordFunctionInterface< ctype, dimD, dimR, IdenticalCoordFunction< ctype, dim > >::asImp ( )
inlineprotectedinherited

◆ asImp() [2/2]

const Implementation & Dune::AnalyticalCoordFunctionInterface< ctype, dimD, dimR, IdenticalCoordFunction< ctype, dim > >::asImp ( ) const
inlineprotectedinherited

◆ evaluate()

void Dune::AnalyticalCoordFunctionInterface< ctype, dimD, dimR, IdenticalCoordFunction< ctype, dim > >::evaluate ( const DomainVector & x,
RangeVector & y ) const
inherited

evaluate method for global mapping

◆ operator()()

RangeVector Dune::IdenticalCoordFunction< ctype, dim >::operator() ( const DomainVector & x) const
inlineinherited

Member Data Documentation

◆ dimDomain

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

dimension of the range vector (dimensionworld of host grid)

◆ dimRange

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: