Go to the source code of this file.
Classes | |
class | MooseObjectTagWarehouse< T > |
A storage container for MooseObjects that inherit from SetupInterface. More... | |
class | ExecuteMooseObjectWarehouse< T > |
A class for storing MooseObjects based on execution flag. More... | |
class | BoundaryElemIntegrityCheckThread |
Functions | |
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 the variables container is non-empty. More... | |
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 the variables container is non-empty.
Definition at line 135 of file BoundaryElemIntegrityCheckThread.C.
Referenced by FEProblemBase::initialSetup(), BoundaryNodeIntegrityCheckThread::onNode(), and BoundaryElemIntegrityCheckThread::operator()().