44 #ifndef gradingDescriptor_H 45 #define gradingDescriptor_H 58 class gradingDescriptor;
59 class gradingDescriptors;
60 Istream&
operator>>(Istream&, gradingDescriptor&);
61 Ostream&
operator<<(Ostream&,
const gradingDescriptor&);
71 scalar blockFraction_;
73 scalar expansionRatio_;
114 return blockFraction_;
119 return nDivFraction_;
124 return expansionRatio_;
scalar blockFraction() const
bool operator==(const gradingDescriptor &) const
gradingDescriptor inv() const
Return the inverse gradingDescriptor with 1/expansionRatio.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
scalar nDivFraction() const
gradingDescriptor()
Default constructor.
Istream & operator>>(Istream &, directionInfo &)
Handles the specification for grading within a section of a block.
~gradingDescriptor()
Destructor.
bool operator!=(const gradingDescriptor &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
friend Istream & operator>>(Istream &, gradingDescriptor &)
scalar expansionRatio() const
Ostream & operator<<(Ostream &, const ensightPart &)
List of gradingDescriptor for the sections of a block with additional IO functionality.
friend Ostream & operator<<(Ostream &, const gradingDescriptor &)