https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MooseFunctorForward.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 <tuple>
13
14namespace libMesh
15{
16class Elem;
17class QBase;
18}
19
20namespace Moose
21{
22struct ElemArg;
23struct FaceArg;
24struct ElemQpArg;
25struct ElemSideQpArg;
26struct StateArg;
27template <typename T>
28class FunctorBase;
29class FunctorEnvelopeBase;
30template <typename T>
31class FunctorEnvelope;
32template <typename T>
34template <typename T>
35class ConstantFunctor;
36template <typename T>
37class NullFunctor;
38}
Class template for creating constant functors.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
A functor that serves as a placeholder during the simulation setup phase if a functor consumer reques...
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...