result:cms matrices provider
Version: 0.0.0
Description
Read reduced matrices for cms elements. Extract stiffness, damping, mass matrices and load vector from a subfile.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 4 Required | data_sources | data_sources | Data_sources (must contain at list one subfile). |
| Pin 200 Required | matrix_form | bool | If this pin i set to true, data are return as matrix form. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | Fields container containing in this order : stiffness, damping, mass matrices, and then load vector. But if pin 200 is set to true, it's in matrix form. |
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: mapdl
Scripting name: cms_matrices_provider
Full name: result.cms_matrices_provider
Internal name: cms_matrices_provider
License: None
Changelog
- Version 0.0.0: Initial release.