Loading [MathJax]/extensions/tex2jax.js
https://mooseframework.inl.gov
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions | Public Attributes | List of all members
Moose::ElemSideQpArg Struct Reference

Argument for requesting functor evaluation at quadrature point locations on an element side. More...

#include <MooseFunctorArguments.h>

Public Member Functions

Point getPoint () const
 

Public Attributes

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

Detailed Description

Argument for requesting functor evaluation at quadrature point locations on an element side.

Data in the argument:

Definition at line 89 of file MooseFunctorArguments.h.

Member Function Documentation

◆ getPoint()

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

Definition at line 109 of file MooseFunctorArguments.h.

109 { return point; }
Point point
The physical location of the quadrature point.

Member Data Documentation

◆ elem

const libMesh::Elem* Moose::ElemSideQpArg::elem

◆ point

Point Moose::ElemSideQpArg::point

The physical location of the quadrature point.

Definition at line 104 of file MooseFunctorArguments.h.

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

◆ qp

unsigned int Moose::ElemSideQpArg::qp

◆ qrule

const libMesh::QBase* Moose::ElemSideQpArg::qrule

◆ side

unsigned int Moose::ElemSideQpArg::side

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