8000 Ready for version 3.3.0 by AlbertZyy · Pull Request #1673 · weihuayi/fealpy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
merged 72 commits into from
Jun 8, 2025
Merged

Ready for version 3.3.0 #1673

merged 72 commits into from
Jun 8, 2025

Conversation

AlbertZyy
Copy link
Collaborator

No description provided.

chenchunyu and others added 30 commits April 21, 2025 11:05
[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.
Hukai0 and others added 29 commits May 22, 2025 19:46
feat(solver):add bicg and bicgstab and iterativesolvermanger
[Feat] add DEPSO algorithm
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.
[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.
@AlbertZyy AlbertZyy merged commit abbbe65 into master Jun 8, 2025
3 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0