![]() |
v0.16.0 |
#include "users_modules/cell_engineering/src/CellForces.hpp"
Public Member Functions | |
| CommonData () | |
| MoFEMErrorCode | getParameters () |
Public Attributes | |
| MatrixDouble | forceAtGaussPts |
| VectorDouble | forcePotentialAtGaussPoints |
| MatrixDouble | gradForceAtGaussPtrs |
| boost::shared_ptr< VectorDouble > | dispX |
| boost::shared_ptr< VectorDouble > | dispY |
| VectorDouble | dispAtGaussPts |
| Values at integration Pts. | |
| VectorDouble | locF |
| Local element rhs vector. | |
| MatrixDouble | locA |
| Local element matrix. | |
| MatrixDouble | transLocA |
| Mat | globA |
| Global matrix. | |
| Vec | globF |
| double | lAmbda |
Common data structure used to pass data between operators
Definition at line 21 of file CellForces.hpp.
|
inline |
Definition at line 30 of file CellForces.hpp.
|
inline |
Definition at line 172 of file DispMap.hpp.
| VectorDouble CellEngineering::CommonData::dispAtGaussPts |
Values at integration Pts.
Definition at line 164 of file DispMap.hpp.
| boost::shared_ptr<VectorDouble> CellEngineering::CommonData::dispX |
Definition at line 27 of file CellForces.hpp.
| boost::shared_ptr<VectorDouble> CellEngineering::CommonData::dispY |
Definition at line 28 of file CellForces.hpp.
| MatrixDouble CellEngineering::CommonData::forceAtGaussPts |
Definition at line 23 of file CellForces.hpp.
| VectorDouble CellEngineering::CommonData::forcePotentialAtGaussPoints |
Definition at line 24 of file CellForces.hpp.
| Mat CellEngineering::CommonData::globA |
Global matrix.
Definition at line 168 of file DispMap.hpp.
| Vec CellEngineering::CommonData::globF |
Definition at line 169 of file DispMap.hpp.
| MatrixDouble CellEngineering::CommonData::gradForceAtGaussPtrs |
Definition at line 25 of file CellForces.hpp.
| double CellEngineering::CommonData::lAmbda |
Definition at line 170 of file DispMap.hpp.
| MatrixDouble CellEngineering::CommonData::locA |
Local element matrix.
Definition at line 166 of file DispMap.hpp.
| VectorDouble CellEngineering::CommonData::locF |
Local element rhs vector.
Definition at line 165 of file DispMap.hpp.
| MatrixDouble CellEngineering::CommonData::transLocA |
Definition at line 167 of file DispMap.hpp.