dune-grid  2.3beta2
Public Types | Public Member Functions | List of all members
Dune::DuneBoundaryProjection< dimworld > Struct Template Reference

Interface class for vertex projection at the boundary. More...

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

Inheritance diagram for Dune::DuneBoundaryProjection< dimworld >:
Inheritance graph

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

Detailed Description

template<int dimworld>
struct Dune::DuneBoundaryProjection< dimworld >

Interface class for vertex projection at the boundary.

Member Typedef Documentation

template<int dimworld>
typedef FieldVector< double, dimworld> Dune::DuneBoundaryProjection< dimworld >::CoordinateType

type of coordinate vector

Constructor & Destructor Documentation

template<int dimworld>
virtual Dune::DuneBoundaryProjection< dimworld >::~DuneBoundaryProjection ( )
inlinevirtual

destructor

Member Function Documentation

template<int dimworld>
virtual CoordinateType Dune::DuneBoundaryProjection< dimworld >::operator() ( const CoordinateType global) const
pure virtual

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