serialization:vtk export
Version: 0.0.0
Description
Write the input field and fields container into a given vtk path
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 | export_type | int32 | Either export volume elements in the mesh with their fields with value 0 or faces elements in the mesh with their fields with value 1 (default is 0) |
| Pin 0 Required | file_path | string | path with vtk extension were the export occurs |
| Pin 1 | mesh | abstract_meshed_region | necessary if the first field or fields container don't have a mesh in their support |
| Pin 2 Required | fields | fields_container, field | fields exported |
Outputs
| Output | Name | Expected type(s) | Description |
|---|
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. |
Scripting
Category: serialization
Plugin: vtk
Scripting name: vtk_export
Full name: serialization.vtk_export
Internal name: vtk_export
License: None
Changelog
- Version 0.0.0: Initial release.