Skip to content

Conversation

vickysharma0812
Copy link
Member

@vickysharma0812 vickysharma0812 commented Jan 30, 2024

  • Minor changes in display methods of meshes
  • Adding DisplayNodeData to DynamicMesh
  • Adding DisplayElemData to DynamicMesh
  • Adding nodeDataList and elemDataList
  • working on initiate node to elements

Generated summary (powered by Graphite)

TL;DR

This pull request modifies the AbstractMesh_Class.F90 file by changing the INTENT of the obj parameter in the obj_DisplayNodeData and obj_DisplayElementData subroutines from INTENT(IN) to INTENT(INOUT). It also includes changes to other subroutines and modules related to displaying mesh data.

What changed

  • Modified the INTENT of the obj parameter in the obj_DisplayNodeData and obj_DisplayElementData subroutines from INTENT(IN) to INTENT(INOUT).
  • Made changes to other subroutines and modules related to displaying mesh data.

How to test

  1. Compile and run the modified code.
  2. Verify that the obj_DisplayNodeData and obj_DisplayElementData subroutines now accept the obj parameter as INTENT(INOUT).

Why make this change

  • The change to INTENT(INOUT) allows the obj parameter to be modified within the obj_DisplayNodeData and obj_DisplayElementData subroutines, providing more flexibility and functionality in displaying mesh data.
  • The modifications to other subroutines and modules are necessary to ensure consistency and compatibility with the changes made to the obj_DisplayNodeData and obj_DisplayElementData subroutines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant