dune-grid
2.4.1
|
#include <dune/grid/common/boundaryprojection.hh>
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 BaseType & | proj_ |
|
protected |
typedef BaseType :: CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::CoordinateType |
type of coordinate vector
|
inline |
|
inline |
destructor
|
inlinevirtual |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
|
protected |