https://mooseframework.inl.gov
Classes | Namespaces | Functions
MooseFunctorArguments.h File Reference

Go to the source code of this file.

Classes

struct  Moose::ElemArg
 A structure that is used to evaluate Moose functors logically at an element/cell center. More...
 
struct  Moose::ElemPointArg
 A structure that is used to evaluate Moose functors at an arbitrary physical point contained within an element. More...
 
struct  Moose::ElemSideQpArg
 Argument for requesting functor evaluation at quadrature point locations on an element side. More...
 
struct  Moose::StateArg
 State argument for evaluating functors. More...
 
struct  Moose::FaceArg
 A structure defining a "face" evaluation calling argument for Moose functors. More...
 
struct  Moose::NodeArg
 
struct  Moose::ElemQpArg
 Argument for requesting functor evaluation at a quadrature point location in an element. More...
 

Namespaces

 Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 

Functions

StateArg Moose::currentState ()
 
StateArg Moose::oldState ()
 
StateArg Moose::previousNonlinearState ()