serialization:hdf5dpf custom read
Version: 0.0.0
Description
Extract a custom result from an hdf5dpf file. This operator is deprecated, please use the 'custom' operator instead.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping | |
| Pin 1 | mesh_scoping | scoping | |
| Pin 3 | streams | streams_container | Hdf5df file stream. |
| Pin 4 | data_sources | data_sources | Hdf5df file data source. |
| Pin 24 | meta_data | abstract_data_tree | meta_data that may be used to evaluate results or extract workflows. |
| Pin 60 Required | result_name | Name of the result that must be extracted from the hdf5dpf file |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field_or_fields_container | fields_container, field |
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: core
Scripting name: hdf5dpf_custom_read
Full name: serialization.hdf5dpf_custom_read
Internal name: hdf5::h5dpf::custom
License: None
Changelog
- Version 0.0.0: Initial release.