Go to the documentation of this file.
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&);
gradingDescriptor inv() const
Return the inverse gradingDescriptor with 1/expansionRatio.
~gradingDescriptor()
Destructor.
List of gradingDescriptor for the sections of a block with additional IO functionality.
scalar expansionRatio() const
friend Ostream & operator<<(Ostream &, const gradingDescriptor &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
scalar blockFraction() const
Ostream & operator<<(Ostream &, const edgeMesh &)
bool operator!=(const gradingDescriptor &) const
gradingDescriptor()
Default constructor.
Handles the specification for grading within a section of a block.
bool operator==(const gradingDescriptor &) const
Istream & operator>>(Istream &, edgeMesh &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
scalar nDivFraction() const
friend Istream & operator>>(Istream &, gradingDescriptor &)