Public Member Functions | List of all members
automatic Class Reference
Inheritance diagram for automatic:
Inheritance graph
[legend]
Collaboration diagram for automatic:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("automatic")
 Runtime type information. More...
 
 automatic (const dictionary &cellSizeCalcTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Construct from components. More...
 
virtual ~automatic ()
 Destructor. More...
 
virtual tmp< triSurfacePointScalarFieldload ()
 Load the cell size field. More...
 
- Public Member Functions inherited from cellSizeCalculationType
 TypeName ("cellSizeCalculationType")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, cellSizeCalculationType, dictionary,(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize),(cellSizeCalculationTypeDict, surface, defaultCellSize))
 
 cellSizeCalculationType (const word &type, const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Construct from components. More...
 
virtual ~cellSizeCalculationType ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from cellSizeCalculationType
static autoPtr< cellSizeCalculationTypeNew (const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Return a reference to the selected cellSizeCalculationType. More...
 
- Protected Attributes inherited from cellSizeCalculationType
const dictionarycellSizeCalculationTypeDict_
 
const triSurfaceMeshsurface_
 Reference to the triSurfaceMesh. More...
 
const scalar & defaultCellSize_
 

Detailed Description

Source files

Definition at line 52 of file automatic.H.

Constructor & Destructor Documentation

automatic ( const dictionary cellSizeCalcTypeDict,
const triSurfaceMesh surface,
const scalar &  defaultCellSize 
)

Construct from components.

virtual ~automatic ( )
inlinevirtual

Destructor.

Definition at line 107 of file automatic.H.

References automatic::load().

Here is the call graph for this function:

Member Function Documentation

TypeName ( "automatic"  )

Runtime type information.

virtual tmp<triSurfacePointScalarField> load ( )
virtual

Load the cell size field.

Implements cellSizeCalculationType.

Referenced by automatic::~automatic().

Here is the caller graph for this function:


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