Skip to content

Instantly share code, notes, and snippets.

@shkiefer
Last active June 25, 2020 04:16
Show Gist options
  • Save shkiefer/aedd983c651585ad53be8ef7a0d37eb4 to your computer and use it in GitHub Desktop.
Save shkiefer/aedd983c651585ad53be8ef7a0d37eb4 to your computer and use it in GitHub Desktop.
MAPDL-mass arrays
f_name = 'my_mass'
nCMs = 2
*DIM, cms, STRING, 100, nCMs
cms(1,1) = 'my_comp_1'
cms(1,2) = 'my_comp_2'
*DIM, css, STRING, 100, nCMs
css(1,1) = 'cs_comp_1'
css(1,2) = 'cs_comp_2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment