29 const std::set<MooseVariableFieldBase *> & variables,
30 const BoundaryName & boundary_name);
const AuxiliarySystem & _aux_sys
The auxiliary system to whom we'll delegate the boundary variable dependency integrity check...
BoundaryElemIntegrityCheckThread(FEProblemBase &fe_problem, const TheWarehouse::Query &query)
void join(const BoundaryElemIntegrityCheckThread &)
QueryCache is a convenient way to construct and pass around (possible partially constructed) warehous...
const TheWarehouse::Query & _query
A warehouse query that we will use to obtain user objects for boundary variable dependency integrity ...
void operator()(const ConstBndElemRange &range)
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
A class for storing MooseObjects based on execution flag.
const ExecuteMooseObjectWarehouse< AuxKernel > & _elem_aux
Elemental auxiliary kernels acting on standard field variables.
Every object that can be built by the factory should be derived from this class.
void boundaryIntegrityCheckError(const MooseObject &object, const std::set< MooseVariableFieldBase *> &variables, const BoundaryName &boundary_name)
Compose boundary restricted error message for the provided object, variables, and boundary_name if th...
A storage container for MooseObjects that inherit from SetupInterface.
FEProblemBase & _fe_problem
the finite element (or volume) problem
const ExecuteMooseObjectWarehouse< VectorAuxKernel > & _elem_vec_aux
Elemental auxiliary kernels acting on vector field variables.
const ExecuteMooseObjectWarehouse< ArrayAuxKernel > & _elem_array_aux
Elemental auxiliary kernels acting on array field variables.
Base class for deriving any boundary condition of a integrated type.
A system that holds auxiliary variables.