[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Field semantics
From: |
Richard Guenther |
Subject: |
Field semantics |
Date: |
Tue, 30 Apr 2002 17:03:16 +0200 (CEST) |
Hi!
Just spent the last two days debugging my HD simulation to figure out
that (p,T,rh, etc. being Fields with 1 guard cell)
Interval<1> It = rh.totalDomain();
p(It) = T * rh;
is not the same as
p(It) = T(It) * rh(It);
why is this so? Do I generally need to specify the domain on
both sides of the equations?
Richard.
--
Richard Guenther <address@hidden>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
The GLAME Project: http://www.glame.de/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Field semantics,
Richard Guenther <=