<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <blockquote cite="mid:55FFF17D.4040106@mi.fu-berlin.de" type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap="">This is where I am currently stuck.  I'd like to handle the VTK output
in the way it is done in stokes-taylorhood.cc.
But there, the expression
 
  Functions::hierarchicVector(x)

shows up, and in my case x is a MultiTypeBlockVector.  To be honest I
didn't try it yet, but I suppose
I need to generalize hierarchicVector to also function with a MTBVector?</pre>
      </blockquote>
    </blockquote>
    <br>
    <br>
    <blockquote cite="mid:55FFF17D.4040106@mi.fu-berlin.de" type="cite">
      <pre wrap="">Or you must provide a wrapper which does the same for your
MTBVector.</pre>
    </blockquote>
    I'll try that tonight, at least for my particular case.<br>
    --<br>
    Oliver<br>
    <br>
    <blockquote cite="mid:55FFF17D.4040106@mi.fu-berlin.de" type="cite">
      <pre wrap=""> That's not to complicated, you only need to provide

 *.resize(SizeInfo);
 *.operator[](MultiIndex);
 *.operator[](MultiIndex) const;

I'd not think of supporting it in the general mapper now.
The dynamic->static transition will be rather complicated
to get right (assuming that it's posssible at leats).

But even if you have the wrapper I'm not sure if the machinary
will work. That's what I'd like to test.

Best,
Carsten

</pre>
      <blockquote type="cite">
        <pre wrap="">
Best,
Oliver


</pre>
        <blockquote type="cite">
          <pre wrap="">
The reason for this is, that these A and B are a good
indicator if the interface is rich enough/usable in
such cases. If you can't implement A and B, we may
have to adjust the interface. And this should be done
as soon as possible.

</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dune-functions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dune-functions@dune-project.org">dune-functions@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune-functions">http://lists.dune-project.org/mailman/listinfo/dune-functions</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>