v0.14.0
Public Attributes | List of all members
BoneRemodeling::CommonData Struct Reference

Data structure for storing global and local matrix K and vector f. More...

#include <users_modules/bone_remodelling/src/DensityMaps.hpp>

Collaboration diagram for BoneRemodeling::CommonData:
[legend]

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
 

Detailed Description

Data structure for storing global and local matrix K and vector f.

\[ Kq=\mathbf{f} \]

Definition at line 667 of file DensityMaps.hpp.

Member Data Documentation

◆ distanceGradient

boost::shared_ptr<MatrixDouble> BoneRemodeling::CommonData::distanceGradient

Definition at line 678 of file DensityMaps.hpp.

◆ distanceValue

boost::shared_ptr<VectorDouble> BoneRemodeling::CommonData::distanceValue

Definition at line 677 of file DensityMaps.hpp.

◆ globA

Mat BoneRemodeling::CommonData::globA

Global matrix.

Definition at line 674 of file DensityMaps.hpp.

◆ globF

Vec BoneRemodeling::CommonData::globF

Global vector.

Definition at line 675 of file DensityMaps.hpp.

◆ locA

MatrixDouble BoneRemodeling::CommonData::locA

Local element matrix.

Definition at line 671 of file DensityMaps.hpp.

◆ locF

VectorDouble BoneRemodeling::CommonData::locF

Local element rhs vector.

Definition at line 670 of file DensityMaps.hpp.

◆ rhoAtGaussPts

VectorDouble BoneRemodeling::CommonData::rhoAtGaussPts

Values of density at integration Pts.

Definition at line 669 of file DensityMaps.hpp.

◆ transLocA

MatrixDouble BoneRemodeling::CommonData::transLocA

Definition at line 672 of file DensityMaps.hpp.


The documentation for this struct was generated from the following file: