|
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_ |
|
protected |
| typedef BaseType :: CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::CoordinateType |
type of coordinate vector
Reimplemented from Dune::DuneBoundaryProjection< dimworld >.
|
inline |
|
inline |
destructor
|
inlinevirtual |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
References Dune::BoundaryProjectionWrapper< dimworld >::proj_.
|
protected |
Referenced by Dune::BoundaryProjectionWrapper< dimworld >::operator()().
1.8.1