Adjust mesh

This commit is contained in:
ysyapa 2024-01-24 15:29:08 +00:00
parent 4b665cc40f
commit 637c1e07bf
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
"metadata": {},
"outputs": [],
"source": [
"vertices = (0, 0.4 - 0.2im, 0.8, 2, 4, 6)\n",
"subdivisions = 64\n",
"vertices = (0, 0.4 - 0.2im, 0.8, 6)\n",
"subdivisions = 128\n",
"p, w = get_mesh(vertices, subdivisions)\n",
"mesh_E = p.*p ./ (2*0.5)\n",
"\n",