<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi.<br>
<br>
Why is this code restircted to Alberta in any case - should work witth<br>
ALU<2> or UG<2> (with triangles) just as well?<br>
<br>
In any case I think that something like<br>
#else<br>
#error needs Alberta to run<br>
#endif <br>
would be a good idea.<br>
<br>
Best<br>
Andreas<br>
<br>
On 15/02/11 11:56, Jö Fahlke wrote:
<blockquote cite="mid:20110215115655.GD1523@paranoia" type="cite">
  <pre wrap="">Am Mon, 14. Feb 2011, 16:37:04 +0100 schrieb S. Swayamjyoti:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I find the following lines in the finiteelement.cc file in the
dune-grid-howto.(last 3 lines of the code)

*  Dune::VTKWriter<GridType::LeafGridView> vtkwriter(grid.leafView());
  vtkwriter.addVertexData(p1.u, "u");
  vtkwriter.write("fem2d", Dune::VTKOptions::binaryappended);*

But, when I make dune-grid-howto and execute *./finiteelement* , I do not
get fem2d.vtu as an output file which I can visualize with paraview. Please
suggest.
    </pre>
  </blockquote>
  <pre wrap="">
The whole contents of main() is wrapped inside "#if HAVE_ALBERTA" and "#if
ALBERTA_DIM==2".  So if Alberta is not available in dimension 2, the program
does absolutely nothing.  To verify that this is indeed the problem: do you
get any output from the program at all?  There should be something like
"determine adjacency pattern..." and some more lines.

Anyway, does anybody know how the default dimension for Alberta is determined
these days?  The one that is in effect when the ALL_PKG_* flags are used?

Bye,
Jö.

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