Skip to content

Releases: FEAScript/FEAScript-core

0.2.0

Choose a tag to compare

@nikoschamnikoscham released this 25 Feb 20:03

FEAScript 0.2.0

This release introduces creeping (Stokes) flow simulations, GPU-accelerated solver via WebGPU and improved results visualization.

New Features

Physical Modeling

  • Added support for steady creeping (Stokes) flow simulations using Taylor-Hood elements and a new 2D lid-driven cavity example - Contributed by @nikoscham

Geometry and Meshing

  • Added support for trapezoid-shaped 2D domains meshing - Contributed by @nikoscham

Numerical Methods

Visualization & Post-Processing

  • The plotSolution function has been extended to visualize arbitrary-shaped geometries - Contributed by @nikoscham

Code Statistics

FilesCode LinesComment LinesBlank LinesTotal Lines
4910,0251,86788312,775

0.1.3

Choose a tag to compare

@nikoschamnikoscham released this 08 Oct 06:27
27ff578

FEAScript 0.1.3

This release introduces the frontal method for solving linear systems and the general form PDE solver for solving partial differential equations.

New Features

Numerical Solution

  • Added 1D general form PDE solver and corresponding example - Contributed by @Stu-ops and @nikoscham
  • Introduced the frontal method for solving linear systems - Contributed by @nikoscham

Package Distribution

  • Automate running Node.js tests on every pull request - Contributed by @silky-x0

Code Statistics

FilesCode LinesComment LinesBlank LinesTotal Lines
428,5441,52572410,793

0.1.2

Choose a tag to compare

@nikoschamnikoscham released this 31 Jul 08:36
1560d41

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

FilesCode LinesComment LinesBlank LinesTotal Lines
387,1981,1144708,782

0.1.1

Choose a tag to compare

@nikoschamnikoscham released this 22 May 12:55

FEAScript 0.1.1

This release makes FEAScript available on npm for easier installation

New Features

Package Distribution

0.1.0

Choose a tag to compare

@nikoschamnikoscham released this 15 May 07:46

FEAScript 0.1.0 – Initial Release

This is the first (still unstable) release of FEAScript, a lightweight JavaScript library for finite element analysis (FEA) in the browser

Features

Physical Modelling

  • Solid heat conduction solver (1D & 2D) - Contributed by @nikoscham

Geometry & Meshing

Numerical Solution

Parallelization

Visualization

Code Statistics

FilesCode LinesComment LinesBlank LinesTotal Lines
242,3948133713,578