dune-grid  2.1.1
Public Types | Public Member Functions
Dune::BoundarySegmentWrapper< dim, dimworld > Class Template Reference

#include <dune/grid/common/boundaryprojection.hh>

Inheritance diagram for Dune::BoundarySegmentWrapper< dim, dimworld >:
Inheritance graph

List of all members.

Public Types

typedef Base::CoordinateType CoordinateType
 type of coordinate vector
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
const BoundarySegmentboundarySegment () const

template<int dim, int dimworld>
class Dune::BoundarySegmentWrapper< dim, dimworld >


Member Typedef Documentation

template<int dim, int dimworld>
typedef Dune::BoundarySegment< dim, dimworld > Dune::BoundarySegmentWrapper< dim, dimworld >::BoundarySegment
template<int dim, int dimworld>
typedef Base::CoordinateType Dune::BoundarySegmentWrapper< dim, dimworld >::CoordinateType

type of coordinate vector

Reimplemented from Dune::DuneBoundaryProjection< dimworld >.


Constructor & Destructor Documentation

template<int dim, int dimworld>
Dune::BoundarySegmentWrapper< dim, dimworld >::BoundarySegmentWrapper ( const GeometryType &  type,
const std::vector< CoordinateType > &  vertices,
const shared_ptr< BoundarySegment boundarySegment 
) [inline]

constructor

Parameters:
[in]typegeometry type of the boundary face
[in]verticesvertices of the boundary face
[in]boundarySegmentgeometric realization of the shaped boundary
Note:
The BoundarySegmentWrapper takes control of the boundary segment.

Member Function Documentation

template<int dim, int dimworld>
const BoundarySegment& Dune::BoundarySegmentWrapper< dim, dimworld >::boundarySegment ( ) const [inline]
template<int dim, int dimworld>
CoordinateType Dune::BoundarySegmentWrapper< dim, dimworld >::operator() ( const CoordinateType global) const [inline, virtual]

projection operator projection a global coordinate

Implements Dune::DuneBoundaryProjection< dimworld >.

References Dune::BoundarySegmentWrapper< dim, dimworld >::boundarySegment().


The documentation for this class was generated from the following file: