Defining the specified indices for subdomains and boundaries #2677
Unanswered
EomAA
asked this question in
Firedrake support
Replies: 2 comments 2 replies
-
Basically you need to get the mesh generator to do this. You can work around it sometimes using indicator functions, but there's no straightforward way to change the markings on the mesh. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This PR will facilitate (to some extent) marking entities using indicator functions: #2682 Specifically, you might be interested in this test: d7f16e2 |
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
-
Hi folks,
I am transitioning and moving on to the Firedrake from FEniCS because it seems to me more flexible and easier to implement a parallelization of large-scale problems.
In the FEniCS, I usually used a couple of functions
in order to define the specific indices for subdomains and boundaries based on the coordinates things.
Looking at the webpage of Firedrake, it seems that only way to do this is to use the outsourcing mesh generator, like the Gmsh.
The same functions are supported in Firedrake or is there a something similar feature?
I look forward to hearing from you all and thank you in advance!!
Beta Was this translation helpful? Give feedback.
All reactions