WRApplication
External kratos "application" for multiscale time integration.
GenerateXDMF Class Reference

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

Inheritance diagram for GenerateXDMF:
Collaboration diagram for GenerateXDMF:

Public Member Functions

None Execute (self)
 
KratosMultiphysics.Parameters GetDefaultParameters (cls)
 

Detailed Description

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

@classname GenerateXDMF

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
"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
}

Member Function Documentation

◆ Execute()

None Execute (   self)

◆ GetDefaultParameters()

KratosMultiphysics.Parameters GetDefaultParameters (   cls)

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