serialization:vtu export
Version: 0.0.0
Description
Export DPF data into vtu format.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | directory | string | directory path |
| Pin 1 | base_name | string | vtu base file name, (default is file) |
| Pin 2 Required | mesh | abstract_meshed_region | mesh |
| Pin 3 Required | fields | field, fields_container, property_field | Nodal, 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 100 | write_mode | string | Available are rawbinarycompressed, rawbinary, base64appended, base64inline, ascii, default is (rawbinarycompressed) |
| Pin 101 | as_point_cloud | bool | Whether to export the mesh as a point cloud. Default is False. |
| Pin 102 | export_faces | bool | Whether to also export faces as shell elements when the mesh contains cells. Default is False. |
| Pin 103 | mesh_properties | vector<string>, string_field | List of names of mesh properties to export. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | path | data_sources | list of output vtu file path |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| permissive | bool | false | If 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.