https://mooseframework.inl.gov
ComputeInitialConditionThread.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "MooseTypes.h"
13 
14 // libmesh
15 #include "libmesh/elem_range.h"
16 #include "libmesh/threads.h"
17 
18 class FEProblemBase;
19 
21 {
22 public:
24  // Splitting Constructor
26 
27  void operator()(const libMesh::ConstElemRange & range);
28  void join(const ComputeInitialConditionThread & /*y*/);
29 
30 protected:
33 
36 };
void printGeneralExecutionInformation() const
Print information about the loop, mostly order of execution of objects.
ComputeInitialConditionThread(FEProblemBase &fe_problem)
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
tbb::split split
void operator()(const libMesh::ConstElemRange &range)
void join(const ComputeInitialConditionThread &)
unsigned int THREAD_ID
Definition: MooseTypes.h:209