-
Is there a way to get the global numbering of all degrees of freedom associated to a |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Here is some code that I use to extract dofs on faces. It is not really optimised, but hopefully it is good enough for your purpuse. Out of curiosity, why do you need to extract the dofs on a faces?
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Yeah, the PeriodicDirichlet is pretty flexible now so you should give it a :D |
Beta Was this translation helpful? Give feedback.
-
Another, perhaps more intuitive, way is to create a boundary condition on the face, and extract the dofs which became constrained:
Obviously this isn't great either though. The periodic stuff isn't so complicated to use, so I would encourage you to have a look at it. If that doesn't solve your problem I am of course also curious about what your periodicity looks like :) |
Beta Was this translation helpful? Give feedback.
Thank you so much!
I was far from being able to produce a solution by myself..
I am using the boundary dof to define specific periodicity of domains.
I know there has been a huge work in Ferrite on periodicity to make it as flexible as possible but I didn't find the time to have a look yet..