https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
Moose::ElemQpArg Struct Reference

Argument for requesting functor evaluation at a quadrature point location in an element. More...

#include <MooseFunctorArguments.h>

Public Member Functions

libMesh::Point getPoint () const
 

Public Attributes

const libMesh::Elemelem
 The element. More...
 
unsigned int qp
 The quadrature point index. More...
 
const libMesh::QBaseqrule
 The quadrature rule. More...
 
libMesh::Point point
 The physical location of the quadrature point. More...
 

Detailed Description

Argument for requesting functor evaluation at a quadrature point location in an element.

Data in the argument:

Definition at line 257 of file MooseFunctorArguments.h.

Member Function Documentation

◆ getPoint()

libMesh::Point Moose::ElemQpArg::getPoint ( ) const
inline
Returns
The conceptual physical location of this data structure

Definition at line 274 of file MooseFunctorArguments.h.

274 { return point; }
libMesh::Point point
The physical location of the quadrature point.

Member Data Documentation

◆ elem

const libMesh::Elem* Moose::ElemQpArg::elem

◆ point

libMesh::Point Moose::ElemQpArg::point

The physical location of the quadrature point.

Definition at line 269 of file MooseFunctorArguments.h.

Referenced by MooseVariableFV< Real >::evaluate(), and getPoint().

◆ qp

unsigned int Moose::ElemQpArg::qp

◆ qrule

const libMesh::QBase* Moose::ElemQpArg::qrule

The documentation for this struct was generated from the following file: