result:cgns result provider
Version: 0.0.0
Description
Read/compute names result from result streams.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32> | time/freq (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output |
| Pin 1 | mesh_scoping | scoping, scopings_container | nodes or elements scoping required in output. The scoping's location indicates whether nodes or elements are asked. Using scopings container enables to split the result fields container in domains |
| 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 17 | result_name | string | name of the result to read. By default the name of the operator is taken. |
| Pin 25 | region_scoping | scoping, vector<int32>, int32 | Optional zone name/Id of the mesh. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields | fields_container | Results |
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: result
Plugin: cgns
Scripting name: cgns_result_provider
Full name: result.cgns_result_provider
Internal name: cgns::cgns::result_provider
License: None
Changelog
- Version 0.0.0: Initial release.