v0.15.5
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Smoother::CommonData Struct Reference

#include "tools/src/Smoother.hpp"

Collaboration diagram for Smoother::CommonData:
[legend]

Public Member Functions

 CommonData ()
 

Public Attributes

boost::shared_ptr< MatrixDouble > matGradPtr
 
boost::shared_ptr< MatrixDouble > matFirstPiolaStressPtr
 
boost::shared_ptr< MatrixDouble > matTangentPtr
 
std::string spatialPositions
 
std::string meshPositions
 
std::vector< MatrixDouble > sTress
 

Detailed Description

Definition at line 205 of file Smoother.hpp.

Constructor & Destructor Documentation

◆ CommonData()

Smoother::CommonData::CommonData ( )
inline

Definition at line 213 of file Smoother.hpp.

214 : matGradPtr(new MatrixDouble()),
UBlasMatrix< double > MatrixDouble
Definition Types.hpp:77
boost::shared_ptr< MatrixDouble > matTangentPtr
Definition Smoother.hpp:208
boost::shared_ptr< MatrixDouble > matFirstPiolaStressPtr
Definition Smoother.hpp:207
boost::shared_ptr< MatrixDouble > matGradPtr
Definition Smoother.hpp:206

Member Data Documentation

◆ matFirstPiolaStressPtr

boost::shared_ptr<MatrixDouble> Smoother::CommonData::matFirstPiolaStressPtr

Definition at line 207 of file Smoother.hpp.

◆ matGradPtr

boost::shared_ptr<MatrixDouble> Smoother::CommonData::matGradPtr

Definition at line 206 of file Smoother.hpp.

◆ matTangentPtr

boost::shared_ptr<MatrixDouble> Smoother::CommonData::matTangentPtr

Definition at line 208 of file Smoother.hpp.

◆ meshPositions

std::string Smoother::CommonData::meshPositions

Definition at line 210 of file Smoother.hpp.

◆ spatialPositions

std::string Smoother::CommonData::spatialPositions

Definition at line 209 of file Smoother.hpp.

◆ sTress

std::vector<MatrixDouble> Smoother::CommonData::sTress

Definition at line 211 of file Smoother.hpp.


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