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))
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))