|
Functions | |
| def | smeshDC::Mesh.InverseDiag |
| Replaces two neighbour triangles sharing Node1-Node2 link with the triangles built on the same 4 nodes but having other common link. | |
| def smeshDC.Mesh.InverseDiag | ( | self, | |
| NodeID1, | |||
| NodeID2 | |||
| ) | [inherited] |
Replaces two neighbour triangles sharing Node1-Node2 link with the triangles built on the same 4 nodes but having other common link.
| NodeID1 | the ID of the first node |
| NodeID2 | the ID of the second node |
Definition at line 2725 of file smeshDC.py.