<?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 usin MKL_DSS_REFINEMENT_OFF DSS in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827993#M5295</link>
    <description>hi,&lt;DIV&gt;i am using DSS in a c program. I am new in using DSS, i want to know what is the command using which i can setMKL_DSS_REFINEMENT_OFF&lt;/DIV&gt;</description>
    <pubDate>Tue, 07 Sep 2010 18:43:13 GMT</pubDate>
    <dc:creator>array123</dc:creator>
    <dc:date>2010-09-07T18:43:13Z</dc:date>
    <item>
      <title>usin MKL_DSS_REFINEMENT_OFF DSS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827993#M5295</link>
      <description>hi,&lt;DIV&gt;i am using DSS in a c program. I am new in using DSS, i want to know what is the command using which i can setMKL_DSS_REFINEMENT_OFF&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Sep 2010 18:43:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827993#M5295</guid>
      <dc:creator>array123</dc:creator>
      <dc:date>2010-09-07T18:43:13Z</dc:date>
    </item>
    <item>
      <title>usin MKL_DSS_REFINEMENT_OFF DSS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827994#M5296</link>
      <description>&lt;DIV id="_mcePaste"&gt;Hi,&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;In order to switch-off iterative refinement in DSS, please addMKL_DSS_REFINEMENT_OFF constant to the opt parameter before calling dss_solve_rela or dss_solve_complex routine.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;opt = MKL_DSS_REFINEMENT_OFF;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;error = dss_solve_real( handle, opt, rhs, nRhs, solValues );&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;opt = MKL_DSS_DEFAULTS; // this is needed if you use opt variable later in the code for other dss calls&lt;/DIV&gt;&lt;DIV&gt;Best regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Sep 2010 08:21:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827994#M5296</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2010-09-08T08:21:16Z</dc:date>
    </item>
    <item>
      <title>usin MKL_DSS_REFINEMENT_OFF DSS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827995#M5297</link>
      <description>hi,&lt;DIV&gt;thanks for reply.&lt;/DIV&gt;&lt;DIV&gt;I am getting one problem, in order to solve equation of Ax=B type i am using DSS which is running fine. But when compared with Gauss Siedel method for same thing then results does not match.&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Sep 2010 12:06:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827995#M5297</guid>
      <dc:creator>array123</dc:creator>
      <dc:date>2010-09-08T12:06:48Z</dc:date>
    </item>
    <item>
      <title>usin MKL_DSS_REFINEMENT_OFF DSS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827996#M5298</link>
      <description>Hi , with which accuracy this result does not match?</description>
      <pubDate>Wed, 08 Sep 2010 13:55:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827996#M5298</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-09-08T13:55:55Z</dc:date>
    </item>
    <item>
      <title>usin MKL_DSS_REFINEMENT_OFF DSS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827997#M5299</link>
      <description>hi,&lt;DIV&gt;i plotted the results along a line in the given domain. I got an error of 10% when compared with results obtained from gauss siedel solver.&lt;/DIV&gt;&lt;DIV&gt;I also wanted to know one more thing, if in a given coefficient 'A' (of Ax=b) i want to apply Neumann boundary condition at one end Then what necessary changes should i make in my coefficient matrix.&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Sep 2010 06:31:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827997#M5299</guid>
      <dc:creator>array123</dc:creator>
      <dc:date>2010-09-09T06:31:13Z</dc:date>
    </item>
    <item>
      <title>usin MKL_DSS_REFINEMENT_OFF DSS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827998#M5300</link>
      <description>Hi,&lt;DIV&gt;If you have zero Neumann boundary condition then nothing change both initial matrix and rhs, if non zero Neumann boundary condition only right hand side change (This is true if you construct you matrix using FEM, FVM or some method like it, in other case we need to see initial differential equation and way of descritization to answer your question.).&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Sep 2010 04:27:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/usin-MKL-DSS-REFINEMENT-OFF-DSS/m-p/827998#M5300</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-09-10T04:27:29Z</dc:date>
    </item>
  </channel>
</rss>

