Skip to main content

serialization:vtu export

Version: 0.0.0

Description

Export DPF data into vtu format.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
directorystringdirectory path
Pin 1base_namestringvtu base file name, (default is file)
Pin 2
Required
meshabstract_meshed_regionmesh
Pin 3
Required
fieldsfield, fields_container, property_fieldNodal, Face, or Elemental field, fields container (over time), or property field to export. When there is no support available in the exported mesh, that data is ignored.
Pin 100write_modestringAvailable are rawbinarycompressed, rawbinary, base64appended, base64inline, ascii, default is (rawbinarycompressed)
Pin 101as_point_cloudboolWhether to export the mesh as a point cloud. Default is False.
Pin 102export_facesboolWhether to also export faces as shell elements when the mesh contains cells. Default is False.
Pin 103mesh_propertiesvector<string>, string_fieldList of names of mesh properties to export.

Outputs

OutputNameExpected type(s)Description
Pin 0pathdata_sourceslist of output vtu file path

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
permissiveboolfalseIf this option is set to true, warning checks (like unit or data sizes) won't be done.

Scripting

Category: serialization

Plugin: vtk

Scripting name: None

Full name: None

Internal name: vtu_export

License: None

Changelog

  • Version 0.0.0: Initial release.