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... | |
quadrature point data
Definition at line 49 of file RadialAverage.h.
|
inline |
Definition at line 62 of file RadialAverage.h.
|
inline |
Definition at line 63 of file RadialAverage.h.
| dof_id_type RadialAverage::QPData::_elem_id |
element id
Definition at line 54 of file RadialAverage.h.
Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().
| 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().
| short RadialAverage::QPData::_qp |
index of the quadrature point
Definition at line 56 of file RadialAverage.h.
Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().
| Real RadialAverage::QPData::_value |
variable value
Definition at line 60 of file RadialAverage.h.
Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().
| Real RadialAverage::QPData::_volume |
current value * _JxW
Definition at line 58 of file RadialAverage.h.
Referenced by TIMPI::StandardType< RadialAverage::QPData >::StandardType().
1.8.14