15#include "libmesh/stored_range.h"
25typedef StoredRange<std::set<const Elem *>::const_iterator,
const Elem *>
DistElemRange;
38 virtual void pre()
override;
39 virtual void onElement(
const Elem * elem)
override;
41 virtual void post()
override;
StoredRange< std::set< const Elem * >::const_iterator, const Elem * > DistElemRange
virtual void subdomainChanged() override
Called every time the current subdomain changes (i.e.
virtual void postElement(const Elem *) override
Called after the element assembly is done (including surface assembling)
virtual void pre() override
Called before the element range loop.
MooseObjectTagWarehouse< DiracKernelBase > & _dirac_kernels
Storage for DiracKernel objects.
virtual ~ComputeDiracThread()
void join(const ComputeDiracThread &)
virtual void post() override
Called after the element range loop.
MooseObjectWarehouse< DiracKernelBase > * _dirac_warehouse
NonlinearSystemBase & _nl
virtual void onElement(const Elem *elem) override
Assembly of the element (not including surface assembly)
const std::set< TagID > & _tags
void printBlockExecutionInformation() const override
Output the order of execution of objects within the current subdomain.
void printGeneralExecutionInformation() const override
Output a message indicating execution on this execution flag.
DiracKernelBase is the base class for all DiracKernel type classes.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
A storage container for MooseObjects that inherit from SetupInterface.
A storage container for MooseObjects that inherit from SetupInterface.
Nonlinear system to be solved.
Base class for assembly-like calculations.