freepooma-devel
[Top][All Lists]
Advanced

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

no ViewIndexer::innerDomain()?


From: Richard Guenther
Subject: no ViewIndexer::innerDomain()?
Date: Mon, 26 Apr 2004 15:05:40 +0200 (CEST)

Hi!

MeshFunctions::positions() called on a Field with a GridLayoutView causes
NoMesh to be created which calls layout.innerDomain() which in turn gets
multiplexed to pdata_m->indexer_m.innerDomain() by LayoutBaseView class
while ViewIndexer<D1,D2> doesn't have such method.  Oops(?).

Any idea how to fix this the right way(TM)?  Just adding innerDomain()
methods to ViewIndexer, returning the domain?  Not dispatching to the
indexer_m for innerDomain() in LayoutBaseView, but just directly returning
the same as domain()?  Other options?

Thanks for any help,
Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/

reply via email to

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