43 const refinementData& rhs
46 if (
os.format() == IOstreamOption::ASCII)
48 os << rhs.refinementCount_ << token::SPACE << rhs.count_;
54 reinterpret_cast<const char*
>(&
rhs.refinementCount_),
55 sizeof(refinementData)
70 if (is.format() == IOstreamOption::ASCII)
72 is >>
rhs.refinementCount_ >>
rhs.count_;
76 Detail::readContiguous<refinementData>
79 reinterpret_cast<char*
>(&
rhs.refinementCount_),
80 sizeof(refinementData)
@ ASCII
"ascii" (normal default)
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,...
Transfers refinement levels such that slow transition between levels is maintained....
OBJstream os(runTime.globalPath()/outputName)
void readContiguous(Istream &is, char *data, std::streamsize byteCount)
Read binary block of contiguous data, possibly with conversion.
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)
refinementData transform(const tensor &, const refinementData val)
No-op rotational transform for base types.
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)