dune-grid
2.2.0
|
#include <dune/grid/common/boundaryprojection.hh>
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 BaseType & | proj_ |
typedef DuneBoundaryProjection< dimworld > Dune::BoundaryProjectionWrapper< dimworld >::BaseType [protected] |
typedef BaseType :: CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::CoordinateType |
type of coordinate vector
Reimplemented from Dune::DuneBoundaryProjection< dimworld >.
Dune::BoundaryProjectionWrapper< dimworld >::BoundaryProjectionWrapper | ( | const BaseType & | proje | ) | [inline] |
Dune::BoundaryProjectionWrapper< dimworld >::~BoundaryProjectionWrapper | ( | ) | [inline] |
destructor
CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::operator() | ( | const CoordinateType & | global | ) | const [inline, virtual] |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
References Dune::BoundaryProjectionWrapper< dimworld >::proj_.
const BaseType& Dune::BoundaryProjectionWrapper< dimworld >::proj_ [protected] |
Referenced by Dune::BoundaryProjectionWrapper< dimworld >::operator()().