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