15 #include "libmesh/node_range.h" 37 const std::set<TagID> & tags);
42 virtual void pre()
override;
void join(const ComputeNodalKernelJacobiansThread &)
virtual void onNode(ConstNodeRange::const_iterator &node_it) override
ComputeNodalKernelJacobiansThread(FEProblemBase &fe_problem, NonlinearSystemBase &nl, MooseObjectTagWarehouse< NodalKernelBase > &nodal_kernels, const std::set< TagID > &tags)
NonlinearSystemBase & _nl
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
MooseObjectWarehouse< NodalKernelBase > * _nkernel_warehouse
Nonlinear system to be solved.
FEProblemBase & _fe_problem
void printGeneralExecutionInformation() const override
Print information about the loop, mostly order of execution of objects.
Base class for creating new types of nodal kernels.
vec_type::const_iterator const_iterator
AuxiliarySystem & _aux_sys
const std::set< TagID > & _tags
MooseObjectTagWarehouse< NodalKernelBase > & _nodal_kernels
virtual void pre() override
Called before the node range loop.
A system that holds auxiliary variables.
unsigned int _num_cached
Number of contributions cached up.