v0.14.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HookeInternalStressElement::DataAtIntegrationPts Struct Reference

#include <users_modules/mortar_contact/src/HookeInternalStressElement.hpp>

Inheritance diagram for HookeInternalStressElement::DataAtIntegrationPts:
[legend]
Collaboration diagram for HookeInternalStressElement::DataAtIntegrationPts:
[legend]

Public Member Functions

 DataAtIntegrationPts ()
 

Public Attributes

boost::shared_ptr< MatrixDouble > internalStressMat
 
boost::shared_ptr< MatrixDouble > actualStressMat
 
boost::shared_ptr< MatrixDouble > deviatoricStressMat
 
boost::shared_ptr< MatrixDouble > hydrostaticStressMat
 
boost::shared_ptr< MatrixDouble > spatPosMat
 
boost::shared_ptr< MatrixDouble > meshNodePosMat
 

Detailed Description

Definition at line 31 of file HookeInternalStressElement.hpp.

Constructor & Destructor Documentation

◆ DataAtIntegrationPts()

HookeInternalStressElement::DataAtIntegrationPts::DataAtIntegrationPts ( )
inline
Examples
HookeInternalStressElement.hpp.

Definition at line 41 of file HookeInternalStressElement.hpp.

41 {
42
43 internalStressMat = boost::shared_ptr<MatrixDouble>(new MatrixDouble());
44 actualStressMat = boost::shared_ptr<MatrixDouble>(new MatrixDouble());
45 deviatoricStressMat = boost::shared_ptr<MatrixDouble>(new MatrixDouble());
47 boost::shared_ptr<MatrixDouble>(new MatrixDouble());
48
49 spatPosMat = boost::shared_ptr<MatrixDouble>(new MatrixDouble());
50 meshNodePosMat = boost::shared_ptr<MatrixDouble>(new MatrixDouble());
51 }
UBlasMatrix< double > MatrixDouble
Definition: Types.hpp:77

Member Data Documentation

◆ actualStressMat

boost::shared_ptr<MatrixDouble> HookeInternalStressElement::DataAtIntegrationPts::actualStressMat

◆ deviatoricStressMat

boost::shared_ptr<MatrixDouble> HookeInternalStressElement::DataAtIntegrationPts::deviatoricStressMat

◆ hydrostaticStressMat

boost::shared_ptr<MatrixDouble> HookeInternalStressElement::DataAtIntegrationPts::hydrostaticStressMat

◆ internalStressMat

boost::shared_ptr<MatrixDouble> HookeInternalStressElement::DataAtIntegrationPts::internalStressMat

◆ meshNodePosMat

boost::shared_ptr<MatrixDouble> HookeInternalStressElement::DataAtIntegrationPts::meshNodePosMat

◆ spatPosMat

boost::shared_ptr<MatrixDouble> HookeInternalStressElement::DataAtIntegrationPts::spatPosMat

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