This page presents a performance test of FEAScript using the Heat Conduction in a 2D Fin problem. You can choose the solver and mesh size to benchmark performance. For simplicity and speed, this test uses linear elements. For the mathematical formulation and theoretical background, refer to the basic tutorial.
For best benchmark results, download the FEAScript library and use a local import (import { FEAScriptModel, plotSolution } from "path/to/index.js";
) instead of loading from the remote server.