<?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 1D Poisson example in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/1D-Poisson-example/m-p/857274#M7116</link>
    <description>Hi&lt;DIV&gt;If you want to get solution of 1D Poisson solver of size N and rhs with element f(k) you need to made next steps:&lt;/DIV&gt;&lt;DIV&gt;1. Set Nz = N, Nx and Ny any number greater or equal to 2.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. Set zero Neumann condition in both x and y dimension&lt;/DIV&gt;&lt;DIV&gt;3. Set rhs(i,j,k) = f(k)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In such case you get Nx*Ny solution of 1D Poisson equation (x(k) = solution(i,j,k) independently of i and j).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But I'm strongly recommend you to use LAPACK functionality to solve such equation&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Aug 2012 02:26:42 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2012-08-24T02:26:42Z</dc:date>
    <item>
      <title>1D Poisson example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/1D-Poisson-example/m-p/857273#M7115</link>
      <description>My question might be very trivial but I am looking for a quick solution. I need to solve 1D Poisson equation. I tried to use following examples: d_Poisson_2D_f.f90 and&amp;nbsp; d_Poisson_3D_f.f90 by simply reducing the mesh (nx=4, ny=1 and nx=4, ny=1, nz=1) in the examples but in both case it fails to converge by giving the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;d_Poisson_2D_f.f90 error:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;=======================================================================&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;The number of mesh intervals in x-direction is nx=6&lt;BR /&gt;&amp;nbsp;The number of mesh intervals in y-direction is ny=1&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;In the mesh point (0.167,0.000) the error between the computed and the true solution is equal to -0.272E+00&lt;BR /&gt;&amp;nbsp;In the mesh point (0.167,1.000) the error between the computed and the true solution is equal to&amp;nbsp; 0.272E+00&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;The computed solution seems to be inaccurate.&lt;BR /&gt;&amp;nbsp;Double precision 2D Poisson example FAILED to compute the solution...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and d_Poisson_3D_f.f90 error:&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------&lt;BR /&gt;MKL TRIG TRANSFORMS ERROR:&lt;BR /&gt;The dimension of the trigonometric transform 1 should be&lt;BR /&gt;an integer number greater or equal to 2.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;-------------------------------------------------------------------------------&lt;BR /&gt;MKL POISSON LIBRARY ERROR:&lt;BR /&gt;Fatal error: Trigonometric Transform commit step has failed to complete.&lt;BR /&gt;Error code = 1. Computations has been stopped...&lt;BR /&gt;&amp;nbsp;Double precision 3D Poisson example FAILED to compute the solution...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any quick resolution for it or is there a 1D Poisson fortran example out there?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2012 19:29:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/1D-Poisson-example/m-p/857273#M7115</guid>
      <dc:creator>pe_rasouliyahoo_com</dc:creator>
      <dc:date>2012-08-23T19:29:07Z</dc:date>
    </item>
    <item>
      <title>1D Poisson example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/1D-Poisson-example/m-p/857274#M7116</link>
      <description>Hi&lt;DIV&gt;If you want to get solution of 1D Poisson solver of size N and rhs with element f(k) you need to made next steps:&lt;/DIV&gt;&lt;DIV&gt;1. Set Nz = N, Nx and Ny any number greater or equal to 2.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. Set zero Neumann condition in both x and y dimension&lt;/DIV&gt;&lt;DIV&gt;3. Set rhs(i,j,k) = f(k)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In such case you get Nx*Ny solution of 1D Poisson equation (x(k) = solution(i,j,k) independently of i and j).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But I'm strongly recommend you to use LAPACK functionality to solve such equation&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Aug 2012 02:26:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/1D-Poisson-example/m-p/857274#M7116</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-08-24T02:26:42Z</dc:date>
    </item>
  </channel>
</rss>

