https://mooseframework.inl.gov
Loading...
Searching...
No Matches
BoundaryNodeIntegrityCheckThread.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// MOOSE includes
13#include "MooseMesh.h"
14#include "ThreadedNodeLoop.h"
15#include "TheWarehouse.h"
16#include "AuxKernel.h"
17
18class AuxiliarySystem;
19template <typename>
21template <typename>
23
A system that holds auxiliary variables.
const ExecuteMooseObjectWarehouse< AuxKernel > & _nodal_aux
Nodal auxiliary kernels acting on standard field variables.
virtual void onNode(ConstBndNodeRange::const_iterator &node_it) override
const ExecuteMooseObjectWarehouse< ArrayAuxKernel > & _nodal_array_aux
Nodal auxiliary kernels acting on array field variables.
void join(const BoundaryNodeIntegrityCheckThread &)
const TheWarehouse::Query & _query
A warehouse query that we will use to obtain user objects for boundary variable dependency integrity ...
const ExecuteMooseObjectWarehouse< VectorAuxKernel > & _nodal_vec_aux
Nodal auxiliary kernels acting on vector field variables.
const AuxiliarySystem & _aux_sys
The auxiliary system to whom we'll delegate the boundary variable dependency integrity check.
A class for storing MooseObjects based on execution flag.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
A storage container for MooseObjects that inherit from SetupInterface.
QueryCache is a convenient way to construct and pass around (possible partially constructed) warehous...
vec_type::const_iterator const_iterator
query_obj query