v0.14.0 |
this calass is to control time stepping More...
#include <users_modules/basic_finite_elements/src/ThermalElement.hpp>
Public Member Functions | |
UpdateAndControl (MoFEM::Interface &m_field, const std::string temp_name, const std::string rate_name) | |
MoFEMErrorCode | preProcess () |
MoFEMErrorCode | postProcess () |
Public Attributes | |
MoFEM::Interface & | mField |
const std::string | tempName |
const std::string | rateName |
this calass is to control time stepping
It is used to save data for temperature rate vector to MoFEM field.
Definition at line 562 of file ThermalElement.hpp.
|
inline |
Definition at line 568 of file ThermalElement.hpp.
MoFEMErrorCode ThermalElement::UpdateAndControl::postProcess | ( | ) |
Definition at line 449 of file ThermalElement.cpp.
MoFEMErrorCode ThermalElement::UpdateAndControl::preProcess | ( | ) |
Definition at line 441 of file ThermalElement.cpp.
MoFEM::Interface& ThermalElement::UpdateAndControl::mField |
Definition at line 564 of file ThermalElement.hpp.
const std::string ThermalElement::UpdateAndControl::rateName |
Definition at line 566 of file ThermalElement.hpp.
const std::string ThermalElement::UpdateAndControl::tempName |
Definition at line 565 of file ThermalElement.hpp.