This directory contains Node.js examples demonstrating how to use the FEAScript library to solve front propagation problems using the eikonal equation.
This example demonstrates solving an eikonal equation in a 2D domain to track the movement of a solidification interface. For detailed information on the model setup, refer to the corresponding tutorial in the FEAScript website.
echo '{"type":"module"}' > package.jsonnpm install feascript mathjsnode SolidificationFront2D.js(for the "Solidification Front Propagation in a 2D Domain" example)
