level 1
csh0708sky
楼主
sol1 = NDSolveValue[{D[n[x, y, t], t] ==
DD (D[n[x, y, t], {x, 2}] + D[n[x, y, t], {y, 2}]) -
n[x, y, t]/t, n[x, y, 0] == n0 Exp[-((x^2 + y^2)/w^2)]},
n[x, y, t], {x, -3 10^-6, 3 10^-6}, {y, -3 10^-6, 3 10^-6}, {t, 0,
6 10^-9}]
2022年04月11日 08点04分
1
DD (D[n[x, y, t], {x, 2}] + D[n[x, y, t], {y, 2}]) -
n[x, y, t]/t, n[x, y, 0] == n0 Exp[-((x^2 + y^2)/w^2)]},
n[x, y, t], {x, -3 10^-6, 3 10^-6}, {y, -3 10^-6, 3 10^-6}, {t, 0,
6 10^-9}]