![]() |
v0.15.4 |
Assemble G *. More...
#include "tutorials/cor-7_elasticity_mixed_formulation/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 214 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 221 of file ElasticityMixedFormulation.hpp.
|
inline |
Definition at line 228 of file ElasticityMixedFormulation.hpp.
| DataAtIntegrationPts& OpAssembleG::commonData |
Definition at line 217 of file ElasticityMixedFormulation.hpp.
| BlockData& OpAssembleG::dAta |
Definition at line 219 of file ElasticityMixedFormulation.hpp.
| MatrixDouble OpAssembleG::locG |
Definition at line 218 of file ElasticityMixedFormulation.hpp.