17#include "libmesh/elem_range.h"
18#include "libmesh/threads.h"
19#include "libmesh/system.h"
50 std::vector<std::unique_ptr<NumericVector<Number>>> & temporary_gradient);
59 using ElemInfoRange = StoredRange<MooseMesh::const_elem_info_iterator, const ElemInfo *>;
The gradient in a volume using Green Gauss theorem and a cell-centered finite-volume approximation ca...
const libMesh::System & _libmesh_system
Reference to the libmesh system.
FEProblemBase & _fe_problem
SystemBase & _system
The system wrapper this thread operates on.
const unsigned int _system_number
Global system number.
void operator()(const ElemInfoRange &range)
Operator which is used to execute the thread over a certain iterator range.
StoredRange< MooseMesh::const_elem_info_iterator, const ElemInfo * > ElemInfoRange
MooseLinearVariableFV< Real > * _current_var
Pointer to the current variable.
std::vector< std::unique_ptr< NumericVector< Number > > > & _temporary_gradient
Cache for the temporary gradient being built.
void join(const ComputeLinearFVGreenGaussGradientVolumeThread &y)
Join threads at the end of the execution.
const unsigned int _dim
The dimension of the domain.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
This class provides variable solution interface for linear finite volume problems.
Base class for a system (of equations)