![]() |
v0.15.0 |
#include "users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp"
Public Member Functions | |
| OpMassLhs_dM_dx (const std::string field_name, const std::string col_field, BlockData &data, CommonData &common_data) | |
| 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 245 of file ConvectiveMassElement.hpp.
| ConvectiveMassElement::OpMassLhs_dM_dx::OpMassLhs_dM_dx | ( | const std::string | field_name, |
| const std::string | col_field, | ||
| BlockData & | data, | ||
| CommonData & | common_data | ||
| ) |
Definition at line 613 of file ConvectiveMassElement.cpp.
|
virtual |
Reimplemented from ConvectiveMassElement::OpMassLhs_dM_dv.
Definition at line 618 of file ConvectiveMassElement.cpp.