25 #ifndef GRINS_ERROR_ESTIMATOR_OPTIONS_H
26 #define GRINS_ERROR_ESTIMATOR_OPTIONS_H
81 #endif // GRINS_ERROR_ESTIMATOR_OPTIONS_H
void parse_new_style(const GetPot &input)
void check_dup_input_style(const GetPot &input) const
const std::string & estimator_type() const
bool estimator_requires_adjoint() const
ErrorEstimatorOptions(const GetPot &input)
bool is_old_style(const GetPot &input) const
unsigned char n_adjoint_p_refinements() const
bool _compute_qoi_error_estimate
unsigned char _n_adjoint_p_refinements
std::string _estimator_type
unsigned char n_adjoint_h_refinements() const
unsigned char _n_adjoint_h_refinements
Container for ErrorEstimator options.
void parse_old_style(const GetPot &input)
bool compute_qoi_error_estimate() const