![]() |
Reference documentation for deal.II version 9.4.2
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
| DXFlags (const bool write_neighbors=false, const bool int_binary=false, const bool coordinates_binary=false, const bool data_binary=false) | |
| void | parse_parameters (const ParameterHandler &prm) |
| std::size_t | memory_consumption () const |
Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler &prm) |
Public Attributes | |
| bool | write_neighbors |
| bool | int_binary |
| bool | coordinates_binary |
| bool | data_binary |
| bool | data_double |
Flags controlling the details of output in OpenDX format.
Definition at line 603 of file data_out_base.h.
|
inherited |
Return an estimate for the memory consumption, in bytes, of this object. This is not exact (but will usually be close) because calculating the memory usage of trees (e.g., std::map) is difficult.
Definition at line 574 of file data_out_base.h.