Skip to content

von Neuman boundary condition vs free boundary condition #1151

Answered by kinnala
turczyneq asked this question in Q&A
Discussion options

You must be logged in to vote

Neumann boundary condition is natural (i.e. automatically satisfied) for the variational formulation you have chosen to solve. This is not specific to scikit-fem or even to the finite element method, but rather a general feature of the particular variational formulation which is being solved.

There is lots of literature available on other types of boundary conditions, and I won’t repeat everything here, but you can for example look for ”inhomogeneous Neumann condition” or ”Robin boundary condition”. However, perhaps it helps you to know that there is no specific function in scikit-fem to set other types of boundary conditions: everything is done either via condense() or by adding correct …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@turczyneq
Comment options

Answer selected by turczyneq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants