PatchFunction and Remote engines

Richard Guenther rguenth at tat.physik.uni-tuebingen.de
Tue Dec 17 10:22:51 UTC 2002


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 <richard.guenther at uni-tuebingen.de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/




More information about the pooma-dev mailing list