ALUGrid boundary projection implementation DuneBndProjection has to fulfil the DuneBoundaryProjection interface.
More...
#include <dune/grid/alugrid/common/bndprojection.hh>
|
| ALUGridBoundaryProjection (const GridType &grid) |
| constructor storing reference to boundary projection implementation More...
|
|
int | operator() (const coord_t &orig, coord_t &prj) const |
| (old) method projection vertices defaults to segment 0 More...
|
|
int | operator() (const coord_t &orig, const int segmentIndex, coord_t &prj) const |
| projection operator More...
|
|
|
const GridType & | grid_ |
| reference to boundary projection implementation More...
|
|
template<class GridImp, class ctype = double>
class Dune::ALUGridBoundaryProjection< GridImp, ctype >
ALUGrid boundary projection implementation DuneBndProjection has to fulfil the DuneBoundaryProjection interface.
template<class GridImp , class ctype = double>
type of coordinate vector
template<class GridImp , class ctype = double>
type of boundary projection
template<class GridImp , class ctype = double>
constructor storing reference to boundary projection implementation
template<class GridImp , class ctype = double>
(old) method projection vertices defaults to segment 0
template<class GridImp , class ctype = double>
template<class GridImp , class ctype = double>
reference to boundary projection implementation
The documentation for this class was generated from the following file: