LogicallyOrthogonalMesh.py edited online with Bitbucket

This commit is contained in:
rowanc1
2013-10-01 00:23:18 +00:00
parent eb7d99837c
commit 6cb42ad20e
+2 -2
View File
@@ -264,9 +264,9 @@ class LogicallyOrthogonalMesh(BaseMesh, DiffOperators, InnerProducts, LomView):
3D, as there are up to 4 different normals
for each face that will be different.
To reshape the normals into a matrix and get the y component:
To reshape the normals into a matrix and get the y component::
NyX, NyY, NyZ = M.r(M.normals, 'F', 'Fy', 'M')
NyX, NyY, NyZ = M.r(M.normals, 'F', 'Fy', 'M')
"""
def fget(self):