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

#include <TetrahedronHyperelasticityFEMForceField.h>

data structure stored for each edge More...

Detailed Description

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

data structure stored for each edge

Public Attributes

Matrix3 DfDx
 store the stiffness edge matrix More...
 

Public Member Functions

 EdgeInformation ()=default
 

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

Constructor details

◆ EdgeInformation()

template<class DataTypes >
sofa::component::solidmechanics::fem::hyperelastic::TetrahedronHyperelasticityFEMForceField< DataTypes >::EdgeInformation::EdgeInformation ( )
default

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.