STEP-3
Example for DEALII
STEP-3 is from the official DEAL.II example directory.
This script is set up for a very specific situation involving the
FSU RCC cluster. In this case, programs are run using the SLURM
batch queueing system.
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 SLURM script which contains the commands to create the
makefile and run the example.
-
step-3_output.txt,
the output printed by the program.
-
slurm-2890427.out,
the output returned by SLURM.
-
solution.gpl,
graphics information about the solution, which can be input
to gnuplot.
-
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 13 May 2016.