exterior_facet integral cannot be used with TensorProductCell #3858
Replies: 2 comments
-
can you show us the code? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is because an extruded mesh was being used, which requires ds_t, ds_b etc instead of ds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having difficulty implementing a Neuman boundary condition. The boundary condition I want to use is made up of forming a vector, using as_vector(), which I then cross with the normal vector and then integrate over the surface. The error that comes up "exterior_facet integral cannot be used with TensorProductCell" seems to suggest that this is not allowed. Is that correct? I guess I could calculate the cross product by hand using the components of the normal n[0] etc and use that instead is that the best way to go? Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions