Public Member Functions | |
| processorRunTimes (const word &name, const argList &args) | |
| Construct from directory and arguments. More... | |
| ~processorRunTimes () | |
| Destructor. More... | |
| const Time & | completeTime () const |
| Access the complete run time. More... | |
| const PtrList< Time > & | procTimes () const |
| Access the processor run times. More... | |
| label | nProcs () const |
| Return the number of processors. More... | |
| void | setTime (const instant &inst, const label newIndex) |
| Set the time. More... | |
| instantList | selectComplete (const argList &args) |
| Select the time. More... | |
| instantList | selectProc (const argList &args) |
| Select the time. More... | |
Definition at line 48 of file processorRunTimes.H.
| processorRunTimes | ( | const word & | name, |
| const argList & | args | ||
| ) |
Construct from directory and arguments.
Definition at line 33 of file processorRunTimes.C.
References forAll, and Foam::name().

| ~processorRunTimes | ( | ) |
Destructor.
Definition at line 66 of file processorRunTimes.C.
References processorRunTimes::setTime().

|
inline |
Access the complete run time.
Definition at line 74 of file processorRunTimes.H.
Access the processor run times.
Definition at line 80 of file processorRunTimes.H.
Referenced by domainDecomposition::decompose().

|
inline |
Return the number of processors.
Definition at line 86 of file processorRunTimes.H.
References processorRunTimes::selectComplete(), processorRunTimes::selectProc(), processorRunTimes::setTime(), and UPtrList< T >::size().
Referenced by domainDecomposition::nProcs(), and processorRunTimes::selectProc().


Set the time.
Definition at line 73 of file processorRunTimes.C.
References forAll, and Time::setTime().
Referenced by processorRunTimes::nProcs(), and processorRunTimes::~processorRunTimes().


| Foam::instantList selectComplete | ( | const argList & | args | ) |
Select the time.
Definition at line 87 of file processorRunTimes.C.
References forAll, timeSelector::selectIfPresent(), and timeDirs.
Referenced by processorRunTimes::nProcs().


| Foam::instantList selectProc | ( | const argList & | args | ) |
Select the time.
Definition at line 101 of file processorRunTimes.C.
References processorRunTimes::nProcs(), timeSelector::select0(), Time::setTime(), and timeDirs.
Referenced by processorRunTimes::nProcs().

