Reference documentation for deal.II version 9.4.1
|
#include <deal.II/grid/grid_out.h>
Public Types | |
enum | ZlibCompressionLevel { no_compression , best_speed , best_compression , default_compression } |
Public Member Functions | |
Vtu (const bool serialize_triangulation=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 | serialize_triangulation |
double | time |
unsigned int | cycle |
bool | print_date_and_time |
ZlibCompressionLevel | compression_level |
bool | write_higher_order_cells |
std::map< std::string, std::string > | physical_units |
Flags for grid output in Vtu format. These flags are the same as those declared in DataOutBase::VtkFlags, with the addition of a flag that determines if you want to add a entry in the vtu file (which is really a xml file) containing the entire serialization of the triangulation.
Definition at line 905 of file grid_out.h.
|
inline |
Definition at line 907 of file grid_out.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.
|
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.
bool GridOutFlags::Vtu::serialize_triangulation |
Add to the vtu file also the serialized triangulation.
Definition at line 914 of file grid_out.h.