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

#include <InterfaceInfo.h>

Public Member Functions

 InterfaceInfo ()
 
 InterfaceInfo (int grid1, int side1, int dir1, int grid2, int side2, int dir2)
 
 ~InterfaceInfo ()
 
 InterfaceInfo ()
 
 InterfaceInfo (int grid1, int side1, int dir1, int grid2, int side2, int dir2)
 
 InterfaceInfo (const InterfaceInfo &x)
 
 ~InterfaceInfo ()
 
InterfaceInfooperator= (const InterfaceInfo &x)
 equal operator.
 

Public Attributes

int grid1
 
int side1
 
int dir1
 
int grid2
 
int side2
 
int dir2
 
int ndf1
 
int ndf2
 
bool initialized
 
real * rwk
 
int * iwk
 
intSerialArray * pmask1
 
intSerialArray * pmask2
 
realSerialArray * prsxy1
 
realSerialArray * pxy1
 
realSerialArray * prsxy2
 
realSerialArray * pxy2
 

Constructor & Destructor Documentation

InterfaceInfo::InterfaceInfo ( )

References dir1, dir2, grid1, grid2, initialized, iwk, ndf1, ndf2, rwk, side1, and side2.

InterfaceInfo::InterfaceInfo ( int  grid1,
int  side1,
int  dir1,
int  grid2,
int  side2,
int  dir2 
)

References dir1, dir2, grid1, grid2, initialized, iwk, ndf1, ndf2, rwk, side1, and side2.

InterfaceInfo::~InterfaceInfo ( )

References iwk, and rwk.

InterfaceInfo::InterfaceInfo ( )
InterfaceInfo::InterfaceInfo ( int  grid1,
int  side1,
int  dir1,
int  grid2,
int  side2,
int  dir2 
)
InterfaceInfo::InterfaceInfo ( const InterfaceInfo x)

References x.

InterfaceInfo::~InterfaceInfo ( )

Member Function Documentation

InterfaceInfo & InterfaceInfo::operator= ( const InterfaceInfo x)

equal operator.

Note
This operator is called by stl when adding elements to a list

References assert(), dir1, dir2, grid1, grid2, initialized, iwk, ndf1, ndf2, pmask1, pmask2, prsxy1, prsxy2, pxy1, pxy2, rwk, side1, and side2.

Member Data Documentation

int InterfaceInfo::dir1

Referenced by InterfaceInfo(), and operator=().

int InterfaceInfo::dir2

Referenced by InterfaceInfo(), and operator=().

int InterfaceInfo::grid1

Referenced by InterfaceInfo(), and operator=().

int InterfaceInfo::grid2

Referenced by InterfaceInfo(), and operator=().

bool InterfaceInfo::initialized

Referenced by InterfaceInfo(), and operator=().

int * InterfaceInfo::iwk
int InterfaceInfo::ndf1

Referenced by InterfaceInfo(), and operator=().

int InterfaceInfo::ndf2

Referenced by InterfaceInfo(), and operator=().

intSerialArray* InterfaceInfo::pmask1

Referenced by operator=().

intSerialArray * InterfaceInfo::pmask2

Referenced by operator=().

realSerialArray* InterfaceInfo::prsxy1

Referenced by operator=().

realSerialArray * InterfaceInfo::prsxy2

Referenced by operator=().

realSerialArray * InterfaceInfo::pxy1

Referenced by operator=().

realSerialArray * InterfaceInfo::pxy2

Referenced by operator=().

real * InterfaceInfo::rwk
int InterfaceInfo::side1

Referenced by InterfaceInfo(), and operator=().

int InterfaceInfo::side2

Referenced by InterfaceInfo(), and operator=().


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