Container with cells to refine. Refinement given as single direction. More...
Public Member Functions | |
| refineCell () | |
| Null. More... | |
| refineCell (const label, const vector &) | |
| From components. Vector will be normalised upon construction. More... | |
| refineCell (Istream &is) | |
| From Istream. Vector will be normalised upon construction. More... | |
| 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 &) |
Container with cells to refine. Refinement given as single direction.
Definition at line 56 of file refineCell.H.
| refineCell | ( | ) |
Null.
Definition at line 31 of file refineCell.C.
| refineCell | ( | const label | celli, |
| const vector & | direction | ||
| ) |
From components. Vector will be normalised upon construction.
Definition at line 38 of file refineCell.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::mag().

| refineCell | ( | Istream & | is | ) |
From Istream. Vector will be normalised upon construction.
Definition at line 59 of file refineCell.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::mag().

|
inline |
Definition at line 82 of file refineCell.H.
Referenced by Foam::operator<<(), refinementIterator::setRefinement(), and edgeVertex::updateLabels().

Definition at line 87 of file refineCell.H.
Referenced by Foam::operator<<(), refinementIterator::setRefinement(), and edgeVertex::updateLabels().

|
friend |
Definition at line 95 of file refineCell.H.
|
friend |
Definition at line 104 of file refineCell.H.
|
friend |