dune-grid
2.4
|
#include <dune/grid/common/boundaryprojection.hh>
Public Types | |
typedef Base::CoordinateType | CoordinateType |
typedef Dune::BoundarySegment< dim, dimworld > | BoundarySegment |
Public Member Functions | |
BoundarySegmentWrapper (const GeometryType &type, const std::vector< CoordinateType > &vertices, const shared_ptr< BoundarySegment > &boundarySegment) | |
CoordinateType | operator() (const CoordinateType &global) const |
projection operator projection a global coordinate More... | |
const BoundarySegment & | boundarySegment () const |
dim | Dimension of the grid |
typedef Dune::BoundarySegment< dim, dimworld > Dune::BoundarySegmentWrapper< dim, dimworld >::BoundarySegment |
typedef Base::CoordinateType Dune::BoundarySegmentWrapper< dim, dimworld >::CoordinateType |
|
inline |
constructor
[in] | type | geometry type of the boundary face |
[in] | vertices | vertices of the boundary face |
[in] | boundarySegment | geometric realization of the shaped boundary |
|
inline |
Referenced by Dune::BoundarySegmentWrapper< dim, dimworld >::operator()().
|
inlinevirtual |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
References Dune::BoundarySegmentWrapper< dim, dimworld >::boundarySegment().