Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding cpt mapping #320

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Adding cpt mapping #320

merged 2 commits into from
Sep 18, 2023

Conversation

germa89
Copy link
Contributor

@germa89 germa89 commented Sep 18, 2023

As requested in:

ansys/pymapdl#1562

@germa89 germa89 self-assigned this Sep 18, 2023
@germa89
Copy link
Contributor Author

germa89 commented Sep 18, 2023

Code to test:

from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl()

mapdl.finish()
mapdl.clear()
mapdl.prep7()
mapdl.blc4(0, 0, 1, 1)
mapdl.et(1, ename='cpt213')
mapdl.amesh('all')
mapdl.eplot()

@germa89 germa89 added the enhancement New feature or request label Sep 18, 2023
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No expert on MAPDL but, LGTM

@germa89 germa89 merged commit 6384388 into main Sep 18, 2023
13 checks passed
@germa89 germa89 deleted the feat/adding-cpt-mapping branch September 18, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants