v0.14.0 |
operator to calculate temperature and rate of temperature at Gauss points More...
#include <users_modules/basic_finite_elements/src/ThermalElement.hpp>
Public Member Functions | |
OpGetFieldAtGaussPts (const std::string field_name, VectorDouble &field_at_gauss_pts) | |
MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
operator calculating temperature and rate of temperature More... | |
Public Attributes | |
VectorDouble & | fieldAtGaussPts |
operator to calculate temperature and rate of temperature at Gauss points
Definition at line 177 of file ThermalElement.hpp.
|
inline |
Definition at line 180 of file ThermalElement.hpp.
|
inline |
operator calculating temperature and rate of temperature
temperature temperature or rate of temperature is calculated multiplying shape functions by degrees of freedom
Definition at line 190 of file ThermalElement.hpp.
VectorDouble& ThermalElement::OpGetFieldAtGaussPts< OP >::fieldAtGaussPts |
Definition at line 179 of file ThermalElement.hpp.