no ViewIndexer::innerDomain()?
Richard Guenther
rguenth at tat.physik.uni-tuebingen.de
Mon Apr 26 13:05:40 UTC 2004
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/
More information about the pooma-dev
mailing list