Thanks so much, it is working great !!!!

On Mon, Mar 7, 2011 at 11:00 PM, Daniel Wheeler
<daniel.wheel...@gmail.com>wrote:

>
> On Mon, Mar 7, 2011 at 4:14 PM, Julien Derr <julien.d...@gmail.com> wrote:
> >     depositionRateVariable =
> metalVar.getGrad().dot(distanceVar.getGrad())
>
> This should work better
>
>      depositionRateVariable =
> abs(metalVar.getGrad().dot(distanceVar.getGrad())) + 1e-12
>
> I don't think it likes zeroDepositionRate, not sure why. Also the
> example is really set up for deposition rather than dissolution so I
> added the abs().
>
> --
> Daniel Wheeler
>
>
>

Reply via email to