mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-05 03:21:24 +08:00
LogicallyOrthogonalMesh.py edited online with Bitbucket
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user