![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Interface to STRUMPACK direct solvers. More...
Go to the source code of this file.
Functions | |
INT | fasp_solver_strumpack (dCSRmat *ptrA, dvector *b, dvector *u, const SHORT prtlvl) |
Solve Au=b by UMFpack. More... | |
Interface to STRUMPACK direct solvers.
Reference for STRUMPACK: https://portal.nersc.gov/project/sparse/strumpack/
Copyright (C) 2022–Present by the FASP team. All rights reserved.
Definition in file XtrStrumpack.c.
Solve Au=b by UMFpack.
ptrA | Pointer to a dCSRmat matrix |
b | Pointer to the dvector of right-hand side term |
u | Pointer to the dvector of solution |
prtlvl | Output level |
Definition at line 41 of file XtrStrumpack.c.