dune-grid  2.1.1
Public Types | Public Member Functions | Protected Attributes
Dune::ALU2dGridBoundaryProjection< Grid > Class Template Reference

#include <dune/grid/alugrid/2d/bndprojection.hh>

Inheritance diagram for Dune::ALU2dGridBoundaryProjection< Grid >:
Inheritance graph

List of all members.

Public Types

typedef
GridType::DuneBoundaryProjectionType 
DuneBoundaryProjectionType
 type of boundary projection
typedef
DuneBoundaryProjectionType::CoordinateType 
CoordinateType
 type of coordinate vector

Public Member Functions

 ALU2dGridBoundaryProjection (const Grid &grid)
int operator() (const coord_t &orig, coord_t &prj) const
 (old) method projection vertices defaults to segment 0
int operator() (const coord_t &orig, const int segmentIndex, coord_t &prj) const
 projection operator

Protected Attributes

const GridTypegrid_
 reference to boundary projection implementation

template<class Grid>
class Dune::ALU2dGridBoundaryProjection< Grid >


Member Typedef Documentation

type of coordinate vector

type of boundary projection


Constructor & Destructor Documentation

template<class Grid >
Dune::ALU2dGridBoundaryProjection< Grid >::ALU2dGridBoundaryProjection ( const Grid grid) [inline, explicit]

Member Function Documentation

int Dune::ALUGridBoundaryProjection< Grid , double >::operator() ( const coord_t &  orig,
coord_t &  prj 
) const [inline, inherited]

(old) method projection vertices defaults to segment 0

References Dune::ALUGridBoundaryProjection< GridImp, ctype >::operator()().

int Dune::ALUGridBoundaryProjection< Grid , double >::operator() ( const coord_t &  orig,
const int  segmentIndex,
coord_t &  prj 
) const [inline, inherited]

Member Data Documentation

const GridType& Dune::ALUGridBoundaryProjection< Grid , double >::grid_ [protected, inherited]

reference to boundary projection implementation


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