Muscat.LinAlg.MumpsSolver module

CheckIntegrity()[source]
class MumpsSolver[source]

Bases: object

MumpsSolver class to keep the mumps functionnality within Muscat, However this relies on the python-mumps package

DoAnalysisStep()[source]
DoFactorisationStep(reuse_analysis=False, ordering='auto')[source]
GetCNTL(index: int) float[source]
GetICNTL(index: int) int[source]

Get a ICNTL option

SetCNTL(index: int, var)[source]
SetICNTL(index: int, var: int)[source]

Set a ICNTL option

SetOp(matrix)[source]
Solve(rhs, sol)[source]