-
Notifications
You must be signed in to change notification settings - Fork 2
January release of easifem-classes (v.23.10.3) #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
Updates in AbstractKernel
- changing names lin~ to geo~ - adding KernelAssembleSTAcousticMatrix_Method
Updates in AbstractKernel_Class
- Minor changes for 1D simulation
Updates in AbstractKernel
- adding Algorithm modules - fixing the issue #374
Updates in AbstractKernel
- adding CSDAlgorithms
Updates in AbstractKernel
Working on Viscous boundary condition
- Adding BinaryTree - Adding IntBinaryTree_Class
Adding Binary Tree WIP Adding EdgeList WIP Working on DataStructures
- 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
…_AbstractMesh Updates in Mesh_Class (#419)
Fixing bug in HDF5File_Method (#421)
- adding GetWTime
- Adding copy methods in ElemData_Class and NodeData_Class
- Adding copy methods in ElemData_Class and NodeData_Class
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
January release of easifem-classes v23.10.3