55 Ostream&
operator<<(Ostream&,
const cellZone&);
100 (name, dict, index, mz)
177 new cellZone(*
this, addr, index, mz)
virtual void writeDict(Ostream &) const
Write dictionary.
label whichCell(const label globalCellID) const
Helper function to re-direct to zone::localID(...)
TypeName("cellZone")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void operator=(const cellZone &)
Assignment to zone, clearing demand-driven data.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~cellZone()
Destructor.
virtual bool checkParallelSync(const bool report=false) const
Check whether zone is synchronised across coupled boundaries. Return.
friend Ostream & operator<<(Ostream &, const cellZone &)
Ostream Operator.
virtual bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.
declareRunTimeSelectionTable(autoPtr, cellZone, dictionary,(const word &name, const dictionary &dict, const label index, const meshCellZones &mz),(name, dict, index, mz))
label index() const
Return the index of this zone in zone list.
const meshCellZones & meshZones_
Reference to zone list.
A class for handling words, derived from string.
const word & name() const
Return name.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const meshCellZones & meshZones() const
Return meshZones reference.
static autoPtr< cellZone > New(const word &name, const dictionary &, const label index, const meshCellZones &)
Return a pointer to a new cell zone.
cellZone(const word &name, const labelUList &addr, const label index, const meshCellZones &)
Construct from components.
Ostream & operator<<(Ostream &, const ensightPart &)
autoPtr< List< label > > clone() const
Clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static const char *const labelsName
The name associated with the zone-labels dictionary entry.