Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Neumann boundary

More
5 years 5 months ago #1257 by ddrake
Neumann boundary was created by ddrake
Hi,

I understand that if we apply a Neumann boundary condition to the Poisson problem, there is no unique solution. I was wondering if there is a standard way to solve this problem in NGSolve by specifying a specific value for say a boundary point.

Best,
Dow
More
5 years 5 months ago - 5 years 5 months ago #1258 by christopher
Replied by christopher on topic Neumann boundary
You can set one vertex dof to dirichlet with
Code:
fes.FreeDofs()[dofnr] = False
Then the problem should be solvable and the solution is 0 in that vertex.

Best
Christopher
Last edit: 5 years 5 months ago by christopher.
The following user(s) said Thank You: ddrake, liubenyuan
Time to create page: 0.130 seconds