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

quadrature point data More...

#include <RadialAverage.h>

Public Member Functions

 QPData ()
 
 QPData (const Point &q_point, dof_id_type elem_id, short qp, Real volume, Real value)
 

Public Attributes

Point _q_point
 physical coordinates of the quadrature point More...
 
dof_id_type _elem_id
 element id More...
 
short _qp
 index of the quadrature point More...
 
Real _volume
 current value * _JxW More...
 
Real _value
 variable value More...
 

Detailed Description

quadrature point data

Definition at line 49 of file RadialAverage.h.

Constructor & Destructor Documentation

◆ QPData() [1/2]

RadialAverage::QPData::QPData ( )
inline

Definition at line 62 of file RadialAverage.h.

Real _volume
current value * _JxW
Definition: RadialAverage.h:58
const unsigned int invalid_uint
Real _value
variable value
Definition: RadialAverage.h:60
short _qp
index of the quadrature point
Definition: RadialAverage.h:56
Point _q_point
physical coordinates of the quadrature point
Definition: RadialAverage.h:52
dof_id_type _elem_id
element id
Definition: RadialAverage.h:54

◆ QPData() [2/2]

RadialAverage::QPData::QPData ( const Point &  q_point,
dof_id_type  elem_id,
short  qp,
Real  volume,
Real  value 
)
inline

Definition at line 63 of file RadialAverage.h.

64  : _q_point(q_point), _elem_id(elem_id), _qp(qp), _volume(volume), _value(value)
65  {
66  }
Real _volume
current value * _JxW
Definition: RadialAverage.h:58
Real _value
variable value
Definition: RadialAverage.h:60
short _qp
index of the quadrature point
Definition: RadialAverage.h:56
Point _q_point
physical coordinates of the quadrature point
Definition: RadialAverage.h:52
dof_id_type _elem_id
element id
Definition: RadialAverage.h:54

Member Data Documentation

◆ _elem_id

dof_id_type RadialAverage::QPData::_elem_id

element id

Definition at line 54 of file RadialAverage.h.

Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().

◆ _q_point

Point RadialAverage::QPData::_q_point

physical coordinates of the quadrature point

Definition at line 52 of file RadialAverage.h.

Referenced by PointListAdaptor< Point >::getPoint(), and TIMPI::StandardType< RadialAverage::QPData >::StandardType().

◆ _qp

short RadialAverage::QPData::_qp

index of the quadrature point

Definition at line 56 of file RadialAverage.h.

Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().

◆ _value

Real RadialAverage::QPData::_value

variable value

Definition at line 60 of file RadialAverage.h.

Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().

◆ _volume

Real RadialAverage::QPData::_volume

current value * _JxW

Definition at line 58 of file RadialAverage.h.

Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().


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