STEP-5
Example 5 for DEALII
STEP-5 is from the official DEAL.II example directory.
Files you might find useful:
-
CMakeLists.txt,
the file needed by cmake on my system.
-
step-5.cc,
the source code for the example.
-
circle-grid.inp,
a file containing grid information.
-
step-5.sh,
a shell script which contains the commands to create the
makefile and run the example.
-
step-5_output.txt,
the output file.
-
solution-0.png,
the solution after 0 refinements.
-
solution-1.png,
the solution after 1 refinement.
-
solution-2.png,
the solution after 2 refinements.
-
solution-3.png,
the solution after 3 refinements.
-
solution-4.png,
the solution after 4 refinements.
-
solution-5.png,
the solution after 5 refinements.
You can go up one level to
the DEALII directory.
Last revised on 26 May 2016.