Go to the documentation of this file.
44 int main(
int argc,
char *argv[])
52 const label size = 20000000;
81 Info<<
"Constructed faceList in = "
82 << runTime.cpuTimeIncrement() <<
" s" <<
nl <<
endl;
93 Info<<
"Written old format faceList in = "
94 << runTime.cpuTimeIncrement() <<
" s" <<
nl <<
endl;
111 Info<<
"Read old format " << faces3.
size() <<
" faceList in = "
112 << runTime.cpuTimeIncrement() <<
" s" <<
nl <<
endl;
143 Info<<
"Constructed new format faceList in = "
144 << runTime.cpuTimeIncrement() <<
" s" <<
nl <<
endl;
155 Info<<
"Written new format faceList in = "
156 << runTime.cpuTimeIncrement() <<
" s" <<
nl <<
endl;
173 Info<<
"Read new format " << faces3.size() <<
" faceList in = "
174 << runTime.cpuTimeIncrement() <<
" s" <<
nl <<
endl;
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
word format(conversionProperties.lookup("format"))
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
virtual bool writeObject(IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const
Write using given format, version and compression.
#define forAll(list, i)
Loop across all elements in list.
int main(int argc, char *argv[])
virtual bool writeObject(IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const
static word meshSubDir
Return the mesh sub-directory name (usually "polyMesh")
Ostream & endl(Ostream &os)
Add newline and flush stream.
static const versionNumber currentVersion
Current version number.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A List of objects of type <T> with automated input and output using a compact storage....
labelList identity(const label len)
Create identity map (map[i] == i) of given length.
A List of objects of type <T> with automated input and output.
A face is a list of labels corresponding to mesh vertices.
void size(const label)
Override size to be inconsistent with allocated storage.
streamFormat
Enumeration for the format of data in the stream.