include/meltpooldg/cut/cut_data.hpp Source File
|
Developer Documentation
|
cut_data.hpp
Go to the documentation of this file.
Collection of parameters for the stabilization of cutFEM and cutDG applications.
Definition cut_data.hpp:48
void add_parameters(dealii::ParameterHandler &prm)
Add cut-related stabilization parameters in the parameter handler.
Definition cut_data.cpp:35
number nitsche_parameter
Nitsche stabilization parameter.
Definition cut_data.hpp:50
GhostPenaltyData< number > ghost_penalty
Parameters for ghost-penalty stabilization.
Definition cut_data.hpp:53
Collection of parameters for the ghost-penalty stabilization of cutFEM and cutDG applications.
Definition cut_data.hpp:13
number gamma_A_degree_1
Ghost-penalty parameter for penalization of jumps in the normal gradients on the ghost-faces.
Definition cut_data.hpp:29
number gamma_A_degree_0
Ghost-penalty parameter for penalization of jumps in the values on the ghost-faces.
Definition cut_data.hpp:27
void add_parameters(dealii::ParameterHandler &prm)
Add ghost-penalty parameters in the parameter handler.
Definition cut_data.cpp:7
number gamma_M_degree_0
Ghost-penalty parameter for penalization of jumps in the values on the ghost-faces.
Definition cut_data.hpp:17
number gamma_M_degree_1
Ghost-penalty parameter for penalization of jumps in the normal gradients on the ghost-faces.
Definition cut_data.hpp:19
Generated by