dune-grid
2.1.1
|
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 | |
Public Member Functions | |
virtual | ~DuneBoundaryProjection () |
destructor | |
virtual CoordinateType | operator() (const CoordinateType &global) const =0 |
projection operator projection a global coordinate |
Interface class for vertex projection at the boundary.
typedef FieldVector< double, dimworld> Dune::DuneBoundaryProjection< dimworld >::CoordinateType |
type of coordinate vector
Reimplemented in Dune::dgf::ProjectionBlock::BoundaryProjection< dimworld >, Dune::CircleBoundaryProjection< dimworld >, Dune::BoundarySegmentWrapper< dim, dimworld >, and Dune::BoundaryProjectionWrapper< dimworld >.
virtual Dune::DuneBoundaryProjection< dimworld >::~DuneBoundaryProjection | ( | ) | [inline, virtual] |
destructor
virtual CoordinateType Dune::DuneBoundaryProjection< dimworld >::operator() | ( | const CoordinateType & | global | ) | const [pure virtual] |
projection operator projection a global coordinate
Implemented in Dune::dgf::ProjectionBlock::BoundaryProjection< dimworld >, Dune::CircleBoundaryProjection< dimworld >, Dune::BoundarySegmentWrapper< dim, dimworld >, and Dune::BoundaryProjectionWrapper< dimworld >.