Skip to content

Conversation

vickysharma0812
Copy link
Member

@vickysharma0812 vickysharma0812 commented Mar 15, 2024

Adding meshPointerDeallocate method to deallocate array of meshPointer.


Generated summary (powered by Graphite)

TL;DR

Added a new public subroutine meshPointerDeallocate to deallocate memory stored in obj_ in the Mesh_Class module. Updated Display subroutine name to obj_Display. Added new methods for setting sparsity pattern in CSRMatrix_ object.

What changed

  • Added a new public subroutine meshPointerDeallocate to deallocate memory stored in obj_ in the Mesh_Class module.
  • Updated Display subroutine name to obj_Display.
  • Added new methods for setting sparsity pattern in CSRMatrix_ object.

How to test

  1. Compile the code with the changes.
  2. Run existing tests that involve memory deallocation in the Mesh_Class module.
  3. Test the Display functionality to ensure it works with the updated subroutine name.
  4. Test the new methods for setting sparsity pattern in CSRMatrix_ object with appropriate test cases.

Why make this change

  • The addition of meshPointerDeallocate subroutine enhances memory management in the Mesh_Class module, ensuring proper deallocation of memory stored in obj_.
  • Renaming the Display subroutine to obj_Display improves code readability and consistency.
  • The new methods for setting sparsity pattern in CSRMatrix_ object provide additional functionality for handling sparse matrices efficiently.

@vickysharma0812 vickysharma0812 marked this pull request as ready for review March 16, 2024 09:10
@vickysharma0812 vickysharma0812 removed the request for review from shishiousan March 16, 2024 09:17
Copy link
Member Author

vickysharma0812 commented Mar 16, 2024

Merge activity

@vickysharma0812 vickysharma0812 force-pushed the 03-15-updates_in_hdf5file_method branch from b81ccb7 to 54e6bdf Compare March 16, 2024 09:58
@vickysharma0812 vickysharma0812 changed the base branch from 03-15-updates_in_hdf5file_method to dev March 16, 2024 09:59
Adding meshPointerDeallocate method to deallocate array of meshPointer.
@vickysharma0812 vickysharma0812 force-pushed the 03-15-updates_in_mesh_class branch from 359b224 to 283fe4a Compare March 16, 2024 10:01
@vickysharma0812 vickysharma0812 merged commit ad9630b into dev Mar 16, 2024
@vickysharma0812 vickysharma0812 deleted the 03-15-updates_in_mesh_class branch March 16, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant