Domain class


\begin{classdesc}{Domain}{}
A \class{Domain}\xspace object is used to describe a...
... numerical libraries making use of \class{Data}\xspace objects.
\end{classdesc}
The following methds are available:
\begin{methoddesc}[Domain]{getDim}{}
returns the spatial dimension of the \class{Domain}\xspace .
\end{methoddesc}


\begin{methoddesc}[Domain]{getX}{}
returns the locations in the \class{Domain}\x...
...ically it will be
in the general \class{FunctionSpace}\xspace .
\end{methoddesc}


\begin{methoddesc}[Domain]{setX}{newX}
assigns a new location to the \class{Doma...
...to be used depends on the \class{Domain}\xspace implementation.
\end{methoddesc}


\begin{methoddesc}[Domain]{getNormal}{}
returns the surface normals on the boundary of the \class{Domain}\xspace as \class{Data}\xspace object.
\end{methoddesc}


\begin{methoddesc}[Domain]{getSize}{}
returns the local sample size, e.g. the element diameter, as \class{Data}\xspace object.
\end{methoddesc}


\begin{methoddesc}[Domain]{__eq__}{arg}
returns \constant{True}\xspace of the \c...
...the same domain. Otherwise
\constant{False}\xspace is returned.
\end{methoddesc}


\begin{methoddesc}[Domain]{__ne__}{arg}
returns \constant{True}\xspace of the \c...
...he same domain.
Otherwise \constant{False}\xspace is returned.
\end{methoddesc}


\begin{methoddesc}[Domain]{__str__}{g}
returns string represention of the \class{Domain}\xspace .
\end{methoddesc}

esys@esscc.uq.edu.au