Skip to content

Conversation

vickysharma0812
Copy link
Member

January release of easifem-classes v23.10.3

shishiousan and others added 30 commits January 9, 2024 15:54
- Minor changes in ImportTomlMethods
Updates in AbstractLinSolver_Class
- change elemType to topoType
- fixing the issue #366
Updates in RefElement and AbstractFE_Class
- fixing the issue #337
- enabling to pass full name of node fields to vtk file
Updates WriteData in AbstractNodeField_Class
- working in progress
- working in progress
- working in progress
- working in progress for Acoustic kernel
- Minor changes
- changing names lin~ to geo~
- adding KernelAssembleSTAcousticMatrix_Method
Updates in AbstractKernel_Class
- Minor changes for 1D simulation
- adding Algorithm modules
- fixing the issue #374
- adding CSDAlgorithms
Working on Viscous boundary condition
- Adding BinaryTree
- Adding IntBinaryTree_Class
Adding Binary Tree WIP

Adding EdgeList WIP

Working on DataStructures
vickysharma0812 and others added 26 commits January 31, 2024 16:36
- Updating Read methods in HDF5File_Method

---

<details open="true"><summary>Generated summary (powered by <a href="https://app.graphite.dev">Graphite</a>)</summary>

> ## TL;DR
> This pull request modifies the HDF5 file reading methods to check if a path exists before attempting to read from it. This prevents unnecessary errors and makes the code more robust.
> 
> ## What changed
> The `HDF5ReadIntMatrix`, `HDF5ReadRealMatrix`, `HDF5ReadRealVector`, `HDF5ReadIntVector`, and `HDF5ReadScalar` methods in `HDF5File_Method.F90` have been updated. Previously, these methods would attempt to read from a given path without checking if it exists. Now, they first check if the path exists before attempting to read from it.
> 
> ## How to test
> To test these changes, you can use any HDF5 file and attempt to read from a non-existent path. The methods should now handle this gracefully instead of throwing an error.
> 
> ## Why make this change
> This change makes the code more robust and prevents unnecessary errors. It is a good practice to check if a file or path exists before attempting to read from it. This change brings the code in line with this practice.
</details>
…esh_Class_import

Updating abstract mesh class import
…File_Method

Fixing bug in hdf5 file method
- Adding copy methods in ElemData_Class and NodeData_Class
- Adding copy methods in ElemData_Class and NodeData_Class
@vickysharma0812 vickysharma0812 added this to the v23.10.3 milestone Jan 31, 2024
@vickysharma0812 vickysharma0812 self-assigned this Jan 31, 2024
@vickysharma0812 vickysharma0812 merged commit 7a00086 into master Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants