25 _node_ids(getParam<
std::vector<dof_id_type>>(
"nodes"))
29 for (
const auto & var : coupled_vars)
AuxNodalScalarKernel(const InputParameters ¶meters)
std::vector< dof_id_type > _node_ids
List of node IDs.
static InputParameters validParams()
virtual void compute() override
Evaluate the kernel.
Base class for making kernels that work on auxiliary scalar variables.
static InputParameters validParams()
virtual void compute()
Evaluate the kernel.
Interface for objects that needs coupling capabilities.
const std::vector< MooseVariableFieldBase * > & getCoupledMooseVars() const
Get the list of all coupled variables.
void addMooseVariableDependency(MooseVariableFieldBase *var)
Call this function to add the passed in MooseVariableFieldBase as a variable that this object depends...
virtual void reinitNodes(const std::vector< dof_id_type > &nodes, const THREAD_ID tid)=0