15#include "libmesh/node_range.h"
28 const std::set<TagID> & tags);
33 virtual void pre()
override;
35 virtual void onNode(ConstNodeRange::const_iterator & node_it)
override;
A system that holds auxiliary variables.
AuxiliarySystem & _aux_sys
void printGeneralExecutionInformation() const override
Print execution order of object types in the loop.
unsigned int _num_cached
Number of contributions cached up.
FEProblemBase & _fe_problem
const std::set< TagID > & _tags
MooseObjectWarehouse< NodalKernelBase > * _nkernel_warehouse
virtual void onNode(ConstNodeRange::const_iterator &node_it) override
virtual void pre() override
Called before the node range loop.
void join(const ComputeNodalKernelsThread &)
MooseObjectTagWarehouse< NodalKernelBase > & _nodal_kernels
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
A storage container for MooseObjects that inherit from SetupInterface.
A storage container for MooseObjects that inherit from SetupInterface.
Base class for creating new types of nodal kernels.