Main Page   Modules   Compound List   File List   File Members  

Domain Struct Reference
[Domain Class]

Domain. More...

#include <Domain.h>

List of all members.


Detailed Description

Domain.

This class keeps an array of cells, faces, edges and vertices. This class is at the top level in heirarchy of Domain, Cell, Face, Edge and Vertex classes.

It also contains the following mappings:

These mappings are essential to retrieve elements of the grid efficiently. However, all of them are not generated by default. Only the mapping from face to adjoining cells is populated by default. Others can be populated by making appropriate API invocations Cell struct keeps an array of its faces, Face struct keeps an array of its edges, and Edge struct keeps an array of its two vertices. These mapping can be used in conjunction to efficiently retrieve any relationship. For instance, to find cells adjoining a given cell:


The documentation for this struct was generated from the following file:
Generated on Sun Nov 27 23:41:48 2005 by doxygen1.2.18