v0.14.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. More... | |
VectorDouble | locF |
Local element rhs vector. More... | |
MatrixDouble | locA |
Local element matrix. More... | |
MatrixDouble | transLocA |
Mat | globA |
Global matrix. More... | |
Vec | globF |
MatrixDouble | invJac |
double | lAmbda |
Common data structure used to pass data between operators
Definition at line 31 of file CellForces.hpp.
|
inline |
Definition at line 40 of file CellForces.hpp.
|
inline |
Definition at line 184 of file DispMap.hpp.
VectorDouble CellEngineering::CommonData::dispAtGaussPts |
Values at integration Pts.
Definition at line 175 of file DispMap.hpp.
boost::shared_ptr<VectorDouble> CellEngineering::CommonData::dispX |
Definition at line 37 of file CellForces.hpp.
boost::shared_ptr<VectorDouble> CellEngineering::CommonData::dispY |
Definition at line 38 of file CellForces.hpp.
MatrixDouble CellEngineering::CommonData::forceAtGaussPts |
Definition at line 33 of file CellForces.hpp.
VectorDouble CellEngineering::CommonData::forcePotentialAtGaussPoints |
Definition at line 34 of file CellForces.hpp.
Mat CellEngineering::CommonData::globA |
Global matrix.
Definition at line 179 of file DispMap.hpp.
Vec CellEngineering::CommonData::globF |
Definition at line 180 of file DispMap.hpp.
MatrixDouble CellEngineering::CommonData::gradForceAtGaussPtrs |
Definition at line 35 of file CellForces.hpp.
MatrixDouble CellEngineering::CommonData::invJac |
Definition at line 181 of file DispMap.hpp.
double CellEngineering::CommonData::lAmbda |
Definition at line 182 of file DispMap.hpp.
MatrixDouble CellEngineering::CommonData::locA |
Local element matrix.
Definition at line 177 of file DispMap.hpp.
VectorDouble CellEngineering::CommonData::locF |
Local element rhs vector.
Definition at line 176 of file DispMap.hpp.
MatrixDouble CellEngineering::CommonData::transLocA |
Definition at line 178 of file DispMap.hpp.