serialization:migrate to vtu
Version: 0.0.0
Description
Extract all results from a datasources and exports them into vtu format. All the connected inputs are forwarded to the result providers operators.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32> | time sets to export, default is all |
| Pin 3 | streams_container | streams_container | result file container allowed to be kept open to cache data |
| Pin 4 Required | data_sources | data_sources | result file path container, used if no streams are set |
| Pin 20 Required | directory | string | directory path |
| Pin 21 | base_name | string | vtu base file name, (default is file) |
| Pin 30 | result | string | if Operator's names are connected to this Pin, only these results are exported (else all available results are exported) |
| Pin 100 | write_mode | string | Available are rawbinarycompressed, rawbinary, base64appended, base64inline, ascii, default is (rawbinarycompressed) |
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 | true | 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: migrate_to_vtu
License: None
Changelog
- Version 0.0.0: Initial release.