#include <FastTetrahedralCorotationalForceField.h>
data structure stored for each tetrahedron More...
data structure stored for each tetrahedron
Public Attributes | |
Coord | shapeVector [4] |
shape vector at the rest configuration More... | |
Real | restVolume |
rest volume More... | |
Coord | restEdgeVector [6] |
Mat3x3 | linearDfDxDiag [4] |
Mat3x3 | linearDfDx [6] |
Mat3x3 | rotation |
Mat3x3 | restRotation |
Real | edgeOrientation [6] |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TetrahedronRestInformation &) |
Output stream. More... | |
std::istream & | operator>> (std::istream &in, TetrahedronRestInformation &) |
Input stream. More... | |
Real sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::edgeOrientation[6] |
Mat3x3 sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::linearDfDx[6] |
Mat3x3 sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::linearDfDxDiag[4] |
Coord sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::restEdgeVector[6] |
Mat3x3 sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::restRotation |
Real sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::restVolume |
rest volume
Mat3x3 sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::rotation |
Coord sofa::component::solidmechanics::fem::elastic::FastTetrahedralCorotationalForceField< DataTypes >::TetrahedronRestInformation::shapeVector[4] |
shape vector at the rest configuration
|
friend |
Output stream.
|
friend |
Input stream.