Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
OCT-DISPLAY_PARTITIONS(1)    octopus documentation   OCT-DISPLAY_PARTITIONS(1)

NAME
       oct-display_partitions -	Graphical representation of the	mesh
       partitions.

SYNOPSIS
       oct-display_partitions

       [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.]

DESCRIPTION
       This 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.

AUTHOR
       Written by H. Appel.

REPORTING BUGS
       Report bugs through the <octopus-users@tddft.org> mailing list.

COPYRIGHT
       Copyright (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 ALSO
       The largest source of documentation is the octopus website:
       http://octopus-code.org.

perl v5.42.0			  2025-04-04	     OCT-DISPLAY_PARTITIONS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=oct-display_partitions&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>

home | help