<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic FGMRES preconditioner applied to? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100939#M23886</link>
    <description>&lt;P&gt;I am using the MKL's preconditioned FGMRES solver and I am trying to understand what exactly is the vector that FGMRES is asking to apply the preconditioner to. From the reference for the solver, Saad's Iterative methods for sparse linear systems, the left-preconditioned GMRES iteration (I'm assuming that FGMRES does left-preconditioning, please correct me if I'm wrong) involves computing at each step M^-1 A v_j. &amp;nbsp;That is, FGMRES first asks to compute the matrix vector product A v_j, and then I would assume that FGMRES would ask to apply the preconditioner on that result, i.e. compute M^-1 A v_j. Only, when I compute the squared 2 norm of the vectors involved, I get that the vector on which FGMRES asks to apply the preconditioner (which I would assume to be A v_j) always has a unit norm, regardless of the norm of A v_j. What is this unit norm vector that FGMRES is asking the user to apply the preconditioner to?&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 06:59:35 GMT</pubDate>
    <dc:creator>simon932</dc:creator>
    <dc:date>2017-05-08T06:59:35Z</dc:date>
    <item>
      <title>FGMRES preconditioner applied to?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100939#M23886</link>
      <description>&lt;P&gt;I am using the MKL's preconditioned FGMRES solver and I am trying to understand what exactly is the vector that FGMRES is asking to apply the preconditioner to. From the reference for the solver, Saad's Iterative methods for sparse linear systems, the left-preconditioned GMRES iteration (I'm assuming that FGMRES does left-preconditioning, please correct me if I'm wrong) involves computing at each step M^-1 A v_j. &amp;nbsp;That is, FGMRES first asks to compute the matrix vector product A v_j, and then I would assume that FGMRES would ask to apply the preconditioner on that result, i.e. compute M^-1 A v_j. Only, when I compute the squared 2 norm of the vectors involved, I get that the vector on which FGMRES asks to apply the preconditioner (which I would assume to be A v_j) always has a unit norm, regardless of the norm of A v_j. What is this unit norm vector that FGMRES is asking the user to apply the preconditioner to?&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 06:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100939#M23886</guid>
      <dc:creator>simon932</dc:creator>
      <dc:date>2017-05-08T06:59:35Z</dc:date>
    </item>
    <item>
      <title>Bump, I'm not an expert in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100940#M23887</link>
      <description>&lt;P&gt;Bump, I'm not an expert in iterative methods, just a user seeking more information, hopefully this question does not expose a gross misunderstanding of mine about the GMRES algorithm.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 20:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100940#M23887</guid>
      <dc:creator>simon932</dc:creator>
      <dc:date>2017-05-09T20:34:11Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100941#M23888</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;MKL uses flexible GMRES which&amp;nbsp;allows the preconditioner to vary from step to step. In the FGMRES, preconditioner will be changed at each step, and according to Saad's doc, the flexible seems do changes bases on right precondition that t&lt;SPAN style="font-size: 13.008px;"&gt;he action of AM^−1 j on a vector v&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;do not in the span of Vm+1&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;MKL provides Incomplete LU factorization for preconditioners, you could use ILU0 &amp;amp; ILUT to apply it for FGMRES solver, please refer this document for detailed implement steps:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/521725"&gt;https://software.intel.com/en-us/node/521725&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="http://www.hpc.ut.ee/dokumendid/ips_xe_2015/composerxe/Documentation/en_US/mkl/mklman/GUID-A9A97100-09F8-46ED-A055-3DB4EF10DE0B.htm"&gt;http://www.hpc.ut.ee/dokumendid/ips_xe_2015/composerxe/Documentation/en_US/mkl/mklman/GUID-A9A97100-09F8-46ED-A055-3DB4EF10DE0B.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 07:07:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100941#M23888</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-05-10T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Thank you Fiona, I had</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100942#M23889</link>
      <description>&lt;P&gt;Thank you Fiona, I had somehow missed the fact that F in FGMRES stands for Flexible, and it does say so in the documentation, my bad! Nevertheless I appreciate you clarifying this for me!&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 20:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FGMRES-preconditioner-applied-to/m-p/1100942#M23889</guid>
      <dc:creator>simon932</dc:creator>
      <dc:date>2017-05-10T20:33:04Z</dc:date>
    </item>
  </channel>
</rss>

