Container with cells to refine. Refinement given as single direction. More...
#include <dynamicMesh/refineCell.H>
Container with cells to refine. Refinement given as single direction.
Definition at line 53 of file refineCell.H.
Public Member Functions | |
refineCell () | |
Null.
| |
refineCell (const label, const vector &) | |
from components. Vector will be normalized upon construction.
| |
refineCell (Istream &is) | |
from Istream. Vector will be normalized upon construction.
| |
label | cellNo () const |
const vector & | direction () const |
Friends | |
bool | operator== (const refineCell &rc1, const refineCell &rc2) |
bool | operator!= (const refineCell &rc1, const refineCell &rc2) |
Ostream & | operator<< (Ostream &, const refineCell &) |
refineCell | ( | ) |
Null.
Definition at line 34 of file refineCell.C.
refineCell | ( | const label | cellI, |
const vector & | direction | ||
) |
from components. Vector will be normalized upon construction.
Definition at line 42 of file refineCell.C.
References Foam::abort(), Foam::FatalError, FatalErrorIn, and Foam::mag().
refineCell | ( | Istream & | is ) |
from Istream. Vector will be normalized upon construction.
Definition at line 64 of file refineCell.C.
References Foam::abort(), Foam::FatalError, FatalErrorIn, and Foam::mag().
label cellNo | ( | ) | const [inline]
|
Definition at line 79 of file refineCell.H.
Referenced by refinementIterator::setRefinement(), and edgeVertex::updateLabels().
Definition at line 84 of file refineCell.H.
Referenced by refinementIterator::setRefinement(), and edgeVertex::updateLabels().
bool operator== | ( | const refineCell & | rc1, |
const refineCell & | rc2 | ||
) | [friend]
|
Definition at line 93 of file refineCell.H.
bool operator!= | ( | const refineCell & | rc1, |
const refineCell & | rc2 | ||
) | [friend]
|
Definition at line 102 of file refineCell.H.
Ostream& operator<< | ( | Ostream & | , |
const refineCell & | |||
) | [friend]
|