|
OpenMEEG
|
a SimpleDomain is a pair of an Interface and a boolean. More...
#include <domain.h>
Public Types | |
| enum | Side { Inside , Outside } |
Public Member Functions | |
| SimpleDomain () | |
| SimpleDomain (Interface &i, const Side s) | |
| ~SimpleDomain () | |
| Interface & | interface () |
| const Interface & | interface () const |
| bool | inside () const |
| int | mesh_orientation (const OrientedMesh &omesh) const |
a SimpleDomain is a pair of an Interface and a boolean.
A simple domain (SimpleDomain) is given by an interface (of type Interface) identifying a closed surface and a side information. The closed surface/interface splits the space into two components. The side depicts which of these two components is the simple domain.
|
inline |
|
inline |