You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I guess there is a little bug. The function g should be ufl.dot(ufl.grad(u_ex), n) without " - ". In your case, the exact solution is cos function, and its derivative is -sin, which is 0 on the boundary, so we can get the correct solution, but if you change u_ex to sin function, the solution is wrong, and this can be fixed by removing "-".
Minimal example
The text was updated successfully, but these errors were encountered: