invariant:convertnum operator
Version: 0.0.0
Description
Converts a fields container from one mapdl ordering to another mapdl ordering. Supported mapdl ordering are BCS=0, FUL=1, NOD=2.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_ordering | int32 | Input ordering number |
| Pin 1 Required | output_ordering | int32 | Output ordering number |
| Pin 2 Required | fields_container | fields_container | Expect fields container |
| Pin 4 Required | data_sources | data_sources | Data_sources (must contain the full file). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
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: invariant
Plugin: mapdl
Scripting name: convertnum_op
Full name: invariant.convertnum_op
Internal name: convertnum_op
License: None
Changelog
- Version 0.0.0: Initial release.