dune-grid
2.4.1-rc2
|
The general version that handles all codimensions but 0 and dim. More...
#include <dune/grid/yaspgrid.hh>
Public Types | |
typedef GridImp::ctype | ctype |
define type used for coordinates in grid module More... | |
Public Member Functions | |
YaspGeometry () | |
default constructor More... | |
YaspGeometry (const FieldVector< ctype, cdim > &ll, const FieldVector< ctype, cdim > &ur, const std::bitset< cdim > &shift) | |
constructor from midpoint and extension and a bitset defining which unit vectors span the entity More... | |
YaspGeometry (const YaspGeometry &other) | |
copy constructor More... | |
The general version that handles all codimensions but 0 and dim.
mydim | the codimension |
cdim | the coordinate dimension (NOT codim) |
typedef GridImp::ctype Dune::YaspGeometry< mydim, cdim, GridImp >::ctype |
define type used for coordinates in grid module
|
inline |
default constructor
|
inline |
constructor from midpoint and extension and a bitset defining which unit vectors span the entity
|
inline |
copy constructor