Skip to content

Conversation

vickysharma0812
Copy link
Member

@vickysharma0812 vickysharma0812 commented Jan 30, 2024

Adding NodeDataList_Class


Generated summary (powered by Graphite)

TL;DR

This pull request introduces a new class NodeDataList_Class in the AbstractMesh module. It also adds a new Display method to the NodeData_Class.

What changed

  • A new file NodeDataList_Class.F90 was added to the AbstractMesh module.
  • The CMakeLists.txt file was updated to include the new NodeDataList_Class.F90 file.
  • A new Display method was added to the NodeData_Class in the NodeData_Class.F90 file.

How to test

To test the changes, follow these steps:

  1. Pull the changes from this branch into your local environment.
  2. Run the build process to ensure the new files are included and compiled correctly.
  3. Run any existing tests to ensure no regression has occurred.
  4. Create a new instance of the NodeDataList_Class and call its methods to ensure it behaves as expected.
  5. Call the new Display method on an instance of the NodeData_Class to ensure it works correctly.

Why make this change

The NodeDataList_Class was added to provide a way to manage a list of NodeData objects. This will make it easier to manipulate and process these objects in the AbstractMesh module.

The Display method was added to the NodeData_Class to provide a way to output the state of a NodeData object. This will be useful for debugging and logging purposes.

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