FEM: Add faces by face workaround for force constraint

This commit is contained in:
Stefan Tröger
2016-05-16 09:00:25 +02:00
committed by wmayer
parent 55534e98d4
commit aae79ee558
6 changed files with 75 additions and 30 deletions

View File

@@ -84,6 +84,11 @@
<UserDocu>Make a copy of this FEM mesh.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getFacesByFace" Const="true">
<Documentation>
<UserDocu>Return a list of face IDs which belong to a TopoFace</UserDocu>
</Documentation>
</Methode>
<Methode Name="getVolumesByFace" Const="true">
<Documentation>
<UserDocu>Return a dict of volume IDs and face IDs which belong to a TopoFace</UserDocu>