|
dune-grid
2.2.0
|
#include <dune/grid/alugrid/2d/bndprojection.hh>
Public Types | |
| enum | { ncoord = Base::ncoord } |
| typedef Base::hbndel_t | hbndel_t |
| typedef Base::helement_t | helement_t |
| typedef Grid::DuneBoundaryProjectionType | DuneBoundaryProjectionType |
| typedef DuneBoundaryProjectionType::CoordinateType | CoordinateType |
Public Member Functions | |
| ALU2dGridBoundaryProjection (const Grid &grid) | |
| int | operator() (const hbndel_t *hbndel, const double local, double(&global)[ncoord]) const |
| int | operator() (const helement_t *helement, const double(&local)[2], double(&global)[ncoord]) const |
| typedef DuneBoundaryProjectionType::CoordinateType Dune::ALU2dGridBoundaryProjection< Grid >::CoordinateType |
| typedef Grid::DuneBoundaryProjectionType Dune::ALU2dGridBoundaryProjection< Grid >::DuneBoundaryProjectionType |
| typedef Base::hbndel_t Dune::ALU2dGridBoundaryProjection< Grid >::hbndel_t |
| typedef Base::helement_t Dune::ALU2dGridBoundaryProjection< Grid >::helement_t |
| Dune::ALU2dGridBoundaryProjection< Grid >::ALU2dGridBoundaryProjection | ( | const Grid & | grid | ) | [inline, explicit] |
| int Dune::ALU2dGridBoundaryProjection< Grid >::operator() | ( | const hbndel_t * | hbndel, |
| const double | local, | ||
| double(&) | global[ncoord] | ||
| ) | const [inline] |
| int Dune::ALU2dGridBoundaryProjection< Grid >::operator() | ( | const helement_t * | helement, |
| const double(&) | local[2], | ||
| double(&) | global[ncoord] | ||
| ) | const [inline] |
1.7.6.1