v0.14.0 |
Assemble K *. More...
#include <tutorials/cor-7/src/ElasticityMixedFormulation.hpp>
Public Member Functions | |
OpAssembleK (DataAtIntegrationPts &common_data, BlockData &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 |
FTensor::Tensor2< double, 3, 3 > | diffDiff |
DataAtIntegrationPts & | commonData |
BlockData & | dAta |
Assemble K *.
\[ {\bf{K}} = \int\limits_\Omega {{{\bf{B}}^T}{{\bf{D}}_d}{\bf{B}}d\Omega } \]
Definition at line 311 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 321 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 327 of file ElasticityMixedFormulation.hpp.
DataAtIntegrationPts& OpAssembleK::commonData |
Definition at line 318 of file ElasticityMixedFormulation.hpp.
BlockData& OpAssembleK::dAta |
Definition at line 319 of file ElasticityMixedFormulation.hpp.
FTensor::Tensor2<double, 3, 3> OpAssembleK::diffDiff |
Definition at line 316 of file ElasticityMixedFormulation.hpp.
MatrixDouble OpAssembleK::locK |
Definition at line 314 of file ElasticityMixedFormulation.hpp.
MatrixDouble OpAssembleK::translocK |
Definition at line 315 of file ElasticityMixedFormulation.hpp.