//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012 by the deal.II authors
+// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
*/
void parse_parameters (ParameterHandler ¶m);
};
+
/**
* Flags for XFig output.
*
* Draw boundary lines. Default is true.
*/
bool draw_boundary;
+
/**
* An enum used for deciding which field is used for coloring the cells.
*/
/// Convert the level subdomain id into the cell color
level_subdomain_id
} color_by;
+
/**
- * @deprecated Use the #color_by enum instead. If #color_by is different from #material_id, this flag is ignored.
+ * @deprecated Use the color_by enum instead. If color_by is different
+ * from material_id, this flag is ignored.
*
* Change color depending on
* level. Default is false, therefore,
* boundary id.
*/
bool level_color;
+
/**
* Code level to depth. Default is
* true. If false, color depends on
* this value is true.
*/
bool level_depth;
+
/**
* Additional points for curved
* boundaries. Default is none.
* one inch.
*/
Point<2> scaling;
+
/**
* Offset of the graph. Before
* scaling, the coordinates are
* each direction.
*/
Point<2> offset;
+
/**
* Style for filling cells. Default is
* solid fill (20). This value is
* object of XFig.
*/
int fill_style;
+
/**
* Style for drawing border lines of
* polygons. Defaults to solid (0) and