SOFA API  d5b6f761
Open source framework for multi-physics simuation
sofa::component::solidmechanics::fem::hyperelastic::StandardTetrahedralFEMForceField< DataTypes >::EdgeInformation Class Reference

#include <StandardTetrahedralFEMForceField.h>

data structure stored for each edge More...

Detailed Description

template<class DataTypes>
class sofa::component::solidmechanics::fem::hyperelastic::StandardTetrahedralFEMForceField< DataTypes >::EdgeInformation

data structure stored for each edge

Public Attributes

Matrix3 DfDx
 store the stiffness edge matrix More...
 
float vertices [2]
 

Public Member Functions

 EdgeInformation ()
 

Friends

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

Attribute details

◆ DfDx

store the stiffness edge matrix

◆ vertices

Constructor details

◆ EdgeInformation()

template<class DataTypes >
sofa::component::solidmechanics::fem::hyperelastic::StandardTetrahedralFEMForceField< DataTypes >::EdgeInformation::EdgeInformation ( )
inline

Related details

◆ operator<<

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

Output stream.

◆ operator>>

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

Input stream.