コード例 #1
0
ファイル: interfaces.py プロジェクト: issamsaid/devito
 def dyz(self):
     """Symbol for the cross derivative wrt the y and z dimension"""
     return cross_derivative(self, order=self.space_order, dims=(y, z))
コード例 #2
0
ファイル: interfaces.py プロジェクト: issamsaid/devito
 def dxy(self):
     """Symbol for the cross derivative wrt the x and y dimension"""
     return cross_derivative(self, order=self.space_order, dims=(x, y))