Overture  Version 25
Public Types | Public Member Functions | Public Attributes | List of all members
GridFunctionParameters Class Reference

#include <GridFunctionParameters.h>

Public Types

enum  GridFunctionType {
  defaultCentering =-1, general, vertexCentered, cellCentered,
  faceCenteredAll, faceCenteredAxis1, faceCenteredAxis2, faceCenteredAxis3,
  faceCentered, edgeCentered
}
 
enum  GridFunctionTypeWithComponents {
  generalWith0Components, generalWith1Component, generalWith2Components, generalWith3Components,
  generalWith4Components, generalWith5Components, vertexCenteredWith0Components, vertexCenteredWith1Component,
  vertexCenteredWith2Components, vertexCenteredWith3Components, vertexCenteredWith4Components, vertexCenteredWith5Components,
  cellCenteredWith0Components, cellCenteredWith1Component, cellCenteredWith2Components, cellCenteredWith3Components,
  cellCenteredWith4Components, cellCenteredWith5Components, faceCenteredAllWith0Components, faceCenteredAllWith1Component,
  faceCenteredAllWith2Components, faceCenteredAllWith3Components, faceCenteredAllWith4Components, faceCenteredAllWith5Components,
  faceCenteredAxis1With0Components, faceCenteredAxis1With1Component, faceCenteredAxis1With2Components, faceCenteredAxis1With3Components,
  faceCenteredAxis1With4Components, faceCenteredAxis1With5Components, faceCenteredAxis2With0Components, faceCenteredAxis2With1Component,
  faceCenteredAxis2With2Components, faceCenteredAxis2With3Components, faceCenteredAxis2With4Components, faceCenteredAxis2With5Components,
  faceCenteredAxis3With0Components, faceCenteredAxis3With1Component, faceCenteredAxis3With2Components, faceCenteredAxis3With3Components,
  faceCenteredAxis3With4Components, faceCenteredAxis3With5Components
}
 
enum  faceCenteringType {
  none =-1, direction0 =0, direction1 =1, direction2 =2,
  all =-2, faceCenteredUnstructured =3, edgeCenteredUnstructured =4
}
 

Public Member Functions

 GridFunctionParameters ()
 
 ~GridFunctionParameters ()
 
 GridFunctionParameters (const GridFunctionType &type)
 
 operator GridFunctionType () const
 

Public Attributes

GridFunctionType inputType
 
GridFunctionType outputType
 

Member Enumeration Documentation

Enumerator
none 
direction0 
direction1 
direction2 
all 
faceCenteredUnstructured 
edgeCenteredUnstructured 
Enumerator
defaultCentering 
general 
vertexCentered 
cellCentered 
faceCenteredAll 
faceCenteredAxis1 
faceCenteredAxis2 
faceCenteredAxis3 
faceCentered 
edgeCentered 
Enumerator
generalWith0Components 
generalWith1Component 
generalWith2Components 
generalWith3Components 
generalWith4Components 
generalWith5Components 
vertexCenteredWith0Components 
vertexCenteredWith1Component 
vertexCenteredWith2Components 
vertexCenteredWith3Components 
vertexCenteredWith4Components 
vertexCenteredWith5Components 
cellCenteredWith0Components 
cellCenteredWith1Component 
cellCenteredWith2Components 
cellCenteredWith3Components 
cellCenteredWith4Components 
cellCenteredWith5Components 
faceCenteredAllWith0Components 
faceCenteredAllWith1Component 
faceCenteredAllWith2Components 
faceCenteredAllWith3Components 
faceCenteredAllWith4Components 
faceCenteredAllWith5Components 
faceCenteredAxis1With0Components 
faceCenteredAxis1With1Component 
faceCenteredAxis1With2Components 
faceCenteredAxis1With3Components 
faceCenteredAxis1With4Components 
faceCenteredAxis1With5Components 
faceCenteredAxis2With0Components 
faceCenteredAxis2With1Component 
faceCenteredAxis2With2Components 
faceCenteredAxis2With3Components 
faceCenteredAxis2With4Components 
faceCenteredAxis2With5Components 
faceCenteredAxis3With0Components 
faceCenteredAxis3With1Component 
faceCenteredAxis3With2Components 
faceCenteredAxis3With3Components 
faceCenteredAxis3With4Components 
faceCenteredAxis3With5Components 

Constructor & Destructor Documentation

GridFunctionParameters::GridFunctionParameters ( )
GridFunctionParameters::~GridFunctionParameters ( )
GridFunctionParameters::GridFunctionParameters ( const GridFunctionType type)

Member Function Documentation

GridFunctionParameters::operator GridFunctionType ( ) const

Member Data Documentation

GridFunctionType GridFunctionParameters::inputType

Referenced by GridFunctionParameters().

GridFunctionType GridFunctionParameters::outputType

Referenced by GridFunctionParameters().


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