STEP-4
Example 4 for DEALII
STEP-4 is from the official DEAL.II example directory.
Files you might find useful:
-
CMakeLists.txt,
the file needed by cmake on my system.
-
step-4.cc,
the source code for the example.
-
step-4.sh,
a shell script which contains the commands to create the
makefile and run the example.
-
step-4_output.txt,
the output file.
-
solution-2d.vtk,
graphics information about the 2D solution, which can be input
to visit or paraview.
-
solution-3d.vtk,
graphics information about the 3D solution, which can be input
to visit or paraview.
You can go up one level to
the DEALII directory.
Last revised on 26 May 2016.