66#ifdef MOOSE_KOKKOS_ENABLED
77 void coupledCallback(
const std::string & var_name,
bool is_old)
const override;
Keeps track of stuff related to assembling.
Base class for auxiliary kernels.
MooseVariableFieldBase & getVariableHelper(const InputParameters ¶meters)
Get MooseVariable of base type from parameter.
std::set< UserObjectName > _depend_uo
Depend UserObjects.
std::set< std::string > _supplied_vars
SubProblem & _subproblem
Subproblem this kernel is part of.
void coupledCallback(const std::string &var_name, bool is_old) const override
A call-back function provided by the derived object for actions before coupling a variable with funct...
static InputParameters validParams()
const bool _check_boundary_restricted
Whether or not to check for repeated element sides on the sideset to which the auxkernel is restricte...
AuxiliarySystem & _aux_sys
void addPostprocessorDependencyHelper(const PostprocessorName &name) const override final
Helper for deriving classes to override to add dependencies when a Postprocessor is requested.
Assembly & _assembly
Assembly class.
const std::set< UserObjectName > & getDependObjects() const
SystemBase & _sys
System this kernel is part of.
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job.
const bool _bnd
true if the kernel is boundary kernel, false if it is interior kernels
virtual const std::set< std::string > & getSuppliedItems() override
Return a set containing the names of items owned by the object.
virtual const std::set< std::string > & getRequestedItems() override
Return a set containing the names of items requested by the object.
void addVectorPostprocessorDependencyHelper(const VectorPostprocessorName &name) const override final
Helper for deriving classes to override to add dependencies when a VectorPostprocessor is requested.
void addUserObjectDependencyHelper(const UserObjectBase &uo) const override final
Helper for deriving classes to override to add dependencies when a UserObject is requested.
const THREAD_ID _tid
Thread ID.
MooseVariableFieldBase & _var
Base MooseVariable.
MooseMesh & _mesh
Mesh this kernel is active on.
std::set< std::string > _depend_vars
Depend AuxKernelTempls.
A system that holds auxiliary variables.
An interface that restricts an object to subdomains via the 'blocks' input parameter.
/class BoundaryRestrictable /brief Provides functionality for limiting the object to certain boundary...
Interface for sorting dependent vectors of objects.
Interface for objects that need to use functions.
An interface for accessing Materials.
Interface for notifications that the mesh has changed.
const InputParameters & parameters() const
Get the parameters of the object.
const std::string & name() const
Get the name of the class.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
Every object that can be built by the factory should be derived from this class.
This class provides an interface for common operations on field variables of both FE and FV types wit...
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
Interface class for classes which interact with Postprocessors.
Interface for objects that need parallel consistent random numbers without patterns over the course o...
A class for creating restricted objects.
Generic class for solving transient nonlinear problems.
Base class for a system (of equations)
Interface for objects that needs transient capabilities.
Interface for objects that need to use UserObjects.