##############################################################################
# Default settings used by PETScView
##############################################################################

##############################################################################
# Colors may be specified symbolically or numerically.  Symbolic names, such
# red, green, or white must be valid and defined in the rgb.txt file
# in your systems X library directory.  This file contains their
# appropriate mappings for their numeric representation.  Colors may be
# defined numerically in terms of their red, green and blue components.
# The components may be specified in 4-bit, 8-bit, 12-bit, or 16-bit
# values.  For example:
#	#RGB		4-bit
#	#RRGGBB		8-bit
#	#RRRGGGBBB	12-bit
#	#RRRRGGGGBBBB	16-bit
# Here each R, G, or B represents one hexadecimal digit of red, green,
# or blue intensity, respectively.  The # is required as the first
# character of the specification.   In addition, the same number of
# digits must be specified for each component.  A value of all 1's
# represents "full on" for that color.  (0 represents "full off").
# For example,
#	#000 = black
#	#f00 = red
#	#ff0 = yellow
#	#ff0 = white
##############################################################################

set color(logfile) "white"
set color(idle) "red"
set color(dead) "gray"
set color(active) "green"

# change value to 0 causes PETScView to not show the time
set time_bin 1

# default value for the step size
set stepsize 1

# default value for the delay in milliseconds (-1 = no delay, 0 = real time , 
#	1000 = one second)
set delay 0

# default settings for printing documents
#############################################################################

# PrintOpts(destination may either by "Printer" or "File"
set PrintOpts(destination) Printer
# local command for printing postscript documents
set PrintOpts(printcommand) "lpr"
# default printer
set PrintOpts(printer) "" 
# default orientation (1 = landscape, 0 = portrait)
set PrintOpts(orientation) 1
# default colormode (can be gray, mono, or color)
set PrintOpts(colormode) gray

# default file for the object definitions
set def_file $env(PETSC_DIR)/bin/petscview.cfg




