FEAScript 0.1.2
This release introduces a nonlinear Newton-Raphson solver, 2D front propagation modeling, and improvements in mesh generation
New Features
Physical Modelling
- Added 2D front propagation solver and corresponding example - Contributed by @nikoscham
Geometry & Meshing
- Improved readability and maintainability of meshGenerationScript.js - Contributed by @ferrari212
Numerical Solution
- Introduced Newton-Raphson method for solving nonlinear equations - Contributed by @nikoscham
Code Statistics
Language | Files | Lines | Code | Comments | Blanks |
---|---|---|---|---|---|
JavaScript | 28 | 4,087 | 2,768 | 941 | 378 |
JSON | 3 | 4,385 | 4,385 | 0 | 0 |
Plain Text | 1 | 2 | 0 | 2 | 0 |
Markdown | 6 | 225 | 0 | 139 | 86 |
├─ BASH | 5 | 15 | 13 | 2 | 0 |
├─ HTML | 1 | 6 | 6 | 0 | 0 |
└─ JavaScript | 2 | 62 | 26 | 30 | 6 |
Subtotal (Markdown) | 308 | 45 | 171 | 92 |
Total:
Files: 38
Lines: 8,782
Code: 7,198
Comments: 1,114
Blanks: 470