Go to the source code of this file.
◆ validParams< PointValueAtXFEMInterface >()
Definition at line 24 of file PointValueAtXFEMInterface.C.
26 InputParameters params = validParams<GeneralUserObject>();
27 params.addRequiredParam<VariableName>(
28 "variable",
"The name of the variable that this UserObject operates on");
29 params.addParam<UserObjectName>(
30 "geometric_cut_userobject",
31 "Name of GeometricCutUserObject that provides the points to this UserObject.");
32 params.addRequiredParam<VariableName>(
33 "level_set_var",
"The name of level set variable used to represent the interface");
34 params.addClassDescription(
"Obtain field values and gradients on the interface.");