You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor heat conduction example and improve Jacobi solver
- Updated mesh configuration in HeatConduction2DFinCG.html to reduce the number of elements for better performance.
- Enhanced FEAScript.js to prepare the mesh and extract node coordinates before matrix assembly.
- Modified jacobiMethodScript.js documentation to clarify return object structure.
- Rewrote jacobiSolverScript.js to implement a CPU synchronous version of the Jacobi method, removing the WebGPU dependency.
- Adjusted convergence check in webgpuJacobiWorker.js to use absolute differences.
- Removed testWebGPU.html as it is no longer needed.
0 commit comments