CG  Version 25
Public Member Functions | Public Attributes | List of all members
GridFaceDescriptor Class Reference

#include <Interface.h>

Collaboration diagram for GridFaceDescriptor:
Collaboration graph
[legend]

Public Member Functions

 GridFaceDescriptor (int domain_, int grid_, int side_, int axis_)
 This class holds information about a particular grid face that belongs to an interface.
 
 ~GridFaceDescriptor ()
 

Public Attributes

int domain
 
int grid
 
int side
 
int axis
 
int interfaceBC
 
real a [3]
 
RealArray * u
 
InterfaceDataHistory interfaceDataHistory
 
InterfaceDataHistory interfaceDataIterates
 

Constructor & Destructor Documentation

GridFaceDescriptor::GridFaceDescriptor ( int  domain_,
int  grid_,
int  side_,
int  axis_ 
)

This class holds information about a particular grid face that belongs to an interface.

This object contains information that describes one face of an interface. A given interface will have at least two GridFaceDescriptor's - one for each side of the interface. If there are multiple overlapping grids that form one side of the interface then there will be multiple GridFaceDescriptor's for even one side.

References a, axis, domain, grid, interfaceBC, side, and u.

GridFaceDescriptor::~GridFaceDescriptor ( )

Member Data Documentation

real GridFaceDescriptor::a[3]
int GridFaceDescriptor::axis
int GridFaceDescriptor::domain
int GridFaceDescriptor::grid
int GridFaceDescriptor::interfaceBC
InterfaceDataHistory GridFaceDescriptor::interfaceDataHistory
InterfaceDataHistory GridFaceDescriptor::interfaceDataIterates
int GridFaceDescriptor::side
RealArray* GridFaceDescriptor::u

The documentation for this class was generated from the following files: