-
-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/frontal solver #40
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
- Updated version from 0.1.2 to 0.1.3 - Modified description for clarity - Added contributor Felipe Ferrari to package.json - Changed homepage URL to https://feascript.com/ - Updated version constant in src/index.js to 0.1.3
* Refactor solver imports * chore: bump version to 0.1.3 and update description in package.json - Updated version from 0.1.2 to 0.1.3 - Modified description for clarity - Added contributor Felipe Ferrari to package.json - Changed homepage URL to https://feascript.com/ - Updated version constant in src/index.js to 0.1.3
- Updated README.md to include new sections on JavaScript API and Visual Editor, improving clarity on usage methods. - Reorganized content for better navigation and added links to examples and tutorials. - Modified example scripts to improve console output order for clarity. - Introduced a new frontal solver script for 2D problems, implementing necessary mathematical functions and logic. - Created a temporary HTML file to load the frontal solver script for testing purposes.
…e new mesh utility functions; streamline mesh preparation and isoparametric mapping processes
…ed parameters are provided when not using a parsed mesh
…e debug logs to error logs for unimplemented element type mapping and clarify function descriptions in documentation comments.
…remove helper function for system size calculation
…e comment clarity; standardize residualVector and jacobianMatrix descriptions and replace meshData.elementOrder with elementOrder
…odule imports; rename feaData to FEAData for consistency in frontPropagationScript and solidHeatTransferScript
…ansfer elements; update temporaryFrontalTest title and description for clarity.
…consistency in naming
…ity; add plotting capabilities to temporaryFrontalTest and enhance logging messages.
…inates in newtonRaphsonScript.js and frontPropagationScript.js
- Introduced frontal solver method in FEAScriptModel for improved solving capabilities. - Added runFrontalSolver function to frontalSolverScript.js for result handling. - Enhanced solidHeatTransferScript.js to support convection boundary conditions. - Removed temporaryFrontalTest.html as it is no longer needed.
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.
Still work in progress (regarding the frontal solver), but a lot of work has been done regarding: