Relabelling facets of a hexahedral mesh #3048
-
Hi, Following some previous discussions on here I can relabel facets of a tetrahedral mesh using the 'HDiv Trace' space. Is there a space I can use to relabel facets of a hexahedral mesh? A minimal example that fails: from firedrake import * I want to use my own hexahedral geometry data, but the error is the same. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This PR will allow for marking facets with Q2 space for hex: #3049.
|
Beta Was this translation helpful? Give feedback.
This PR will allow for marking facets with Q2 space for hex: #3049.