dune-grid
2.2.0
|
Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following properties: More...
#include <dune/grid/common/capabilities.hh>
Static Public Attributes | |
static const bool | v = false |
Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following properties:
FieldVector< ctype, dim > n( 0 ); n[ face / 2 ] = ctype( 2*(face % 2) - 1 );
const bool Dune::Capabilities::isCartesian< Grid >::v = false [static] |