About incomplete Dirichlet boundary conditions

Hi, I was wandering what happens if, in a time dependent problem (Navier-Stokes type for example) I only specify Dirichlet boundary conditions in a subset of the whole boundary. How does FEniCS solve the equations? What values are given to the unused points in the boundary?
Thanks!

You question is too broad to be answered briefly in this forum. I suspect the answer is along the lines of “remaining boundary terms will correspond to natural enforcement of zero stress”; however, there’s not enough detail in your question regarding your formulation and implementation to be sure.

I suggest looking at @dokken’s excellent tutorial, specifically:

1 Like