dune-grid  2.6-git
Public Types | Public 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
 

Public Member Functions

template<typename... Args>
 IdenticalCoordFunction (Args &...)
 
RangeVector operator() (const DomainVector &x) const
 

Member Typedef Documentation

◆ DomainVector

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

◆ RangeVector

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

Constructor & Destructor Documentation

◆ IdenticalCoordFunction()

template<class ctype , unsigned int dim>
template<typename... Args>
Dune::IdenticalCoordFunction< ctype, dim >::IdenticalCoordFunction ( Args &  ...)
inline

Member Function Documentation

◆ operator()()

template<class ctype , unsigned int dim>
RangeVector Dune::IdenticalCoordFunction< ctype, dim >::operator() ( const DomainVector x) const
inline

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