v0.14.0 |
Set fields DOT_. More...
#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>
Public Member Functions | |
UpdateAndControl (MoFEM::Interface &m_field, TS _ts, const std::string velocity_field, const std::string spatial_position_field) | |
MoFEMErrorCode | preProcess () |
Scatter values from t_u_dt on the fields. More... | |
MoFEMErrorCode | postProcess () |
Public Attributes | |
MoFEM::Interface & | mField |
TS | tS |
const std::string | velocityField |
const std::string | spatialPositionField |
int | jacobianLag |
Set fields DOT_.
Definition at line 434 of file ConvectiveMassElement.hpp.
ConvectiveMassElement::UpdateAndControl::UpdateAndControl | ( | MoFEM::Interface & | m_field, |
TS | _ts, | ||
const std::string | velocity_field, | ||
const std::string | spatial_position_field | ||
) |
Definition at line 1716 of file ConvectiveMassElement.cpp.
MoFEMErrorCode ConvectiveMassElement::UpdateAndControl::postProcess | ( | ) |
Definition at line 1752 of file ConvectiveMassElement.cpp.
MoFEMErrorCode ConvectiveMassElement::UpdateAndControl::preProcess | ( | ) |
Scatter values from t_u_dt on the fields.
Definition at line 1722 of file ConvectiveMassElement.cpp.
int ConvectiveMassElement::UpdateAndControl::jacobianLag |
Definition at line 441 of file ConvectiveMassElement.hpp.
MoFEM::Interface& ConvectiveMassElement::UpdateAndControl::mField |
Definition at line 436 of file ConvectiveMassElement.hpp.
const std::string ConvectiveMassElement::UpdateAndControl::spatialPositionField |
Definition at line 439 of file ConvectiveMassElement.hpp.
TS ConvectiveMassElement::UpdateAndControl::tS |
Definition at line 437 of file ConvectiveMassElement.hpp.
const std::string ConvectiveMassElement::UpdateAndControl::velocityField |
Definition at line 438 of file ConvectiveMassElement.hpp.