Wolfram言語

立体の可視化

領域上での関数の可視化

3Dポアソン(Poisson)方程式の解を,ディリクレ(Dirichlet)境界条件のある球体上に可視化する.

In[1]:=
Click for copyable input
usol = NDSolveValue[{\!\( \*SubsuperscriptBox[\(\[Del]\), \({x, y, z}\), \(2\)]\(u[x, y, z]\)\) == 1, DirichletCondition[u[x, y, z] == x y z, True]}, u, {x, y, z} \[Element] Ball[]];
In[2]:=
Click for copyable input
SliceDensityPlot3D[ usol[x, y, z], {"XStackedPlanes", "ZStackedPlanes"}, {x, y, z} \[Element] Ball[], PlotTheme -> "Marketing"]
Out[2]=

関連する例

de en es fr ko pt-br ru zh