dune-grid 2.9.0
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
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< HostGrid::ctype, dim > Implementation
 
typedef HostGrid::ctype ctype
 field type of the coordinate vector More...
 

Public Member Functions

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

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

◆ ctype

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

field type of the coordinate vector

◆ DomainVector

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

◆ Implementation

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

◆ Interface

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

◆ RangeVector

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

Member Function Documentation

◆ asImp() [1/2]

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

◆ asImp() [2/2]

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

◆ evaluate()

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

evaluate method for global mapping

◆ operator()()

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

Member Data Documentation

◆ dimDomain

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

dimension of the range vector (dimensionworld of host grid)

◆ dimRange

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: