dune-spgrid
2.7
|
description of the computational domain More...
#include <dune/grid/spgrid/domain.hh>
Public Types | |
typedef SPCube< ct, dim > | Cube |
typedef SPTopology< dim > | Topology |
typedef Cube::ctype | ctype |
coordinate type More... | |
typedef Cube::GlobalVector | GlobalVector |
type of global vectors, i.e., vectors within the domain More... | |
Public Member Functions | |
SPDomain (const GlobalVector &a, const GlobalVector &b) | |
constructor More... | |
SPDomain (const std::vector< Cube > &cubes, const Topology &topology) | |
const Cube & | cube () const |
const Topology & | topology () const |
bool | contains (const GlobalVector &x) const |
determine whether the domain contains a point x More... | |
Static Public Member Functions | |
static This | unitCube () |
obtain a domain modelling the unit cube More... | |
Static Public Attributes | |
static const int | dimension = Cube::dimension |
dimension of the domain More... | |
description of the computational domain
ct | coordinate type (e.g., double) |
dim | dimension of the domain |
typedef Cube::ctype Dune::SPDomain< ct, dim >::ctype |
coordinate type
typedef SPCube< ct, dim > Dune::SPDomain< ct, dim >::Cube |
typedef Cube::GlobalVector Dune::SPDomain< ct, dim >::GlobalVector |
type of global vectors, i.e., vectors within the domain
typedef SPTopology< dim > Dune::SPDomain< ct, dim >::Topology |
|
inline |
constructor
[in] | a | one corner of the domain |
[in] | b | the opposite corner of the domain |
|
inline |
|
inline |
determine whether the domain contains a point x
[in] | x | point to consider |
|
inline |
|
inline |
|
inlinestatic |
obtain a domain modelling the unit cube
|
static |
dimension of the domain