ErrorModel ========== ErrorModel is the abstract base class for computing the error estimate for a given discretization level. Below is the description of the abstract base class followed by the concrete classes. .. autoclass:: cfdverify.discretization.ErrorModel :members: .. autoclass:: cfdverify.discretization.EstimatedError :members: :show-inheritance: .. autoclass:: cfdverify.discretization.RelativeError :members: :show-inheritance: