|
NAMEoct-display_partitions - Graphical representation of the mesh partitions.SYNOPSIS
[oct-display_partitions does not read the standard input: all standard input will be simply ignored. Also, oct-display_partitions accepts no command line arguments.] DESCRIPTIONThis program is one of the octopus utilities.It is a script to use gnuplot to plot the partitioning of the mesh. The files mesh_partition.XXX as produced in debug/mesh_partition by the octopus debug mode have to be present in the current working directory when this script is invoked. The plot can be found in the file mesh_partitions.png. This script generates a gnuplot-script called mesh_partitions_index.gp which is stored in the current working directory and can be loaded into gnuplot manually. With: gnuplot> load mesh_partitions_index.gp gnuplot> set term x11 gnuplot> replot the plot can be reproduced and shown on the screen so that rotating and zooming is possible. The man pages of octopus and of the auxiliary octopus sub-programs (oct-something) are not intended to contain the documentation of the programs, but only their basic description. For where to find more documentation, see the "SEE ALSO" section below. AUTHORWritten by H. Appel.REPORTING BUGSReport bugs through the <octopus-users@tddft.org> mailing list.COPYRIGHTCopyright (C) 2005 H. Appel.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSOThe largest source of documentation is the octopus website: http://octopus-code.org.
Visit the GSP FreeBSD Man Page Interface. |