SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::component::solidmechanics::tensormass::TetrahedralTensorMassForceField< DataTypes >::EdgeRestInformation Class Reference

#include <TetrahedralTensorMassForceField.h>

Public Attributes

sofa::type::Mat< 3, 3, RealDfDx
 
float vertices [2]
 the edge stiffness matrix More...
 

Public Member Functions

 EdgeRestInformation ()
 

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

◆ vertices

template<class DataTypes >
float sofa::component::solidmechanics::tensormass::TetrahedralTensorMassForceField< DataTypes >::EdgeRestInformation::vertices[2]

the edge stiffness matrix

Constructor details

◆ EdgeRestInformation()

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

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.