This software contains a 2D mesh generator optimized with the Metropolis algorithm together with routines based on the Finite Element Method (FEM) allowing to solve initial-boundary value linear differential equations (lde). This differential solver can be applied to both Dirichlet and Neumann boundary conditions.
metfem2d enables to produce meshes with a prescribed size
h of elements which serve as standard discrete patterns for the Finite Element Method (FEM). This mesh generation routine is additionally strengthen by applying the Delaunay triangulation algorithm. Appropriate meshes together with the FEM approach constitute an effective tool to deal with various differential equations.
The
metfem2d is written in Java and can be run on various operating systems. It is designed for Java(TM) SE Runtime Environment version 14 (go
here to download openjdk 14 binaries).