Replies: 4 comments
-
If the goal is just to apply boundary conditions, it may be simpler to just extract the list of dofs on that face and then add to cc: @mlstowell |
Beta Was this translation helpful? Give feedback.
-
I can certainly do that. However, doing it this way introduces an issue in that I would be using two different processes to accomplish the same goal in setting boundary conditions: using attributes for bdrelements and using a manual ess_tdof_list for faces on elements. I have a lot built around the attributes, including visualization in ParaView for checking boundary assignments. I would prefer to not introduce a second process in the interest of consistency, maintainability, and visualization. How much harder would it be to use attributes over a manual ess_tdof_list? If it is massively harder, such as requiring derived classes with custom methods, I'll go with the manual ess_tdof_list. |
Beta Was this translation helpful? Give feedback.
-
You can try adding the triangle as a boundary element with |
Beta Was this translation helpful? Give feedback.
-
That process seems good. I'll give that a try. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to identify a triangle of a tetrahedron that is internal to the 3D volume of a conformal mesh and convert that triangle to being marked as a bdrelement. I can then apply boundary conditions to that bdrelement using standard bdrelement processing. I reviewed the methods in Mesh, but I do not see a method that can do this. Is it possible to set the identified triangle to be a bdr element [or otherwise add it to the bdrelement list]?
Beta Was this translation helpful? Give feedback.
All reactions