-
Notifications
You must be signed in to change notification settings - Fork 3
frontPropagationScript solver #29
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
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
…te README instructions, and enhance .gitignore
…the front propagation matrix, including detailed JSDoc comments. - Updated version number in package.json and src/index.js to 0.1.2. - Added logging for FEAScript version in HeatConduction1DWall.js. - Updated peer dependency for plotly.js to version 2.35.3. - Removed unnecessary dependencies from package-lock.json and package.json.
…nd example usage sections
…t for error calculation
…at conduction examples
… context, enhancing front propagation solver with eikonal viscous term parameterization
… Refactor linearSystemScript.js and FEAScript.js to utilize it
* Redefining the mesh script as a Class * Deleting meshGeneration class and replacing it to the Mesh1D and Mesh2D classes
…onScript Improve Readability and Maintainability of meshGenerationScript.js by ferrari212
…ditionsScript.js). Possible need to consolidate with thermalBoundaryConditionsScript.js in the future
…oundary conditions
…prove logging in boundary condition applications
…gence tolerance; add helper function for system size calculation
…ion in FEAScript.js from 10 to 5 - Reorganize the return statement in meshGenerationScript.js since it was causing an error in the case of linear elements - Update logging messages in newtonRaphsonScript.js - Increase the base viscous term in frontPropagationScript.js from 1e-3 to 1e-2 to prevent stability issues
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.
Implementing a new solver for the Eikonal equation, aimed at modeling propagating wavefronts