|
dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/blocks/projection.hh>
Public Types | |
| typedef Base::CoordinateType | CoordinateType |
| type of coordinate vector | |
Public Member Functions | |
| BoundaryProjection (const Expression *expression) | |
| virtual CoordinateType | operator() (const CoordinateType &global) const |
| projection operator projection a global coordinate | |
| typedef Base::CoordinateType Dune::dgf::ProjectionBlock::BoundaryProjection< dimworld >::CoordinateType |
type of coordinate vector
Reimplemented from Dune::DuneBoundaryProjection< dimworld >.
| Dune::dgf::ProjectionBlock::BoundaryProjection< dimworld >::BoundaryProjection | ( | const Expression * | expression | ) | [inline] |
| virtual CoordinateType Dune::dgf::ProjectionBlock::BoundaryProjection< dimworld >::operator() | ( | const CoordinateType & | global | ) | const [inline, virtual] |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
References Dune::dgf::ProjectionBlock::Expression::evaluate().
1.7.6.1