v0.14.0 |
#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>
Public Member Functions | |
OpVelocityLhs_dV_dv (const std::string vel_field, const std::string field_name, BlockData &data, CommonData &common_data) | |
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 317 of file ConvectiveMassElement.hpp.
ConvectiveMassElement::OpVelocityLhs_dV_dv::OpVelocityLhs_dV_dv | ( | const std::string | vel_field, |
const std::string | field_name, | ||
BlockData & | data, | ||
CommonData & | common_data | ||
) |
Definition at line 1059 of file ConvectiveMassElement.cpp.
|
virtual |
Reimplemented from ConvectiveMassElement::OpMassLhs_dM_dv.
Reimplemented in ConvectiveMassElement::OpVelocityLhs_dV_dX, and ConvectiveMassElement::OpVelocityLhs_dV_dx.
Definition at line 1064 of file ConvectiveMassElement.cpp.