- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I want to use pardiso to solve a poisson equation with neumann boundary condition.
for instance, Uxx=0 0<1, where partial(U)/parital(x)|x=0,1 equal to zero.
the matrix is just like this :
|1 -1 0 0 |
|-1 2 -1 0 |
|0 -1 2 -1 |
|0 0 -1 1 |
I know in MKL some possion pack can solve this problem. But I want to use paradiso because I intend to use it solve more complex problems.
Does anyone to point me out how to use paradiso to solve this singular problem?
for instance, Uxx=0 0
the matrix is just like this :
|1 -1 0 0 |
|-1 2 -1 0 |
|0 -1 2 -1 |
|0 0 -1 1 |
I know in MKL some possion pack can solve this problem. But I want to use paradiso because I intend to use it solve more complex problems.
Does anyone to point me out how to use paradiso to solve this singular problem?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PARDISO can only solve non-singular systems of linear equations. So PARDISO can not directly be used for solving rank-deficient problems.
All the best
Sergey

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page