Go to the documentation of this file.
16 template <ComputeStage compute_stage>
22 "Similar to ADDirichletBC except the value is applied before the solve begins. Deprecated: "
23 "use ADDirichletBC with preset = true instead.");
26 params.
set<
bool>(
"preset") =
true;
32 template <ComputeStage compute_stage>
36 mooseDeprecated(
"Use ADDirichletBC with preset = true instead of ADPresetBC");
Defines a boundary condition that (pre)sets the solution at the boundary to be a user specified value...
static InputParameters validParams()
registerADMooseObjectDeprecated("MooseApp", ADPresetBC, "06/30/2020 24:00")
static InputParameters validParams()
void mooseDeprecated(Args &&... args) const
Boundary condition of a Dirichlet type.
ADPresetBC(const InputParameters ¶meters)
defineADLegacyParams(ADPresetBC)