#include "Criteria/ByValue.h"
#include "StdCriterion.h"
#include "AMRSolverBase.h"
#include "Criteria/LimiterCriterion.h"
#include "F77Interfaces/F77FileOutput.h"
Go to the source code of this file.
Classes | |
class | F77ByValue< VectorType, FlagType, dim > |
Trivial flagging above or below a certain value for derived quantities using a transformation function in Fortran-77. More... | |
class | F77ScaledGradient< VectorType, FlagType, dim > |
Computes the scaled gradient for derived quantities using a transformation function in Fortran-77. More... | |
class | F77AbsoluteError< VectorType, Fixup, FlagType, dim > |
Computes the absolute error for derived quantities using a transformation function in Fortran-77. More... | |
class | F77LimiterType< VectorType, FlagType, dim > |
Computes a slope-limiter-like refinement criterion for derived quantities using a transformation function in Fortran-77. More... | |
class | F77RelativeError< VectorType, Fixup, FlagType, dim > |
Computes the relative error for derived quantities using a transformation function in Fortran-77. More... | |
class | F77MRPrediction< VectorType, FlagType, dim > |
Computes the MR prediction for derived quantities using a transformation function in Fortran-77. More... |