63 transformElements_.clear();
64 transformStart_.clear();
73 if (transformElements_.size())
76 os.beginBlock(
"transforms");
77 os.writeEntry(
"elements", transformElements_);
78 transformStart_.writeEntry(
"starts",
os);
91 >> map.transformElements_ >> map.transformStart_;
101 << map.transformStart_;
bool fatalCheck(const char *operation) const
Check IOstream status for given operation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
bool readIfPresent(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const
Find an entry if present, and assign to T val. FatalIOError if it is found and the number of tokens i...
Class containing processor-to-processor mapping information.
void readDict(const dictionary &dict)
Read entries from dictionary format.
void writeEntries(Ostream &os) const
Write entries in dictionary format.
label comm() const noexcept
The communicator used.
Class containing processor-to-processor mapping information.
void readDict(const dictionary &dict)
Read entries from dictionary format.
mapDistribute() noexcept
Default construct - uses worldComm.
void writeEntries(Ostream &os) const
Write entries in dictionary format.
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
Istream & operator>>(Istream &, directionInfo &)
constexpr char nl
The newline '\n' character (0x0a).