#include <BoundaryElemIntegrityCheckThread.h>
| Public Member Functions | |
| BoundaryElemIntegrityCheckThread (FEProblemBase &fe_problem, const TheWarehouse::Query &query) | |
| BoundaryElemIntegrityCheckThread (BoundaryElemIntegrityCheckThread &x, Threads::split split) | |
| void | operator() (const ConstBndElemRange &range) | 
| void | join (const BoundaryElemIntegrityCheckThread &) | 
| Protected Attributes | |
| FEProblemBase & | _fe_problem | 
| the finite element (or volume) problem  More... | |
| const AuxiliarySystem & | _aux_sys | 
| The auxiliary system to whom we'll delegate the boundary variable dependency integrity check.  More... | |
| const ExecuteMooseObjectWarehouse< AuxKernel > & | _elem_aux | 
| Elemental auxiliary kernels acting on standard field variables.  More... | |
| const ExecuteMooseObjectWarehouse< VectorAuxKernel > & | _elem_vec_aux | 
| Elemental auxiliary kernels acting on vector field variables.  More... | |
| const ExecuteMooseObjectWarehouse< ArrayAuxKernel > & | _elem_array_aux | 
| Elemental auxiliary kernels acting on array field variables.  More... | |
| const TheWarehouse::Query & | _query | 
| A warehouse query that we will use to obtain user objects for boundary variable dependency integrity checks.  More... | |
Definition at line 32 of file BoundaryElemIntegrityCheckThread.h.
| BoundaryElemIntegrityCheckThread::BoundaryElemIntegrityCheckThread | ( | FEProblemBase & | fe_problem, | 
| const TheWarehouse::Query & | query | ||
| ) | 
Definition at line 26 of file BoundaryElemIntegrityCheckThread.C.
| BoundaryElemIntegrityCheckThread::BoundaryElemIntegrityCheckThread | ( | BoundaryElemIntegrityCheckThread & | x, | 
| Threads::split | split | ||
| ) | 
Definition at line 38 of file BoundaryElemIntegrityCheckThread.C.
| void BoundaryElemIntegrityCheckThread::join | ( | const BoundaryElemIntegrityCheckThread & | ) | 
Definition at line 130 of file BoundaryElemIntegrityCheckThread.C.
| void BoundaryElemIntegrityCheckThread::operator() | ( | const ConstBndElemRange & | range | ) | 
Definition at line 50 of file BoundaryElemIntegrityCheckThread.C.
| 
 | protected | 
The auxiliary system to whom we'll delegate the boundary variable dependency integrity check.
Definition at line 49 of file BoundaryElemIntegrityCheckThread.h.
| 
 | protected | 
Elemental auxiliary kernels acting on array field variables.
Definition at line 58 of file BoundaryElemIntegrityCheckThread.h.
Referenced by operator()().
| 
 | protected | 
Elemental auxiliary kernels acting on standard field variables.
Definition at line 52 of file BoundaryElemIntegrityCheckThread.h.
Referenced by operator()().
| 
 | protected | 
Elemental auxiliary kernels acting on vector field variables.
Definition at line 55 of file BoundaryElemIntegrityCheckThread.h.
Referenced by operator()().
| 
 | protected | 
the finite element (or volume) problem
Definition at line 46 of file BoundaryElemIntegrityCheckThread.h.
Referenced by operator()().
| 
 | protected | 
A warehouse query that we will use to obtain user objects for boundary variable dependency integrity checks.
Definition at line 62 of file BoundaryElemIntegrityCheckThread.h.
Referenced by operator()().
 1.8.14
 1.8.14