SOFA API  1c8b807d
Open source framework for multi-physics simuation
sofa::component::solidmechanics::tensormass Namespace Reference

Classes

class  TetrahedralTensorMassForceField
 
class  TriangularTensorMassForceField
 

Typedefs

typedef core::topology::BaseMeshTopology::Tetra Tetra
 
typedef core::topology::BaseMeshTopology::EdgesInTetrahedron EdgesInTetrahedron
 
typedef Tetra Tetrahedron
 
typedef core::topology::BaseMeshTopology::EdgesInTriangle EdgesInTriangle
 

Functions

void registerTetrahedralTensorMassForceField (sofa::core::ObjectFactory *factory)
 
void registerTriangularTensorMassForceField (sofa::core::ObjectFactory *factory)
 
SOFA_EXPORT_DYNAMIC_LIBRARY void initExternalModule ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleName ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleVersion ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY void registerObjects (sofa::core::ObjectFactory *factory)
 
void init ()
 

Variables

template class SOFA_COMPONENT_SOLIDMECHANICS_TENSORMASS_API TetrahedralTensorMassForceField< Vec3Types >
 
template class SOFA_COMPONENT_SOLIDMECHANICS_TENSORMASS_API TriangularTensorMassForceField< Vec3Types >
 

Typedef Documentation

◆ EdgesInTetrahedron

◆ EdgesInTriangle

◆ Tetra

◆ Tetrahedron

Function Documentation

◆ getModuleName()

const char * sofa::component::solidmechanics::tensormass::getModuleName ( )

◆ getModuleVersion()

const char * sofa::component::solidmechanics::tensormass::getModuleVersion ( )

◆ init()

SOFA_COMPONENT_SOLIDMECHANICS_TENSORMASS_API void sofa::component::solidmechanics::tensormass::init ( )

◆ initExternalModule()

void sofa::component::solidmechanics::tensormass::initExternalModule ( )

◆ registerObjects()

void sofa::component::solidmechanics::tensormass::registerObjects ( sofa::core::ObjectFactory factory)

◆ registerTetrahedralTensorMassForceField()

void sofa::component::solidmechanics::tensormass::registerTetrahedralTensorMassForceField ( sofa::core::ObjectFactory factory)

◆ registerTriangularTensorMassForceField()

void sofa::component::solidmechanics::tensormass::registerTriangularTensorMassForceField ( sofa::core::ObjectFactory factory)

Variable Documentation

◆ TetrahedralTensorMassForceField< Vec3Types >

template class SOFA_COMPONENT_SOLIDMECHANICS_TENSORMASS_API sofa::component::solidmechanics::tensormass::TetrahedralTensorMassForceField< Vec3Types >

◆ TriangularTensorMassForceField< Vec3Types >

template class SOFA_COMPONENT_SOLIDMECHANICS_TENSORMASS_API sofa::component::solidmechanics::tensormass::TriangularTensorMassForceField< Vec3Types >