Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
13 template <ComputeStage compute_stage>
20 "Nodal boundary condition base class with preset solution vector values.");
23 params.
set<
bool>(
"preset") =
true;
29 template <ComputeStage compute_stage>
33 mooseDeprecated(
"Inherit from ADDirichletBCBase with preset = true instead of ADPresetNodalBC");
static InputParameters validParams()
defineADLegacyParams(ADPresetNodalBC)
Base class for automatic differentiation nodal BCs that (pre)set the solution vector entries.
static InputParameters validParams()
ADPresetNodalBC(const InputParameters ¶meters)
Base class for automatic differentiation Dirichlet BCs.
void mooseDeprecated(Args &&... args) const