v0.14.0 |
Data structure for storing global and local matrix K and vector f. More...
#include <users_modules/bone_remodelling/src/DensityMaps.hpp>
Public Attributes | |
VectorDouble | rhoAtGaussPts |
Values of density 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 |
Global vector. More... | |
boost::shared_ptr< VectorDouble > | distanceValue |
boost::shared_ptr< MatrixDouble > | distanceGradient |
Data structure for storing global and local matrix K and vector f.
\[ Kq=\mathbf{f} \]
Definition at line 667 of file DensityMaps.hpp.
boost::shared_ptr<MatrixDouble> BoneRemodeling::CommonData::distanceGradient |
Definition at line 678 of file DensityMaps.hpp.
boost::shared_ptr<VectorDouble> BoneRemodeling::CommonData::distanceValue |
Definition at line 677 of file DensityMaps.hpp.
Mat BoneRemodeling::CommonData::globA |
Global matrix.
Definition at line 674 of file DensityMaps.hpp.
Vec BoneRemodeling::CommonData::globF |
Global vector.
Definition at line 675 of file DensityMaps.hpp.
MatrixDouble BoneRemodeling::CommonData::locA |
Local element matrix.
Definition at line 671 of file DensityMaps.hpp.
VectorDouble BoneRemodeling::CommonData::locF |
Local element rhs vector.
Definition at line 670 of file DensityMaps.hpp.
VectorDouble BoneRemodeling::CommonData::rhoAtGaussPts |
Values of density at integration Pts.
Definition at line 669 of file DensityMaps.hpp.
MatrixDouble BoneRemodeling::CommonData::transLocA |
Definition at line 672 of file DensityMaps.hpp.