Go to the documentation of this file.
35 #ifndef processorBoundaryPatch_H
36 #define processorBoundaryPatch_H
68 const label startFace,
70 const label neighbProcNo
125 inline bool owner()
const
A class for handling words, derived from string.
processorBoundaryPatch(const word &name, const word &type, const label nFaces, const label startFace, const label myProcNo, const label neighbProcNo)
const word & patchName() const
const word & patchType() const
dictionary dict() const
Return as dictionary of entries.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual autoPtr< boundaryPatchBase > clone() const
void operator=(const processorBoundaryPatch &)
void write(Ostream &) const
write to Ostream
bool owner() const
check if the processor is the owner of the interface
Istream & operator>>(Istream &)
label myProcNo() const
return the owner processor
A list of keyword definitions, which are a keyword followed by any number of values (e....
bool operator!=(const processorBoundaryPatch &) const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
label neiProcNo() const
return the neighbour processor
void writeDict(Ostream &) const
Write dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
word name(const complex &)
Return a string representation of a complex.
Ostream & operator<<(Ostream &) const