dune-grid  2.6-git
Public Types | Public Member Functions | List of all members
Dune::DuneBoundaryProjection< dimworld > Struct Template Referenceabstract

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 More...
 

Public Member Functions

virtual ~DuneBoundaryProjection ()
 destructor More...
 
virtual CoordinateType operator() (const CoordinateType &global) const =0
 projection operator projection a global coordinate More...
 

Detailed Description

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

Interface class for vertex projection at the boundary.

Member Typedef Documentation

◆ CoordinateType

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

type of coordinate vector

Constructor & Destructor Documentation

◆ ~DuneBoundaryProjection()

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

destructor

Member Function Documentation

◆ operator()()

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: