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

Classes

class  AMDOrderingMethod
 
class  BaseEigenOrderingMethod
 Ordering method implemented in the library Eigen. More...
 
class  COLAMDOrderingMethod
 
class  NaturalOrderingMethod
 
class  OrderingMethodAccessor
 

Functions

void registerAMDOrderingMethod (sofa::core::ObjectFactory *factory)
 
void registerCOLAMDOrderingMethod (sofa::core::ObjectFactory *factory)
 
void registerNaturalOrderingMethod (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 ()
 

Function Documentation

◆ getModuleName()

const char * sofa::component::linearsolver::ordering::getModuleName ( )

◆ getModuleVersion()

const char * sofa::component::linearsolver::ordering::getModuleVersion ( )

◆ init()

SOFA_COMPONENT_LINEARSOLVER_ORDERING_API void sofa::component::linearsolver::ordering::init ( )

◆ initExternalModule()

void sofa::component::linearsolver::ordering::initExternalModule ( )

◆ registerAMDOrderingMethod()

void sofa::component::linearsolver::ordering::registerAMDOrderingMethod ( sofa::core::ObjectFactory factory)

◆ registerCOLAMDOrderingMethod()

void sofa::component::linearsolver::ordering::registerCOLAMDOrderingMethod ( sofa::core::ObjectFactory factory)

◆ registerNaturalOrderingMethod()

void sofa::component::linearsolver::ordering::registerNaturalOrderingMethod ( sofa::core::ObjectFactory factory)

◆ registerObjects()

void sofa::component::linearsolver::ordering::registerObjects ( sofa::core::ObjectFactory factory)