WRApplication
External kratos "application" for multiscale time integration.
Loading...
Searching...
No Matches
GenerateXDMFProcess Class Reference

Generate XDMF output for an existing set of HDF5 output files. More...

Inheritance diagram for GenerateXDMFProcess:
Collaboration diagram for GenerateXDMFProcess:

Detailed Description

Generate XDMF output for an existing set of HDF5 output files.

Default parameters:

{
"file_pattern": "", // <== input file pattern compatible with ModelPartPattern
"mesh_prefix" : "/ModelData", // <== prefix of the mesh within HDF5 files
"results_prefix" : "/ResultsData", // <== prefix of the results within HDF5 files
"journal_path" : "xdmf_output.journal", // <== journal output path that gets written as an intermediate step
"batch_size" : -1, // <== number of input files to process per output xdmf
"output_pattern" : "batch_<batch>.xdmf", // <== output file name pattern; may contain the "<batch>" placeholder
"verbose" : false // <== print status messages
}

The documentation for this class was generated from the following file: