SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::component::solidmechanics::tensormass::TriangularTensorMassForceField< DataTypes >::EdgeRestInformation Class Reference

#include <TriangularTensorMassForceField.h>

Public Attributes

Mat3 DfDx
 

Public Member Functions

 EdgeRestInformation ()
 the edge stiffness matrix More...
 

Friends

std::ostream & operator<< (std::ostream &os, const EdgeRestInformation &)
 Output stream. More...
 
std::istream & operator>> (std::istream &in, EdgeRestInformation &)
 Input stream. More...
 

Attribute details

◆ DfDx

template<class DataTypes >
Mat3 sofa::component::solidmechanics::tensormass::TriangularTensorMassForceField< DataTypes >::EdgeRestInformation::DfDx

Constructor details

◆ EdgeRestInformation()

template<class DataTypes >
sofa::component::solidmechanics::tensormass::TriangularTensorMassForceField< DataTypes >::EdgeRestInformation::EdgeRestInformation ( )
inline

the edge stiffness matrix

Related details

◆ operator<<

template<class DataTypes >
std::ostream& operator<< ( std::ostream &  os,
const EdgeRestInformation  
)
friend

Output stream.

◆ operator>>

template<class DataTypes >
std::istream& operator>> ( std::istream &  in,
EdgeRestInformation  
)
friend

Input stream.