24 #ifndef GRINS_MESH_ADAPTIVITY_OPTIONS_H
25 #define GRINS_MESH_ADAPTIVITY_OPTIONS_H
31 #include "libmesh/libmesh.h"
103 void parse_options(
const GetPot& input,
const std::string& section);
128 #endif // GRINS_MESH_ADAPTIVITY_OPTIONS_H
unsigned int _node_level_mismatch_limit
libMesh::Real coarsen_fraction() const
const std::string & refinement_strategy() const
unsigned int nelem_target() const
libMesh::Real _coarsen_fraction
libMesh::Real _absolute_global_tolerance
std::string _refinement_strategy
bool coarsen_by_parents() const
void parse_new_style(const GetPot &input)
unsigned int _max_h_level
std::string _error_plot_prefix
unsigned int edge_level_mismatch_limit() const
libMesh::Real _coarsen_threshold
unsigned int _nelem_target
bool plot_cell_errors() const
void parse_options(const GetPot &input, const std::string §ion)
libMesh::Real absolute_global_tolerance() const
unsigned int face_level_mismatch_limit() const
unsigned int _face_level_mismatch_limit
unsigned int _edge_level_mismatch_limit
unsigned int _max_refinement_steps
bool is_mesh_adaptive() const
libMesh::Real coarsen_threshold() const
libMesh::Real refine_fraction() const
void parse_old_style(const GetPot &input)
bool is_old_style(const GetPot &input) const
Container for mesh adaptivity options.
unsigned int max_h_level() const
libMesh::Real _refine_fraction
bool enforce_mismatch_limit_prior_to_refinement() const
unsigned int node_level_mismatch_limit() const
void check_dup_input_style(const GetPot &input) const
bool _enforce_mismatch_limit_prior_to_refinement
const std::string & error_plot_prefix() const
unsigned int max_refinement_steps() const
MeshAdaptivityOptions(const GetPot &input)