|
| TypeName ("cudaGpu") |
| Runtime type information. More...
|
|
| cudaGpu (const word &name, const Time &, const dictionary &) |
| Construct from components. More...
|
|
virtual bool | start () |
| Called at the start of the time-loop. More...
|
|
virtual bool | execute (const bool forceWrite) |
| Called at each ++ or += of the time-loop. More...
|
|
virtual bool | read (const dictionary &) |
| Read and set the function object if its data have changed. More...
|
|
virtual void | updateMesh (const mapPolyMesh &mpm) |
| Update for changes of mesh. More...
|
|
virtual void | movePoints (const polyMesh &mesh) |
| Update for changes of mesh. More...
|
|
virtual const word & | type () const =0 |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &t, const dictionary &dict),(name, t, dict)) |
|
| functionObject (const word &name) |
| Construct from components. More...
|
|
autoPtr< functionObject > | clone () const |
| Return clone. More...
|
|
virtual | ~functionObject () |
| Destructor. More...
|
|
virtual const word & | name () const |
| Name. More...
|
|
virtual bool | end () |
| Called when Time::run() determines that the time-loop exits. More...
|
|
virtual bool | timeSet () |
| Called when time was set at the end of the Time::operator++. More...
|
|
virtual bool | adjustTimeStep () |
| Called at the end of Time::adjustDeltaT() if adjustTime is true. More...
|
|
Definition at line 59 of file cudaGpu.H.
◆ cudaGpu() [1/2]
Disallow default bitwise copy construct.
◆ cudaGpu() [2/2]
Construct from components.
Definition at line 46 of file cudaGpu.C.
References dict.
◆ operator=()
Disallow default bitwise assignment.
◆ TypeName()
Runtime type information.
◆ start()
◆ execute()
virtual bool execute |
( |
const bool |
forceWrite | ) |
|
|
inlinevirtual |
◆ read()
Read and set the function object if its data have changed.
Implements functionObject.
Definition at line 94 of file cudaGpu.H.
◆ updateMesh()
◆ movePoints()
virtual void movePoints |
( |
const polyMesh & |
mesh | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: