https://mooseframework.inl.gov
Loading...
Searching...
No Matches
BoundaryElemIntegrityCheckThread.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 "TheWarehouse.h"
15#include "AuxKernel.h"
16
17class AuxiliarySystem;
18template <typename>
20template <typename>
23
29 const std::set<MooseVariableFieldBase *> & variables,
30 const BoundaryName & boundary_name);
31
void boundaryIntegrityCheckError(const MooseObject &object, const std::set< MooseVariableFieldBase * > &variables, const BoundaryName &boundary_name)
Compose boundary restricted error message for the provided object, variables, and boundary_name if th...
A system that holds auxiliary variables.
const AuxiliarySystem & _aux_sys
The auxiliary system to whom we'll delegate the boundary variable dependency integrity check.
const TheWarehouse::Query & _query
A warehouse query that we will use to obtain user objects for boundary variable dependency integrity ...
FEProblemBase & _fe_problem
the finite element (or volume) problem
void operator()(const ConstBndElemRange &range)
const ExecuteMooseObjectWarehouse< AuxKernel > & _elem_aux
Elemental auxiliary kernels acting on standard field variables.
const ExecuteMooseObjectWarehouse< ArrayAuxKernel > & _elem_array_aux
Elemental auxiliary kernels acting on array field variables.
void join(const BoundaryElemIntegrityCheckThread &)
const ExecuteMooseObjectWarehouse< VectorAuxKernel > & _elem_vec_aux
Elemental auxiliary kernels acting on vector field variables.
A class for storing MooseObjects based on execution flag.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Base class for deriving any boundary condition of a integrated type.
A storage container for MooseObjects that inherit from SetupInterface.
Every object that can be built by the factory should be derived from this class.
Definition MooseObject.h:31
QueryCache is a convenient way to construct and pass around (possible partially constructed) warehous...
query_obj query