STEP-3
Example 3 for DEALII
STEP-3 is from the official DEAL.II example directory.
Files you might find useful:
-
CMakeLists.txt,
the file needed by cmake on my system.
-
step-3.cc,
the source code for the example.
-
step-3.sh,
a shell script which contains the commands to create the
makefile and run the example.
-
step-3_output.txt,
the output file.
-
solution.gpl,
graphics information about the solution, which can be input
to gnuplot.
-
solution.vtk,
graphics information about the solution, which can be input
to visit or paraview.
-
solution.png,
a PNG image of the solution Z(X,Y).
-
gnuplot_commands.txt,
the gnuplot commands that processed the graphics data to make
the image.
You can go up one level to
the DEALII directory.
Last revised on 12 May 2016.