83 void createPoints()
const;
86 void createCells()
const;
89 void createBoundary()
const;
95 void operator=(
const block&);
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)...
Takes the description of the block and the list of curved edges and creates a list of points on edges...
const blockDescriptor & blockDef() const
Return the block definition.
label k
Boltzmann constant.
friend Ostream & operator<<(Ostream &, const block &)
const labelListListList & boundaryPatches() const
Return the boundary patch faces for the block.
void clearGeom()
Clear geometry (internal points, cells, boundaryPatches)
autoPtr< block > clone() const
Clone.
Creates a single block of cells from point coordinates, numbers of cells in each direction and an exp...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const pointField & blockPointField() const
Reference to point field defining the block mesh.
const pointField & points() const
Return the points for filling the block.
label vtxLabel(label i, label j, label k) const
Vertex label offset for a particular i,j,k position.
Ostream & operator<<(Ostream &, const ensightPart &)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
const labelListList & cells() const
Return the cells for filling the block.