-
Notifications
You must be signed in to change notification settings - Fork 159
Ready for version 3.3.0 #1673
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
Ready for version 3.3.0 #1673
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
[Feat] Add the 'ViZiRPlotter' class for plotter(Algorithm)
add the huzhang element space and a example for linear elastic
… example of solving the Helmholtz equation using PINN
feat(opt): Add three objective optimization
feat(ml): Add new features to the Helmholtz PDE
…ation to facilitate the demonstration section in the workshop manual. Significantly reduced the previous code volume of the dual-network training model, halved the training time, and improved the convergence performance.
…re deep learning method files can be added in parallel according to plan. These files encompass the core functionalities or algorithms of their respective methods. In the newly added PINN Python file, a residual class Residual is defined. An example of its usage in the training script is: residual = Residual('helmholtz_2d'), where the PDE model name is passed as an instantiation parameter. This allows for returning the corresponding residual function for different PDE models, achieving decoupling of methods and models from the user's perspective and offering excellent scalability.
Some minor modifications to the IMS app and code refactoring for the purpose of contributing to the workshop manual's demonstration examples.
feat(solver):add directsolvermanger
…ckend, integrating base classes for single objective and multi-objective optimization
…iformMesh3d, as well as the bug in the to_cupy_data function in direct.py
[Refactor] Multi objective optimization runs through the Torch backend
fix(bug): Fix the device mismatch and in-place operation issues in UniformMesh3d, as well as the bug in the to_cupy_data function in direct.py
[Feat, Fix] CFD and related content modification
fix(mesh): switch the parameter extent in mesh to saclar.
…mensional Nedelec, Rt, and BDM, and modify the corresponding examples.
…mensional Nedelec, Rt, and BDM, and modify the corresponding examples.
feat(solver):add bicg and bicgstab and iterativesolvermanger
[Feat] add DEPSO algorithm
… to read .mesh type data file
feat(TetrahedronMesh and TriangleMesh): add the `from_medit` function to read .mesh type data file
…): coasren data doesnt match;fix(integrator):fluid-dependent Integrator
[feat]new method netwon ossen and some problem ; [fix]: coasren data doesnt match ;[fix]:fluid_boundary_friction Integrator
[Feat] Add electromagnetics FDTD simulation method and test for cem module.
This reverts commit 7b06587.
[fix] pressorkintegrator import problem; [fix]cahnhiliaerd equation api
[Fix] Add the cart esian decoration to each PDE model (Model)
coo_matrix and csr_matrix cannot accept None as data. Add dtype parameter for COO/CSR.to_dense. Remove some duplicated codes.
Some minor fixes
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.
No description provided.