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

operator to calculate temperature rate at Gauss pts More...

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

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

Public Member Functions

 OpGetTetRateAtGaussPts (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 rate at Gauss pts

Definition at line 249 of file ThermalElement.hpp.

Constructor & Destructor Documentation

◆ OpGetTetRateAtGaussPts()

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

Definition at line 251 of file ThermalElement.hpp.

253  : OpGetFieldAtGaussPts<MoFEM::VolumeElementForcesAndSourcesCore>(
254  field_name, common_data.temperatureRateAtGaussPts) {}

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