SOFA plugin: MultiThreading  master
Open source framework for multi-physics simuation
multithreading::component::linearsolver::iterative Namespace Reference

Classes

class  ParallelCGLinearSolver
 
class  ParallelCompressedRowSparseMatrixMechanical
 

Functions

void registerParallelCGLinearSolver (sofa::core::ObjectFactory *factory)
 

Variables

template class SOFA_MULTITHREADING_PLUGIN_API ParallelCompressedRowSparseMatrixMechanical< SReal >
 
const bool isParallelCGLinearSolverImplementationRegistered
 

Function Documentation

◆ registerParallelCGLinearSolver()

void multithreading::component::linearsolver::iterative::registerParallelCGLinearSolver ( sofa::core::ObjectFactory factory)

Variable Documentation

◆ isParallelCGLinearSolverImplementationRegistered

const bool multithreading::component::linearsolver::iterative::isParallelCGLinearSolverImplementationRegistered
Initial value:
=
ParallelImplementationsRegistry::addEquivalentImplementations("CGLinearSolver", "ParallelCGLinearSolver")

◆ ParallelCompressedRowSparseMatrixMechanical< SReal >