1 #ifndef __PARAMETERS_MESH_ADAPTATION_H__ 2 #define __PARAMETERS_MESH_ADAPTATION_H__ 4 #include <deal.II/base/parameter_handler.h> 18 anisotropic_adaptation
int total_mesh_adaptation_cycles
Total/maximum number of mesh adaptation cycles while solving a problem.
Files for the baseline physics.
double hp_smoothness_tolerance
Tolerance to decide between h- or p-refinement.
void parse_parameters(dealii::ParameterHandler &prm)
Parse parameters.
MeshAdaptationType mesh_adaptation_type
Selection of mesh adaptation type.
MeshAdaptationType
Choices for mesh adaptation to be used.
double norm_Lp_anisotropic_adaptation
Lp norm w.r.t. which the optimization is performed in the continuous mesh framework.
Parameters for Mesh Adaptation.
double h_coarsen_fraction
Fraction of cells to be h-coarsened.
bool use_goal_oriented_mesh_adaptation
Flag to use goal oriented mesh adaptation.
double mesh_complexity_anisotropic_adaptation
Continuous equivalent of number of vertices/elements. Used in anisotropic mesh adaptation.
double refine_fraction
Fraction of cells to be h or p-refined.
static void declare_parameters(dealii::ParameterHandler &prm)
Declare parameters.