Go to the documentation of this file.
30 template<
class Triangulation>
37 template<
class Triangulation>
40 const string& description,
46 Info<<
nl <<
"--- [ cpuTime "
47 << time().elapsedCpuTime() <<
" s, "
48 <<
"delta " << time().cpuTimeIncrement()<<
" s";
50 if (description != word::null)
52 Info<<
", " << description <<
" ";
64 template<
class Triangulation>
67 label
id = cellCount_++;
72 <<
"Cell counter has overflowed." <<
endl;
79 template<
class Triangulation>
82 label
id = vertexCount_++;
87 <<
"Vertex counter has overflowed." <<
endl;
94 template<
class Triangulation>
101 template<
class Triangulation>
108 template<
class Triangulation>
115 template<
class Triangulation>
void timeCheck(const string &description, const bool check=true) const
label getNewVertexIndex() const
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
const Time & time() const
Ostream & endl(Ostream &os)
label vertexCount() const
label getNewCellIndex() const
static void check(const int retVal, const char *what)
#define WarningInFunction