Skip to main content

serialization:vtk export

Version: 0.0.0

Description

Write the input field and fields container into a given vtk path

Inputs

InputNameExpected type(s)Description
Pin -1export_typeint32Either 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_pathstringpath with vtk extension were the export occurs
Pin 1meshabstract_meshed_regionnecessary if the first field or fields container don't have a mesh in their support
Pin 2
Required
fieldsfields_container, fieldfields exported

Outputs

OutputNameExpected type(s)Description

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.

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.