Open opeltre opened 3 years ago
For Dirichlet boundary conditions, restrict the image of K.delta[1] to a subdomain of K[0].
K.delta[1]
K[0]
For Neumann conditions, restrict the image of K.nabla(p)[0] to a subdomain of K[1].
K.nabla(p)[0]
K[1]
For Dirichlet boundary conditions, restrict the image of
K.delta[1]
to a subdomain ofK[0]
.For Neumann conditions, restrict the image of
K.nabla(p)[0]
to a subdomain ofK[1]
.