-
Hi, I was digging in example 26 where the resolution of the problem is restricted to a subdomain through condensation of the outer part. I wanted to do something similar for an application, but defining the problem on the core only (dofs in particular).
This is fine for the assembly, but the dofs of the basis are still defined on the whole mesh : Is there a mean to define the basis, but with both elements and dofs only in the subdomain ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is no such feature right now. I have started sketching such a feature multiple times. But so far I have not been happy with the result. Perhaps this request will finally give me enough motivation to get it actually done. My personal issue has been related to My workaround has been to manually slice the resulting matrices. |
Beta Was this translation helpful? Give feedback.
There is no such feature right now.
I have started sketching such a feature multiple times. But so far I have not been happy with the result.
Perhaps this request will finally give me enough motivation to get it actually done. My personal issue has been related to
FacetBasis
where I'd like to restrict to DOFs on boundary. However, that seems to be a more challenging problem than restricting DOFs on subdomain so perhaps I will solve this first.My workaround has been to manually slice the resulting matrices.