v0.14.0 |
#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>
Public Member Functions | |
OpEshelbyDynamicMaterialMomentumLhs_dv (const std::string vel_field, const std::string field_name, BlockData &data, CommonData &common_data, Range *forcesonlyonentities_ptr) | |
virtual MoFEMErrorCode | getJac (EntitiesFieldData::EntData &col_data, int gg) |
Public Member Functions inherited from ConvectiveMassElement::OpMassLhs_dM_dv | |
OpMassLhs_dM_dv (const std::string vel_field, const std::string field_name, BlockData &data, CommonData &common_data, Range *forcesonlyonentities_ptr=NULL) | |
MoFEMErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Additional Inherited Members | |
Public Attributes inherited from ConvectiveMassElement::OpMassLhs_dM_dv | |
BlockData & | dAta |
CommonData & | commonData |
Range | forcesOnlyOnEntities |
MatrixDouble | k |
MatrixDouble | jac |
Definition at line 389 of file ConvectiveMassElement.hpp.
ConvectiveMassElement::OpEshelbyDynamicMaterialMomentumLhs_dv::OpEshelbyDynamicMaterialMomentumLhs_dv | ( | const std::string | vel_field, |
const std::string | field_name, | ||
BlockData & | data, | ||
CommonData & | common_data, | ||
Range * | forcesonlyonentities_ptr | ||
) |
Definition at line 1535 of file ConvectiveMassElement.cpp.
|
virtual |
Reimplemented from ConvectiveMassElement::OpMassLhs_dM_dv.
Reimplemented in ConvectiveMassElement::OpEshelbyDynamicMaterialMomentumLhs_dX, and ConvectiveMassElement::OpEshelbyDynamicMaterialMomentumLhs_dx.
Definition at line 1544 of file ConvectiveMassElement.cpp.