<?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 I notice that you posted this in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976257#M25052</link>
    <description>&lt;P&gt;I notice that you posted this at least&amp;nbsp;twice, probably to different forums.&lt;/P&gt;

&lt;P&gt;Unless you have a real issue relevant to the forums, please do not post here. We are a special resource for those very difficult technical issues having to do with Intel tools and products. If you abuse the forums now,&amp;nbsp;you may be ignored later even if you have a very relevant issue we can help you with.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2014 02:15:42 GMT</pubDate>
    <dc:creator>TaylorIoTKidd</dc:creator>
    <dc:date>2014-02-19T02:15:42Z</dc:date>
    <item>
      <title>Crank-Nicolsan scheme to solve heat equation in fortran programming</title>
      <link>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976254#M25049</link>
      <description>&lt;P&gt;I am trying to solve the 1d heat equation using crank-nicolson scheme. And for that i have used the thomas algorithm in the subroutine. Can you please check my subroutine too, did i missed some codes?? Im trying to connect the subroutine into main program and link it together to generate the value of u(n+1,j) and open the output and graphics into the matlab files.&lt;/P&gt;

&lt;P&gt;There were no complier errors. So after i complie and run the program, i got run-time error.&lt;BR /&gt;
	Run-time Error:&lt;BR /&gt;
	Error 112, Reference to undefined variable,array element or function result[/UNDEF]&lt;BR /&gt;
	&lt;BR /&gt;
	CRANK_NICOLSON ~THOMAS_ALGORITHM- in file crank_nicolsonf.95 at line :&amp;nbsp;q = a(j)/b(j-1)&lt;BR /&gt;
	&lt;BR /&gt;
	main - in file crank_nicolson.f95 at line : call thomas_algorithm(a,b,c,d,JI+1,u_new)&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 00:29:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976254#M25049</guid>
      <dc:creator>robin_g_</dc:creator>
      <dc:date>2014-02-05T00:29:59Z</dc:date>
    </item>
    <item>
      <title>The code posted compiles/runs</title>
      <link>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976255#M25050</link>
      <description>&lt;P&gt;The code posted compiles/runs correctly using the Intel Fortran compiler for Windows and Linux.&lt;/P&gt;

&lt;P&gt;The code posted does not match the error. I guess the error originates from matlab which I do not have so I could not produce the error. The code posted calls the thomas_algorithm() routine with the argument “JI” but the error shows when it was compiled/run and the error occurred that the call was made with the argument “JI+1”. The latter argument (JI+1) references beyond the end of the arrays in the “do j=2,JI” inside the thomas_algorithm() routine. It appears that may be what was detected.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 09:44:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976255#M25050</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-02-05T09:44:25Z</dc:date>
    </item>
    <item>
      <title>I have some tips for you! I</title>
      <link>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976256#M25051</link>
      <description>&lt;P&gt;I have some tips for you! I recomend that you initialize all your variables in order to avoid problems. I recomend that you initialize your arrays with 1 not zero.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 01:27:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976256#M25051</guid>
      <dc:creator>Ketson_Roberto</dc:creator>
      <dc:date>2014-02-18T01:27:39Z</dc:date>
    </item>
    <item>
      <title>I notice that you posted this</title>
      <link>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976257#M25052</link>
      <description>&lt;P&gt;I notice that you posted this at least&amp;nbsp;twice, probably to different forums.&lt;/P&gt;

&lt;P&gt;Unless you have a real issue relevant to the forums, please do not post here. We are a special resource for those very difficult technical issues having to do with Intel tools and products. If you abuse the forums now,&amp;nbsp;you may be ignored later even if you have a very relevant issue we can help you with.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 02:15:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Crank-Nicolsan-scheme-to-solve-heat-equation-in-fortran/m-p/976257#M25052</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-02-19T02:15:42Z</dc:date>
    </item>
  </channel>
</rss>

