v0.14.0 |
Assemble G *. More...
#include <tutorials/cor-7/src/ElasticityMixedFormulation.hpp>
Public Member Functions | |
OpAssembleG (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 | locG |
BlockData & | dAta |
Assemble G *.
\[ {\bf{G}} = - \int\limits_\Omega {{{\bf{B}}^T}{\bf m}{{\bf{N}}_p}d\Omega } \]
Definition at line 215 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 222 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 229 of file ElasticityMixedFormulation.hpp.
DataAtIntegrationPts& OpAssembleG::commonData |
Definition at line 218 of file ElasticityMixedFormulation.hpp.
BlockData& OpAssembleG::dAta |
Definition at line 220 of file ElasticityMixedFormulation.hpp.
MatrixDouble OpAssembleG::locG |
Definition at line 219 of file ElasticityMixedFormulation.hpp.