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 | reset () |
Dummy reset function. More... | |
virtual void | cpuTimeIncrement (const label celli) |
Dummy cpuTimeIncrement function. More... | |
void | operator= (const optionalCpuLoad &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static optionalCpuLoad & | New (const fvMesh &mesh, const word &name, const bool loadBalancing) |
|
inline |
Construct from mesh, name and switch.
Definition at line 70 of file cpuLoad.H.
References mesh, Foam::name(), and optionalCpuLoad::New().
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
|
static |
Definition at line 64 of file cpuLoad.C.
References cpuLoad::cpuLoad(), Foam::endl(), InfoInFunction, IOobject::name(), fvMesh::name(), regIOobject::store(), and fvMesh::thisDb().
Referenced by optionalCpuLoad::optionalCpuLoad(), and cpuLoad::~cpuLoad().
|
inlinevirtual |
Dummy reset function.
Reimplemented in cpuLoad.
Definition at line 95 of file cpuLoad.H.
Referenced by chemistryModel< ThermoType >::solve().
|
inlinevirtual |
Dummy cpuTimeIncrement function.
Reimplemented in cpuLoad.
Definition at line 99 of file cpuLoad.H.
References optionalCpuLoad::operator=().
Referenced by chemistryModel< ThermoType >::solve().
|
delete |
Disallow default bitwise assignment.
Referenced by optionalCpuLoad::cpuTimeIncrement().