Creates a single block of cells from point coordinates, numbers of cells in each direction and expansion ratio. More...
Creates a single block of cells from point coordinates, numbers of cells in each direction and expansion ratio.
creates a single block of cells from point coordinates, numbers of cells in each direction and expansion ratio
Definition at line 59 of file block.H.
Public Member Functions | |
block (const blockDescriptor &) | |
from the block definition
| |
block (const block &) | |
as copy
| |
autoPtr< block > | clone () const |
clone function
| |
~block () | |
const blockDescriptor & | blockDef () const |
const pointField & | points () const |
const labelListList & | cells () const |
const labelListListList & | boundaryPatches () const |
block (const blockDescriptor &) | |
Construct from the block definition.
| |
autoPtr< block > | clone () const |
Clone.
| |
const blockDescriptor & | blockDef () const |
const pointField & | points () const |
const labelListList & | cells () const |
const labelListListList & | boundaryPatches () const |
Friends | |
Ostream & | operator<< (Ostream &, const block &) |
Ostream & | operator<< (Ostream &, const block &) |
block | ( | const blockDescriptor & | ) |
from the block definition
~block | ( | ) |
block | ( | const blockDescriptor & | ) |
Construct from the block definition.
const blockDescriptor& blockDef | ( | ) | const |
const pointField& points | ( | ) | const |
const labelListList& cells | ( | ) | const |
const labelListListList& boundaryPatches | ( | ) | const |
const blockDescriptor& blockDef | ( | ) | const |
const pointField& points | ( | ) | const |
const labelListList& cells | ( | ) | const |
const labelListListList& boundaryPatches | ( | ) | const |