16#include "libmesh/stored_range.h"
26typedef StoredRange<std::set<const Elem *>::const_iterator,
const Elem *>
DistElemRange;
32 const std::set<TagID> & vector_tags,
33 const std::set<TagID> & matrix_tags,
42 virtual void pre()
override;
43 virtual void onElement(
const Elem * elem)
override;
45 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.
Moose::ComputeType _compute_type
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
const std::set< TagID > & _matrix_tags
NonlinearSystemBase & _nl
virtual void onElement(const Elem *elem) override
Assembly of the element (not including surface assembly)
void printBlockExecutionInformation() const override
Output the order of execution of objects within the current subdomain.
const std::set< TagID > & _vector_tags
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.
ComputeType
The type of nonlinear computation being performed.