Skip to content

Conversation

nikoscham
Copy link
Member

Still work in progress (regarding the frontal solver), but a lot of work has been done regarding:

  • Improved performance through sparse matrix usage in solvers.
  • Better modularity by separating mesh preparation, utilities, and solver logic.
  • Enhanced documentation for easier onboarding and usage examples.

- 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.
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant