21template <
typename AuxKernelType>
50 unsigned int boundary_id,
const std::vector<std::shared_ptr<AuxKernelType>> & kernels)
const;
A system that holds auxiliary variables.
const MooseObjectWarehouse< AuxKernelType > & _storage
Storage object containing active AuxKernel objects.
FEProblemBase & _fe_problem
AuxiliarySystem & _aux_sys
std::set< SubdomainID > _boundaries_exec_printed
Keeps track of which boundaries the loop has reported execution on.
void join(const ComputeElemAuxBcsThread &)
void operator()(const ConstBndElemRange &range)
void printBoundaryExecutionInformation(unsigned int boundary_id, const std::vector< std::shared_ptr< AuxKernelType > > &kernels) const
Print list of specific objects executed and in which order.
void printGeneralExecutionInformation() const
Print list of object types executed and in which order.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
A storage container for MooseObjects that inherit from SetupInterface.