Julia implementation adapted from the articles / matlab's codes The virtual element method in 50 lines of matlab
and mVEM: MATLAB Programming for Virtual Element Methods
. See Oliver J. Sutton article (2D case) and Yue Yu github (3D case).
>] add https://github.com/edljk/PolygonalFem.jl
> using PolygonalFem
> PolygonalFem.vem("squarepolmesh_lesscoarse", 1000)