[From nobody Wed Jul 11 03:07:30 2007
Return-Path: &lt;t-linde@uchicago.edu&gt;
Received: from mx01.uchicago.edu (mx01.uchicago.edu [128.135.12.174])
	by plaisance.uchicago.edu (8.12.10/8.12.9) with ESMTP id i1OJSLx1018353
	for &lt;jbgallag@plaisance.uchicago.edu&gt;;
	Tue, 24 Feb 2004 13:28:21 -0600 (CST)
Received: from flash.uchicago.edu (flash.uchicago.edu [128.135.152.130])
	by mx01.uchicago.edu (8.12.10/8.12.9) with ESMTP id i1OJRmfs021161
	for &lt;jbgallag@midway.uchicago.edu&gt;;
	Tue, 24 Feb 2004 13:27:48 -0600 (CST)
Received: from space.asci.uchicago.edu (space.asci.uchicago.edu
	[128.135.152.146])
	by flash.uchicago.edu (8.11.6/8.11.6) with ESMTP id i1OJSMr20675;
	Tue, 24 Feb 2004 13:28:22 -0600
Received: from localhost (linde@localhost)
	by space.asci.uchicago.edu (SGI-8.9.3/8.9.3) with ESMTP id NAA66984;
	Tue, 24 Feb 2004 13:25:22 -0600 (CST)
X-Authentication-Warning: space.asci.uchicago.edu: linde owned process doing
	-bs
Date: Tue, 24 Feb 2004 13:25:22 -0600
From: Timur Linde &lt;t-linde@uchicago.edu&gt;
X-Sender: linde@space.asci.uchicago.edu
To: JB Gallagher &lt;jbgallag@flash.uchicago.edu&gt;
cc: flash-bugs@flash.uchicago.edu
Subject: Re: [FLASH-BUGS] spherical symmetry III
In-Reply-To: &lt;403BA28F.6030601@flash.uchicago.edu&gt;
Message-ID: &lt;Pine.SGI.4.10.10402241321010.357042-100000@space.asci.uchicago.edu&gt;
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

This fix makes sense, as it restricts j to 1 (as should be the case) in
one-dimensional simulations. Anshu says this has been fixed in later
versions of the code.

Timur

On Tue, 24 Feb 2004, JB Gallagher wrote:

&gt; Dear developers,
&gt; 
&gt; a simple cure for my problem seems to be to add the *k2d multiplier
&gt; in line 441 of
&gt; source/mesh/amr/paramesh2.0/quadratic_spherical/amr_prolong_gen_unk_fun.F90
&gt; 
&gt;   !do j = 1, 2*nguard+nyb
&gt;   do j = 1, 2*nguard*k2d+nyb                        ! changed PW 24.2.2004
&gt; 
&gt; The results look reasonable, at least. But I don't know the background
&gt; here and there might be more problems with the prolongation in the 1d
&gt; spherical case.
&gt; 
&gt; Regards,
&gt; 
&gt; Peter
&gt; 
&gt; -- 
&gt; Brad Gallagher
&gt; ASCI Flash Center
&gt; jbgallag@flash.uchicago.edu
&gt; 

]