Reference documentation for deal.II version 9.4.1
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
GnuplotFlags () | |
GnuplotFlags (const std::vector< std::string > &space_dimension_labels) | |
std::size_t | memory_consumption () const |
void | parse_parameters (const ParameterHandler &prm) |
Static Public Member Functions | |
static ::ExceptionBase & | ExcNotEnoughSpaceDimensionLabels () |
static void | declare_parameters (ParameterHandler &prm) |
Public Attributes | |
std::vector< std::string > | space_dimension_labels |
Flags controlling the details of output in Gnuplot format.
Definition at line 701 of file data_out_base.h.
|
staticinherited |
Declare all flags with name and type as offered by this class, for use in input files.
This method does nothing, but child classes may override this method to add fields to prm
.
Definition at line 555 of file data_out_base.h.
|
inherited |
Read the parameters declared in declare_parameters() and set the flags for this output format accordingly.
This method does nothing, but child classes may override this method to add fields to prm
.
Definition at line 565 of file data_out_base.h.