Skip to content

FEAT: Update object state for print_tree()#1005

Merged
koubaa merged 6 commits intomainfrom
maint/print-tree
Dec 20, 2024
Merged

FEAT: Update object state for print_tree()#1005
koubaa merged 6 commits intomainfrom
maint/print-tree

Conversation

@dipinknair
Copy link
Copy Markdown
Collaborator

@dipinknair dipinknair commented Dec 17, 2024

update object state of each object in tree. This will help to see the state of the object after solve without opening the project file to verify.

eg:

app.print_tree()

├── Project
|  ├── Model
|  |  ├── Geometry Imports (✓)
|  |  |  ├── Geometry Import (✓)
|  |  ├── Geometry (✓)
|  |  |  ├── Solid Bodies
|  |  |  |  ├── Solid
|  |  ├── Materials (✓)
|  |  |  ├── Elastomer Sample (Yeoh ) (✓)
|  |  |  ├── Structural Steel (✓)
|  |  ├── Coordinate Systems (✓)
|  |  |  ├── Global Coordinate System (✓)
|  |  ├── Remote Points (✓)
|  |  ├── Connections (✓)
|  |  |  ├── Contacts (✓)
|  |  |  |  ├── Frictional - Solid To Solid (✓)
|  |  ├── Mesh (✓)
|  |  |  ├── Patch Conforming Method (✓)
|  |  |  ├── Body Sizing (✓)
|  |  ├── Static Structural (⚡︎)
|  |  |  ├── Analysis Settings (✓)
|  |  |  ├── Fixed Support (✓)
|  |  |  ├── Displacement (✓)
|  |  |  ├── Frictionless Support (✓)
|  |  |  ├── Commands (APDL) (✓)
|  |  |  ├── Nonlinear Adaptive Region (✓)
|  |  |  ├── Solution (⚡︎)
|  |  |  |  ├── Solution Information (⚡︎)
|  |  |  |  ├── Total Deformation (⚡︎)
|  |  |  |  ├── Equivalent Total Strain (⚡︎)
|  |  |  |  ├── Commands (APDL) (⚡︎)
|  |  |  |  |  ├── Post Output
|  |  |  |  ├── MESH_SKEWNESS (⚡︎)
|  |  |  |  ├── MESH_JACOBIAN_RATIO_MAPDL (⚡︎)

@dipinknair dipinknair changed the title FEAT: Update object state for `print_tree() FEAT: Update object state for print_tree() Dec 17, 2024
@github-actions github-actions bot added the maintenance Package and maintenance related label Dec 17, 2024
@dipinknair dipinknair marked this pull request as ready for review December 17, 2024 15:51
@dipinknair dipinknair requested a review from a team as a code owner December 17, 2024 15:51
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 17, 2024
Comment thread src/ansys/mechanical/core/embedding/app.py
Comment thread src/ansys/mechanical/core/embedding/app.py
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.76%. Comparing base (033053b) to head (ef423f8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1005      +/-   ##
==========================================
- Coverage   87.38%   83.76%   -3.63%     
==========================================
  Files          35       35              
  Lines        2251     2260       +9     
==========================================
- Hits         1967     1893      -74     
- Misses        284      367      +83     

Copy link
Copy Markdown
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.

Verified, approving

@dipinknair
Copy link
Copy Markdown
Collaborator Author

pinging @koubaa for final approval in relation to Mechanical object state

@koubaa koubaa merged commit 8a2f4f5 into main Dec 20, 2024
@koubaa koubaa deleted the maint/print-tree branch December 20, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants