<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=windows-1252"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Perhaps if you encounter an error like the one below you should have a
look what<br>
the standard C++ shared_ptr is all about because your problem is in
this case not<br>
understanding dune but understanding standard c++.<br>
Best<br>
Andreas<br>
<br>
On 12/27/2010 07:49 AM, Alex Evanovic wrote:
<blockquote
 cite="mid:AANLkTi=cpXE8jsCA=ywtnro+oLxkvZk2B8+yYTT-nga6@mail.gmail.com"
 type="cite">Also, when I try to create a structured UGGrid, I am able
to create it, but when I try to visualize it with the lines,<br>
  <br>
VTKWriter<GridType::LeafGridView>
vtkWriter(grid.leafView());<br>
  <div bgcolor="#ffffff">vtkWriter.write("my_filename");<br>
  <br>
I get the following error.<br>
  <br>
  <b>error: ‘class std::shared_ptr<Dune::UGGrid<3> >’ has
no member named ‘leafView’</b><br>
  <br>
How can I resolve the above error? Also, I need help to create an <b>unstructured</b>
UGGrid, that is, without the StructuredGridFactory class. Can someone
please help me out with this?<br>
  </div>
  <div class="gmail_quote">
  <div><br>
Regards,<br>
Alex <br>
  </div>
  </div>
  <br>
  <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>