freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PatchFunction and Remote engines


From: Richard Guenther
Subject: PatchFunction and Remote engines
Date: Tue, 17 Dec 2002 11:22:51 +0100 (CET)

Hi!

The PatchFunction (resp. the PatchEvaluator<>) seem to miss
specializations for RemoteMultiPatchEvaluatorTag and
RemoteSinglePatchEvaluatorTag - can they be implemented in
the sense of MultiArgEvaluator.h? Or is there a better way
to do stencil like operations on multiple arguments than
using PatchFunction?

I.e. I'd like to do

  new = stencil(old, related1, related2);

and am currently investigating to try using

  PatchFunction<>(new, old, related1, related2);


Thanks for any hints, Richard.

Btw. - how do PatchFunction and MultiArgEvaluator (ScalarCode) relate?
They seem to be similar in functionality.

--
Richard Guenther <address@hidden>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]