Public Member Functions | |
optionalCpuLoad () | |
Construct from mesh, name and switch. More... | |
optionalCpuLoad (const optionalCpuLoad &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~optionalCpuLoad () |
Destructor. More... | |
virtual void | resetCpuTime () |
Reset the CPU time (dummy) More... | |
virtual void | cpuTimeIncrement (const label celli) |
Cache the CPU time increment for celli (dummy) More... | |
virtual void | reset () |
Reset the CPU load field (dummy) More... | |
void | operator= (const optionalCpuLoad &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static optionalCpuLoad & | New (const word &name, const polyMesh &mesh, const bool loadBalancing) |
Construct from polyMesh if loadBalancing is true. More... | |
|
inline |
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
|
static |
Construct from polyMesh if loadBalancing is true.
otherwise return the dummy optionalCpuLoad
Definition at line 62 of file cpuLoad.C.
References Foam::name(), and Foam::New().
Referenced by Cloud< ParticleType >::move(), and chemistryModel< ThermoType >::solve().
|
inlinevirtual |
Reset the CPU time (dummy)
Reimplemented in cpuLoad.
Definition at line 101 of file cpuLoad.H.
Referenced by Cloud< ParticleType >::move(), and chemistryModel< ThermoType >::solve().
|
inlinevirtual |
Cache the CPU time increment for celli (dummy)
Reimplemented in cpuLoad.
Definition at line 105 of file cpuLoad.H.
Referenced by chemistryModel< ThermoType >::solve().
|
inlinevirtual |
|
delete |
Disallow default bitwise assignment.