![]() |
v0.14.0 |
Assemble mass matrix for elastic element TODO: CHANGE FORMULA *. More...
#include <users_modules/basic_finite_elements/src/HookeElement.hpp>
Public Member Functions | |
OpCalculateMassMatrix (const std::string row_field, const std::string col_field, BlockData &data, MassBlockData &mass_data, boost::shared_ptr< DataAtIntegrationPts > &common_data, bool symm=true) | |
PetscErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Public Attributes | |
MatrixDouble | locK |
MatrixDouble | translocK |
BlockData & | dAta |
MassBlockData & | massData |
boost::shared_ptr< DataAtIntegrationPts > | commonData |
Assemble mass matrix for elastic element TODO: CHANGE FORMULA *.
*
\[ {\bf{M}} = \int\limits_\Omega \]
Definition at line 212 of file HookeElement.hpp.
|
inline |
Definition at line 222 of file HookeElement.hpp.
|
inline |
Definition at line 231 of file HookeElement.hpp.
boost::shared_ptr<DataAtIntegrationPts> OpCalculateMassMatrix::commonData |
Definition at line 220 of file HookeElement.hpp.
BlockData& OpCalculateMassMatrix::dAta |
Definition at line 217 of file HookeElement.hpp.
MatrixDouble OpCalculateMassMatrix::locK |
Definition at line 215 of file HookeElement.hpp.
MassBlockData& OpCalculateMassMatrix::massData |
Definition at line 218 of file HookeElement.hpp.
MatrixDouble OpCalculateMassMatrix::translocK |
Definition at line 216 of file HookeElement.hpp.