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

operator to calculate temperature at Gauss pts More...

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

Inheritance diagram for ThermalElement::OpGetTetTemperatureAtGaussPts:
[legend]
Collaboration diagram for ThermalElement::OpGetTetTemperatureAtGaussPts:
[legend]

Public Member Functions

 OpGetTetTemperatureAtGaussPts (const std::string field_name, CommonData &common_data)
 
- Public Member Functions inherited from ThermalElement::OpGetFieldAtGaussPts< MoFEM::VolumeElementForcesAndSourcesCore >
 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...
 

Additional Inherited Members

- Public Attributes inherited from ThermalElement::OpGetFieldAtGaussPts< MoFEM::VolumeElementForcesAndSourcesCore >
VectorDouble & fieldAtGaussPts
 

Detailed Description

operator to calculate temperature at Gauss pts

Definition at line 227 of file ThermalElement.hpp.

Constructor & Destructor Documentation

◆ OpGetTetTemperatureAtGaussPts()

ThermalElement::OpGetTetTemperatureAtGaussPts::OpGetTetTemperatureAtGaussPts ( const std::string  field_name,
CommonData common_data 
)
inline

Definition at line 229 of file ThermalElement.hpp.

231  : OpGetFieldAtGaussPts<MoFEM::VolumeElementForcesAndSourcesCore>(
232  field_name, common_data.temperatureAtGaussPts) {}

The documentation for this struct was generated from the following file:
field_name
constexpr auto field_name
Definition: poisson_2d_homogeneous.cpp:13