SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData Struct Reference

#include <MatrixLinearSolver.h>

Public Attributes

bool needInvert
 
Matrix * systemMatrix
 
Vector * systemRHVector
 
Vector * systemLHVector
 
core::MultiVecDerivId solutionVecId
 
core::behavior::DefaultMultiMatrixAccessor matrixAccessor
 

Public Member Functions

 LinearSystemData ()
 
 ~LinearSystemData ()
 

Attribute details

◆ matrixAccessor

template<class Matrix , class Vector >
core::behavior::DefaultMultiMatrixAccessor sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::matrixAccessor

◆ needInvert

template<class Matrix , class Vector >
bool sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::needInvert

◆ solutionVecId

template<class Matrix , class Vector >
core::MultiVecDerivId sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::solutionVecId

◆ systemLHVector

template<class Matrix , class Vector >
Vector* sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::systemLHVector

◆ systemMatrix

template<class Matrix , class Vector >
Matrix* sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::systemMatrix

◆ systemRHVector

template<class Matrix , class Vector >
Vector* sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::systemRHVector

Constructor details

◆ LinearSystemData()

template<class Matrix , class Vector >
sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::LinearSystemData ( )
inline

◆ ~LinearSystemData()

template<class Matrix , class Vector >
sofa::component::linearsolver::MatrixLinearSolver< Matrix, Vector, NoThreadManager >::LinearSystemData::~LinearSystemData ( )
inline