Trying to relabel a mesh for mixed Poisson #2992
-
¡Hi everyone! I'm new to Firedrake (used to using FEniCS). I've been trying for a while to solve a mixed Poisson problem on a fairly complicated mesh. The mesh is a hollow tetrakaidecahedron with two holes cut out along the x axis ( I keep getting I've attached the mesh and the commented MRE: mre.zip. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
RelabeledMesh
makes a new mesh object with new labels, so you need to makemark_tkd_boundaries()
function return that new mesh object and use that mesh in the rest of your code.