dune-grid  2.3.0
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 >:
Dune::DuneBoundaryProjection< dimworld >

Public Types

typedef BaseType::CoordinateType CoordinateType
 type of coordinate vector More...
 

Public Member Functions

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

Protected Types

typedef DuneBoundaryProjection
< dimworld > 
BaseType
 

Protected Attributes

const BaseTypeproj_
 

Member Typedef Documentation

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

type of coordinate vector

Constructor & Destructor Documentation

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

destructor

Member Function Documentation

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

projection operator projection a global coordinate

Implements Dune::DuneBoundaryProjection< dimworld >.

References Dune::BoundaryProjectionWrapper< dimworld >::proj_.

Member Data Documentation

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

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