v0.14.0 |
Assemble P *. More...
#include <tutorials/cor-7/src/ElasticityMixedFormulation.hpp>
Public Member Functions | |
OpAssembleP (DataAtIntegrationPts &common_data, BlockData &data) | |
PetscErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Public Attributes | |
DataAtIntegrationPts & | commonData |
MatrixDouble | locP |
MatrixDouble | translocP |
BlockData & | dAta |
Assemble P *.
\[ {\bf{P}} = - \int\limits_\Omega {{\bf{N}}_p^T\frac{1}{\lambda }{{\bf{N}}_p}d\Omega } \]
Definition at line 114 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 122 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 129 of file ElasticityMixedFormulation.hpp.
DataAtIntegrationPts& OpAssembleP::commonData |
Definition at line 117 of file ElasticityMixedFormulation.hpp.
BlockData& OpAssembleP::dAta |
Definition at line 120 of file ElasticityMixedFormulation.hpp.
MatrixDouble OpAssembleP::locP |
Definition at line 118 of file ElasticityMixedFormulation.hpp.
MatrixDouble OpAssembleP::translocP |
Definition at line 119 of file ElasticityMixedFormulation.hpp.