DPsim
|
Public Member Functions | |
~KLUAdapter () override | |
Destructor. | |
KLUAdapter () | |
Constructor. | |
KLUAdapter (CPS::Logger::Log log) | |
Constructor with logging. | |
void | preprocessing (SparseMatrix &systemMatrix, std::vector< std::pair< UInt, UInt >> &listVariableSystemMatrixEntries) override |
preprocessing function pre-ordering and scaling the matrix | |
void | factorize (SparseMatrix &systemMatrix) override |
factorization function with partial pivoting | |
void | refactorize (SparseMatrix &systemMatrix) override |
refactorization without partial pivoting | |
void | partialRefactorize (SparseMatrix &systemMatrix, std::vector< std::pair< UInt, UInt >> &listVariableSystemMatrixEntries) override |
partial refactorization withouth partial pivoting | |
Matrix | solve (Matrix &rightSideVector) override |
solution function for a right hand side | |
Public Member Functions inherited from DPsim::DirectLinearSolver | |
DirectLinearSolver ()=default | |
Constructor. | |
virtual | ~DirectLinearSolver ()=default |
Destructor. | |
DirectLinearSolver (const DirectLinearSolver &)=default | |
Copy Constructor. | |
DirectLinearSolver & | operator= (const DirectLinearSolver &)=default |
Copy Assignment Operator. | |
DirectLinearSolver (DirectLinearSolver &&)=default | |
Move Constructor. | |
DirectLinearSolver & | operator= (DirectLinearSolver &&)=default |
Move Assignment Operator. | |
DirectLinearSolver (CPS::Logger::Log log) | |
Constructor with Logger. | |
virtual void | setConfiguration (DirectLinearSolverConfiguration &configuration) |
Protected Member Functions | |
void | printMatrixMarket (SparseMatrix &systemMatrix, int counter) const |
Function to print matrix in MatrixMarket's coo format. | |
void | applyConfiguration () override |
Apply configuration. | |
Additional Inherited Members | |
Protected Attributes inherited from DPsim::DirectLinearSolver | |
CPS::Logger::Log | mSLog |
Stores logger of solver class. | |
DirectLinearSolverConfiguration | mConfiguration |
Object that carries configuration options. | |
Definition at line 28 of file KLUAdapter.h.