dune-grid 3.0-git
Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Dune::BoundaryProjectionWrapper< dimworld > Class Template Reference

#include <dune/grid/common/boundaryprojection.hh>

Inheritance diagram for Dune::BoundaryProjectionWrapper< dimworld >:
Inheritance graph

Public Types

typedef BaseType::CoordinateType CoordinateType
 type of coordinate vector
 

Public Member Functions

 BoundaryProjectionWrapper (const BaseType &proje)
 
 ~BoundaryProjectionWrapper ()
 destructor
 
CoordinateType operator() (const CoordinateType &global) const
 projection operator projection a global coordinate
 

Protected Types

typedef DuneBoundaryProjection< dimworld > BaseType
 

Protected Attributes

const BaseTypeproj_
 

Member Typedef Documentation

◆ BaseType

template<int dimworld>
typedef DuneBoundaryProjection< dimworld > Dune::BoundaryProjectionWrapper< dimworld >::BaseType
protected

◆ CoordinateType

template<int dimworld>
typedef BaseType::CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::CoordinateType

type of coordinate vector

Constructor & Destructor Documentation

◆ BoundaryProjectionWrapper()

template<int dimworld>
Dune::BoundaryProjectionWrapper< dimworld >::BoundaryProjectionWrapper ( const BaseType proje)
inline

◆ ~BoundaryProjectionWrapper()

template<int dimworld>
Dune::BoundaryProjectionWrapper< dimworld >::~BoundaryProjectionWrapper ( )
inline

destructor

Member Function Documentation

◆ operator()()

template<int dimworld>
CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::operator() ( const CoordinateType global) const
inlinevirtual

projection operator projection a global coordinate

Implements Dune::DuneBoundaryProjection< dimworld >.

Member Data Documentation

◆ proj_

template<int dimworld>
const BaseType& Dune::BoundaryProjectionWrapper< dimworld >::proj_
protected

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