Skip to main content

result:cgns result provider

Version: 0.0.0

Description

Read/compute names result from result streams.

Inputs

InputNameExpected type(s)Description
Pin 0time_scopingscoping, 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 1mesh_scopingscoping, scopings_containernodes 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 3streams_containerstreams_containerresult file container allowed to be kept open to cache data
Pin 4
Required
data_sourcesdata_sourcesresult file path container, used if no streams are set
Pin 17result_namestringname of the result to read. By default the name of the operator is taken.
Pin 25region_scopingscoping, vector<int32>, int32Optional zone name/Id of the mesh.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldsfields_containerResults

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: 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.