#include <normalVector.hh>
Public Member Functions | |
virtual FaceNormalVectorRule * | clone () const |
virtual Z2 | operator() (const Cell3 &cell, uint k) const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Class for defining rules in which direction the normal vector should point for created faces from hexahedrons.
Normal vector is set outwards to this cell.
Definition at line 129 of file normalVector.hh.
|
inlinevirtual |
Definition at line 131 of file normalVector.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.