Finding elements in the opposite side of a square domain #3800
adhithya96
started this conversation in
General
Replies: 1 comment 5 replies
-
libMesh optionally lets you construct a node-to-elem map; I believe MOOSE always constructs it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to find the element on the opposite side in libMesh ?
I was able to find the nodes by using PointLocator but for elements I wasn't able to find anything on libMesh Doxygen. I am trying to use it to implement Bloch boundary condition in MOOSE.
Beta Was this translation helpful? Give feedback.
All reactions