On Thu, Sep 27, 2012 at 7:46 AM, Klaij, Christiaan <span dir="ltr"><<a href="mailto:C.Klaij@marin.nl" target="_blank">C.Klaij@marin.nl</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If I understand correctly, the first step to running SNES ex62.c is to create the header file, however:<br>
<br>
$ $PETSC_DIR/bin/pythonscripts/PetscGenerateFEMQuadrature.py dim order dim 1 laplacian dim order 1 1 gradient $PETSC_DIR/src/snes/examples/tutorials/ex62.h<br>
Traceback (most recent call last):<br>
  File "/home/CKlaij/ReFRESCO/Dev/trunk/Libs/build/petsc-3.3-p3/bin/pythonscripts/PetscGenerateFEMQuadrature.py", line 12, in <module><br>
    from FIAT.reference_element import default_simplex<br>
ImportError: No module named FIAT.reference_element</blockquote><div><p>In order to run the tests, you must configure with<br><br>  # For finite element support<br>  --download-scientificpython --download-fiat --download-generator<br>
  # For unstructured mesh generation and partitioning<br>  --download-triangle --with-ctetgen --download-chaco<br><br>and you can run the tests using the new Python build system<br><br>  python2.7 ./config/builder2.py check src/snes/examples/tutorials/ex62.c</p>
<p>or do it manually as you are doing.<br><br>   Matt</p></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
dr. ir. Christiaan Klaij<br>
CFD Researcher<br>
Research & Development<br>
E mailto:<a href="mailto:C.Klaij@marin.nl">C.Klaij@marin.nl</a><br>
T <a href="tel:%2B31%20317%2049%2033%2044" value="+31317493344">+31 317 49 33 44</a><br>
<br>
MARIN<br>
2, Haagsteeg, P.O. Box 28, 6700 AA Wageningen, The Netherlands<br>
T <a href="tel:%2B31%20317%2049%2039%2011" value="+31317493911">+31 317 49 39 11</a>, F <a href="tel:%2B31%20317%2049%2032%2045" value="+31317493245">+31 317 49 32 45</a>, I <a href="http://www.marin.nl" target="_blank">www.marin.nl</a><br>

<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>