14 #include "libmesh/elem_range.h" 29 virtual void onElement(
const Elem * elem)
override;
33 const Elem * lower_d_elem =
nullptr)
override;
34 virtual void onInternalSide(
const Elem * elem,
unsigned int side)
override;
36 virtual void post()
override;
virtual void onBoundary(const Elem *elem, unsigned int side, BoundaryID bnd_id, const Elem *lower_d_elem=nullptr) override
Called when doing boundary assembling.
FEProblemBase & _fe_problem
Base class for assembly-like calculations.
virtual void onElement(const Elem *elem) override
Assembly of the element (not including surface assembly)
const MooseObjectWarehouse< Marker > & _marker_whs
Reference to the Marker warhouse in FEProblemBase.
void printGeneralExecutionInformation() const override
Print information about the loop.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
virtual void postElement(const Elem *) override
Called after the element assembly is done (including surface assembling)
virtual void onInternalSide(const Elem *elem, unsigned int side) override
Called when doing internal edge assembling.
virtual void subdomainChanged() override
Called every time the current subdomain changes (i.e.
virtual void post() override
Called after the element range loop.
AuxiliarySystem & _aux_sys
boundary_id_type BoundaryID
void printBlockExecutionInformation() const override
Print information about ordering of objects on each block.
ComputeMarkerThread(FEProblemBase &fe_problem)
void join(const ComputeMarkerThread &)
virtual ~ComputeMarkerThread()
A system that holds auxiliary variables.