CG
Version 25
|
#include <Interface.h>
Public Member Functions | |
InterfaceDescriptor () | |
This class holds information about and interface such as the the lists of grid faces that are adjacent to a particular interface. | |
~InterfaceDescriptor () | |
Public Attributes | |
int | domain1 |
int | domain2 |
GridList | gridListSide1 |
GridList | gridListSide2 |
InterfaceTransfer * | interfaceTransfer |
real | interfaceTolerance |
real | interfaceOmega |
real | estimatedConvergenceRate |
int | maximumNumberOfIntefaceIterations |
int | numberOfInterfaceSolves |
int | totalNumberOfInterfaceIterations |
InterfaceDescriptor::InterfaceDescriptor | ( | ) |
This class holds information about and interface such as the the lists of grid faces that are adjacent to a particular interface.
This class holds the information that defines a single interface. gridList1: list of GridFaceDescriptor's for grid faces adjacent to side 1 of this interface gridList2: list of GridFaceDescriptor's for grid faces adjacent to side 2 of this interface
References domain1, domain2, estimatedConvergenceRate, interfaceOmega, interfaceTolerance, interfaceTransfer, maximumNumberOfIntefaceIterations, numberOfInterfaceSolves, and totalNumberOfInterfaceIterations.
InterfaceDescriptor::~InterfaceDescriptor | ( | ) |
References interfaceTransfer.
int InterfaceDescriptor::domain1 |
int InterfaceDescriptor::domain2 |
real InterfaceDescriptor::estimatedConvergenceRate |
Referenced by MpParameters::displayInterfaceInfo(), and InterfaceDescriptor().
GridList InterfaceDescriptor::gridListSide1 |
Referenced by Cgmp::assignInterfaceBoundaryConditions(), Cgmp::assignInterfaceRightHandSide(), Cgmp::assignInterfaceRightHandSideOld(), Cgmp::getInterfaceResiduals(), Cgmp::getInterfaceResidualsOld(), InterfaceTransfer::initialize(), Cgmp::initializeInterfaceBoundaryConditions(), Cgmp::initializeInterfaces(), and Cgmp::interfaceProjection().
GridList InterfaceDescriptor::gridListSide2 |
Referenced by Cgmp::assignInterfaceBoundaryConditions(), Cgmp::assignInterfaceRightHandSide(), Cgmp::assignInterfaceRightHandSideOld(), Cgmp::getInterfaceResiduals(), Cgmp::getInterfaceResidualsOld(), InterfaceTransfer::initialize(), Cgmp::initializeInterfaceBoundaryConditions(), Cgmp::initializeInterfaces(), and Cgmp::interfaceProjection().
real InterfaceDescriptor::interfaceOmega |
real InterfaceDescriptor::interfaceTolerance |
InterfaceTransfer* InterfaceDescriptor::interfaceTransfer |
int InterfaceDescriptor::maximumNumberOfIntefaceIterations |
Referenced by MpParameters::displayInterfaceInfo(), and InterfaceDescriptor().
int InterfaceDescriptor::numberOfInterfaceSolves |
Referenced by MpParameters::displayInterfaceInfo(), and InterfaceDescriptor().
int InterfaceDescriptor::totalNumberOfInterfaceIterations |
Referenced by MpParameters::displayInterfaceInfo(), and InterfaceDescriptor().