v0.14.0
Public Member Functions | Public Attributes | List of all members
ThermalElement::CommonData Struct Reference

common data used by volume elements More...

#include <users_modules/basic_finite_elements/src/ThermalElement.hpp>

Collaboration diagram for ThermalElement::CommonData:
[legend]

Public Member Functions

ublas::matrix_row< MatrixDouble > getGradAtGaussPts (const int gg)
 

Public Attributes

VectorDouble temperatureAtGaussPts
 
VectorDouble temperatureRateAtGaussPts
 
MatrixDouble gradAtGaussPts
 

Detailed Description

common data used by volume elements

Definition at line 144 of file ThermalElement.hpp.

Member Function Documentation

◆ getGradAtGaussPts()

ublas::matrix_row<MatrixDouble> ThermalElement::CommonData::getGradAtGaussPts ( const int  gg)
inline

Definition at line 148 of file ThermalElement.hpp.

148  {
149  return ublas::matrix_row<MatrixDouble>(gradAtGaussPts, gg);
150  }

Member Data Documentation

◆ gradAtGaussPts

MatrixDouble ThermalElement::CommonData::gradAtGaussPts

Definition at line 147 of file ThermalElement.hpp.

◆ temperatureAtGaussPts

VectorDouble ThermalElement::CommonData::temperatureAtGaussPts

Definition at line 145 of file ThermalElement.hpp.

◆ temperatureRateAtGaussPts

VectorDouble ThermalElement::CommonData::temperatureRateAtGaussPts

Definition at line 146 of file ThermalElement.hpp.


The documentation for this struct was generated from the following file:
ThermalElement::CommonData::gradAtGaussPts
MatrixDouble gradAtGaussPts
Definition: ThermalElement.hpp:147