dune-grid
3.0-git
|
Interface class for vertex projection at the boundary. More...
#include <dune/grid/common/boundaryprojection.hh>
Public Types | |
typedef FieldVector< double, dimworld > | CoordinateType |
type of coordinate vector More... | |
Public Member Functions | |
virtual | ~DuneBoundaryProjection () |
destructor More... | |
virtual CoordinateType | operator() (const CoordinateType &global) const =0 |
projection operator projection a global coordinate More... | |
Interface class for vertex projection at the boundary.
typedef FieldVector< double, dimworld> Dune::DuneBoundaryProjection< dimworld >::CoordinateType |
type of coordinate vector
|
inlinevirtual |
destructor
|
pure virtual |
projection operator projection a global coordinate
Implemented in Dune::CircleBoundaryProjection< dimworld >, Dune::BoundarySegmentWrapper< dim, dimworld >, and Dune::BoundaryProjectionWrapper< dimworld >.