Classes | |
class | MappingGeometricStiffnessForceField |
class | MechanicalMatrixMapper |
This component allows to map mechanical matrices (Stiffness, Mass) through a mapping. More... | |
Functions | |
SOFA_EXPORT_DYNAMIC_LIBRARY void | initExternalModule () |
const SOFA_EXPORT_DYNAMIC_LIBRARY char * | getModuleName () |
const SOFA_EXPORT_DYNAMIC_LIBRARY char * | getModuleVersion () |
void | init () |
template<class T > | |
void | copyKToEigenFormat (CompressedRowSparseMatrix< T > *K, Eigen::SparseMatrix< double, Eigen::ColMajor > &Keig) |
Variables | |
int | GeometricStiffnessForceFieldClass |
int | MechanicalMatrixMapperClass |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Rigid3Types, Rigid3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Vec3Types, Rigid3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Vec3Types, Vec3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Vec1Types, Rigid3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Vec1Types, Vec3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Vec1Types, Vec1Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API | MechanicalMatrixMapper< Rigid3Types, Vec1Types > |
void sofa::component::mapping::mappedmatrix::copyKToEigenFormat | ( | CompressedRowSparseMatrix< T > * | K, |
Eigen::SparseMatrix< double, Eigen::ColMajor > & | Keig | ||
) |
const char * sofa::component::mapping::mappedmatrix::getModuleName | ( | ) |
const char * sofa::component::mapping::mappedmatrix::getModuleVersion | ( | ) |
SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API void sofa::component::mapping::mappedmatrix::init | ( | ) |
void sofa::component::mapping::mappedmatrix::initExternalModule | ( | ) |
int sofa::component::mapping::mappedmatrix::GeometricStiffnessForceFieldClass |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Rigid3Types, Rigid3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Rigid3Types, Vec1Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Vec1Types, Rigid3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Vec1Types, Vec1Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Vec1Types, Vec3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Vec3Types, Rigid3Types > |
template class SOFA_COMPONENT_MAPPING_MAPPEDMATRIX_API sofa::component::mapping::mappedmatrix::MechanicalMatrixMapper< Vec3Types, Vec3Types > |
int sofa::component::mapping::mappedmatrix::MechanicalMatrixMapperClass |