Guest User

Untitled

a guest
Jun 13th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. NDSolveValue[{-Laplacian[u[x, y], {x, y}] == NeumannValue[1., x >= 0.35],
  2. DirichletCondition[u[x, y] == 0., x <= -0.3]}, u, Element[{x, y}, Disk[]]]
Add Comment
Please, Sign In to add comment