Added a missing switch to stencil_assembly.sas.
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"imesh = 10000\n",
|
||||
"#imesh = 16000\n",
|
||||
"imesh = 30000\n",
|
||||
"mesh = ad.read.Mesh(imesh, fdir=meshdir)"
|
||||
]
|
||||
},
|
||||
@@ -72,7 +73,10 @@
|
||||
"vis.slices.plot_3(mesh, mesh.uu[0], title = r'$u_x$')\n",
|
||||
"vis.slices.plot_3(mesh, mesh.uu[1], title = r'$u_y$')\n",
|
||||
"vis.slices.plot_3(mesh, mesh.uu[2], title = r'$u_z$')\n",
|
||||
"vis.slices.plot_3(mesh, mesh.lnrho, title = r'$\\ln_\\rho$')"
|
||||
"vis.slices.plot_3(mesh, mesh.lnrho, title = r'$\\ln_\\rho$')\n",
|
||||
"vis.slices.plot_3(mesh, np.exp(mesh.lnrho), title = r'$\\rho$')\n",
|
||||
"vis.slices.plot_3(mesh, np.exp(mesh.lnrho), title = r'$N_\\mathrm{col}$', slicetype = 'sum')\n",
|
||||
"#vis.slices.plot_3(mesh, mesh.entropy, title = r'$s$')\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -97,23 +101,9 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"vis.lineplot.plot_ts(ts, lnrho=1, uutot=1, uux=1, ss=1)"
|
||||
"vis.lineplot.plot_ts(ts, lnrho=1, uutot=1, uux=1, uuy=1, ss=1)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
Reference in New Issue
Block a user