|
dune-grid
2.6-git
|
#include <dune/grid/common/boundaryprojection.hh>

Public Types | |
| typedef FieldVector< double, dimworld > | CoordinateType |
| type of coordinate vector More... | |
Public Member Functions | |
| CircleBoundaryProjection (const double radius=std::sqrt((double) dimworld)) | |
| constructor taking radius of circle (default = sqrt( dimworld ) ) More... | |
| virtual | ~CircleBoundaryProjection () |
| destructor More... | |
| virtual CoordinateType | operator() (const CoordinateType &global) const |
| projection operator projection a global coordinate More... | |
Protected Attributes | |
| const double | radius_ |
| radius of circ More... | |
| typedef FieldVector< double, dimworld> Dune::CircleBoundaryProjection< dimworld >::CoordinateType |
type of coordinate vector
|
inline |
constructor taking radius of circle (default = sqrt( dimworld ) )
|
inlinevirtual |
destructor
|
inlinevirtual |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
|
protected |
radius of circ
1.8.13