Public Member Functions | |
| Options (const bool show_absolute_values=false, const unsigned int block_size=1, const bool discontinuous=false) | |
Public Attributes | |
| bool | show_absolute_values |
| unsigned int | block_size |
| bool | discontinuous |
Class holding various variables which are used to modify the output of the MatrixOut class.
Definition at line 97 of file matrix_out.h.
| MatrixOut::Options::Options | ( | const bool | show_absolute_values = false, |
| const unsigned int | block_size = 1, |
||
| const bool | discontinuous = false |
||
| ) |
Default constructor. Set all elements of this structure to their default values.
If true, only show the absolute values of the matrix entries, rather than their true values including the sign. Default value is false.
Definition at line 108 of file matrix_out.h.
Referenced by MatrixOut::get_gridpoint_value().
If larger than one, do not show each element of the matrix, but rather an average over a number of entries. The number of output patches is accordingly smaller. This flag determines how large each shown block shall be (in rows/columns). For example, if it is two, then always four entries are collated into one.
Default value is one.
Definition at line 127 of file matrix_out.h.
Referenced by MatrixOut::build_patches(), and MatrixOut::get_gridpoint_value().
If true, plot discontinuous patches, one for each entry.
Definition at line 134 of file matrix_out.h.
Referenced by MatrixOut::build_patches().
documentation generated on Fri Feb 3 2012 06:04:09 by
doxygen
1.7.2