v0.14.0
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  }

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:
MoFEM::Types::MatrixDouble
UBlasMatrix< double > MatrixDouble
Definition: Types.hpp:77
HookeInternalStressElement::DataAtIntegrationPts::internalStressMat
boost::shared_ptr< MatrixDouble > internalStressMat
Definition: HookeInternalStressElement.hpp:33
HookeInternalStressElement::DataAtIntegrationPts::deviatoricStressMat
boost::shared_ptr< MatrixDouble > deviatoricStressMat
Definition: HookeInternalStressElement.hpp:35
HookeInternalStressElement::DataAtIntegrationPts::spatPosMat
boost::shared_ptr< MatrixDouble > spatPosMat
Definition: HookeInternalStressElement.hpp:38
HookeInternalStressElement::DataAtIntegrationPts::hydrostaticStressMat
boost::shared_ptr< MatrixDouble > hydrostaticStressMat
Definition: HookeInternalStressElement.hpp:36
HookeInternalStressElement::DataAtIntegrationPts::actualStressMat
boost::shared_ptr< MatrixDouble > actualStressMat
Definition: HookeInternalStressElement.hpp:34
HookeInternalStressElement::DataAtIntegrationPts::meshNodePosMat
boost::shared_ptr< MatrixDouble > meshNodePosMat
Definition: HookeInternalStressElement.hpp:39