load "gmsh" int runs=5; int nbMeshes=6; int [int] sizes(nbMeshes); real[int] cpuTimeMass(nbMeshes); real[int] cpuTimeStiffness(nbMeshes); // P1 or P2 finite elements (FreeFEM++ creates its own P2 finite element mesh from the triangulation constructed using P1 finite elements in GMSH) string[int] names = ["p1_0_05", "p1_0_025", "p1_0_0125", "p1_0_0063", "p1_0_0031", "p1_0_0016"]; for (int k=0; k