- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/grid/alugrid/2d/bndprojection.hh>
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 GridType & | grid_ |
reference to boundary projection implementation |
typedef DuneBoundaryProjectionType :: CoordinateType Dune::ALUGridBoundaryProjection< Grid , double >::CoordinateType [inherited] |
type of coordinate vector
typedef GridType :: DuneBoundaryProjectionType Dune::ALUGridBoundaryProjection< Grid , double >::DuneBoundaryProjectionType [inherited] |
type of boundary projection
Dune::ALU2dGridBoundaryProjection< Grid >::ALU2dGridBoundaryProjection | ( | const Grid & | grid | ) | [inline, explicit] |
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] |
projection operator
References Dune::ALUGridBoundaryProjection< GridImp, ctype >::grid_.
const GridType& Dune::ALUGridBoundaryProjection< Grid , double >::grid_ [protected, inherited] |
reference to boundary projection implementation
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].