[pooma-dev] Cooperation between FieldStencil and Range?
Norbert Nemec
nobbi at theorie3.physik.uni-erlangen.de
Tue Sep 3 15:46:07 UTC 2002
Actually, I would love to forget about the whole "Field" stuff altogether, since
I do not need that whole overhead of geometry information.
Only reason I switched to field instead of array is that I need periodic boundary
conditions and I would really love to use the mechanisms built into field instead
of doing all the copying by hand.
Why is it, that automatic boundary conditions are not part of Array, even though the
concept is completely independant from geometry information?
On Tue, Sep 03, 2002 at 09:14:15AM -0600, James Crotinger wrote:
> The problem is that one can not, in general, deduce geometry information on
> a red-black type subgrid from the information on the underlying grid. Thus
> only Interval views of a Field yield a Field with geometry information. RB
> type calculations can be done on arrays, so you might want to change some of
> the calculations to be array-centric.
>
> Jim
>
> > -----Original Message-----
> > From: Norbert Nemec [mailto:nobbi at theorie3.physik.uni-erlangen.de]
> > Sent: Tuesday, September 03, 2002 9:02 AM
> > To: pooma-dev at pooma.codesourcery.com
> > Subject: [pooma-dev] Cooperation between FieldStencil and Range?
> >
> >
> > Hi there,
> >
> > it seems like FieldStencil does not work together with
> > Range<N> domains? Is there a deep reason to that? I tried to
> > look into the matter, but the problem definitely seems to be
> > more than just a few specializations missing. The whole
> > Engine<Dim, T, ApplyFieldStencil<Functor, Expression> > has
> > Interval<Dim> hardcoded.
> >
> > I need to do red-black updates on a field using a
> > FieldStencil and I really have no idea how I should do that now.
> >
> > Ciao,
> > Nobbi
> >
> > --
> > -- _____________________________________Norbert "Nobbi" Nemec
> > -- Hindenburgstr. 44 ... D-91054 Erlangen ... Germany
> > -- eMail: <Norbert at Nemec-online.de> Tel: +49-(0)-9131-204180
> >
--
-- _____________________________________Norbert "Nobbi" Nemec
-- Hindenburgstr. 44 ... D-91054 Erlangen ... Germany
-- eMail: <Norbert at Nemec-online.de> Tel: +49-(0)-9131-204180
More information about the pooma-dev
mailing list