- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
I'm using s_Helmholtz_2D routine to solve my Poisson equation. I specify Neumann boundary conditions for all boundaries and receive this warning:
MKL POISSON LIBRARY WARNING:
The problem is degenerate up to rounding errors! The approximate solution
that provides the minimal Euclidean norm of the solution will be computed...
Yes, I totally understand that and all works fine. So, is there a way do disable this warning? It's just spamming output of my utility.
I'm using s_Helmholtz_2D routine to solve my Poisson equation. I specify Neumann boundary conditions for all boundaries and receive this warning:
MKL POISSON LIBRARY WARNING:
The problem is degenerate up to rounding errors! The approximate solution
that provides the minimal Euclidean norm of the solution will be computed...
Yes, I totally understand that and all works fine. So, is there a way do disable this warning? It's just spamming output of my utility.
1 解決策
コピーされたリンク
4 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Try to set ipar[2]=0.
With best regards,
Alexander Kalinkin
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
It works! Thanks a lot!
And by the way: I wouldn't have asked such a simple question if there was convenient search on the reference, really.
And by the way: I wouldn't have asked such a simple question if there was convenient search on the reference, really.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You are welcome! :)
This parameter described in common parameters, chapter 13 "Partial differential equations support" of
Intel Math Kernel Library ReferenceManual.
With best regards,
Alexander Kalinkin
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The instructions given by Alexander Kalinkin are for C++ or a zero based language. For fortran you need to set ipar(3) =0.
