+ implement FemMesh::getVolumesByFace, replace inner list by tuple

This commit is contained in:
wmayer
2015-05-08 21:45:13 +02:00
parent 29205f7f4d
commit d3029657f0
4 changed files with 87 additions and 10 deletions

View File

@@ -84,9 +84,14 @@
<UserDocu>Make a copy of this FEM mesh.</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>
</Documentation>
</Methode>
<Methode Name="getccxVolumesByFace" Const="true">
<Documentation>
<UserDocu>Return a list of volume IDs which belong to a TopoFace</UserDocu>
<UserDocu>Return a dict of volume IDs and ccx face numbers which belong to a TopoFace</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodeById" Const="true">