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

Interface to Intel MKL PARDISO 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_pardiso (dCSRmat *ptrA, dvector *b, dvector *u, const SHORT prtlvl)
 Solve Ax=b by PARDISO directly. More...
 

Detailed Description

Interface to Intel MKL PARDISO direct solvers.

Reference for Intel MKL PARDISO: https://software.intel.com/en-us/node/470282


Copyright (C) 2015–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 XtrPardiso.c.

Function Documentation

◆ fasp_solver_pardiso()

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

Solve Ax=b by PARDISO directly.

Parameters
ptrAPointer to a dCSRmat matrix
bPointer to the dvector of right-hand side term
uPointer to the dvector of solution
prtlvlOutput level
Author
Hongxuan Zhang
Date
11/28/2015
Note
Each row of A should be in ascending order w.r.t. column indices.

Definition at line 45 of file XtrPardiso.c.