dune-alugrid 3.0.0
|
ALUGrid boundary projection implementation DuneBndProjection has to fulfil the DuneBoundaryProjection interface. More...
#include <dune/alugrid/common/bndprojection.hh>
Public Types | |
typedef GridType::DuneBoundaryProjectionType | DuneBoundaryProjectionType |
type of boundary projection | |
typedef DuneBoundaryProjectionType::CoordinateType | CoordinateType |
type of coordinate vector | |
Public Member Functions | |
ALUGridBoundaryProjection (const GridType &grid) | |
constructor storing reference to boundary projection implementation | |
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 | |
ALUGrid boundary projection implementation DuneBndProjection has to fulfil the DuneBoundaryProjection interface.
typedef DuneBoundaryProjectionType::CoordinateType Dune::ALUGridBoundaryProjection< GridImp, ctype >::CoordinateType |
type of coordinate vector
typedef GridType::DuneBoundaryProjectionType Dune::ALUGridBoundaryProjection< GridImp, ctype >::DuneBoundaryProjectionType |
type of boundary projection
|
inline |
constructor storing reference to boundary projection implementation
|
inline |
projection operator
|
inline |
(old) method projection vertices defaults to segment 0
|
protected |
reference to boundary projection implementation