Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
XtrStrumpack.c File Reference

Interface to STRUMPACK direct solvers. More...

#include <time.h>
#include "fasp.h"
#include "fasp_functs.h"

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...
 

Detailed Description

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.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file XtrStrumpack.c.

Function Documentation

◆ fasp_solver_strumpack()

INT fasp_solver_strumpack ( dCSRmat ptrA,
dvector b,
dvector u,
const SHORT  prtlvl 
)

Solve Au=b by UMFpack.

Parameters
ptrAPointer to a dCSRmat matrix
bPointer to the dvector of right-hand side term
uPointer to the dvector of solution
prtlvlOutput level
Author
Chensong Zhang
Date
10/03/2022

Definition at line 41 of file XtrStrumpack.c.