v0.14.0 |
#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>
Public Member Functions | |
OpMassLhs_dM_dv (const std::string vel_field, const std::string field_name, BlockData &data, CommonData &common_data, Range *forcesonlyonentities_ptr=NULL) | |
virtual MoFEMErrorCode | getJac (EntitiesFieldData::EntData &col_data, int gg) |
MoFEMErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Public Attributes | |
BlockData & | dAta |
CommonData & | commonData |
Range | forcesOnlyOnEntities |
MatrixDouble | k |
MatrixDouble | jac |
Definition at line 222 of file ConvectiveMassElement.hpp.
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 |
||
) |
Definition at line 439 of file ConvectiveMassElement.cpp.
MoFEMErrorCode ConvectiveMassElement::OpMassLhs_dM_dv::doWork | ( | int | row_side, |
int | col_side, | ||
EntityType | row_type, | ||
EntityType | col_type, | ||
EntitiesFieldData::EntData & | row_data, | ||
EntitiesFieldData::EntData & | col_data | ||
) |
Definition at line 521 of file ConvectiveMassElement.cpp.
|
virtual |
Reimplemented in ConvectiveMassElement::OpEshelbyDynamicMaterialMomentumLhs_dX, ConvectiveMassElement::OpEshelbyDynamicMaterialMomentumLhs_dx, ConvectiveMassElement::OpEshelbyDynamicMaterialMomentumLhs_dv, ConvectiveMassElement::OpVelocityLhs_dV_dX, ConvectiveMassElement::OpVelocityLhs_dV_dx, ConvectiveMassElement::OpVelocityLhs_dV_dv, ConvectiveMassElement::OpMassLhs_dM_dX, and ConvectiveMassElement::OpMassLhs_dM_dx.
Definition at line 452 of file ConvectiveMassElement.cpp.
CommonData& ConvectiveMassElement::OpMassLhs_dM_dv::commonData |
Definition at line 227 of file ConvectiveMassElement.hpp.
BlockData& ConvectiveMassElement::OpMassLhs_dM_dv::dAta |
Definition at line 226 of file ConvectiveMassElement.hpp.
Range ConvectiveMassElement::OpMassLhs_dM_dv::forcesOnlyOnEntities |
Definition at line 228 of file ConvectiveMassElement.hpp.
MatrixDouble ConvectiveMassElement::OpMassLhs_dM_dv::jac |
Definition at line 234 of file ConvectiveMassElement.hpp.
MatrixDouble ConvectiveMassElement::OpMassLhs_dM_dv::k |
Definition at line 234 of file ConvectiveMassElement.hpp.