Exemplo n.º 1
0
 def GetDerivative(self, comp, der_comp, der):
     return _gridfunc.GridFunction_GetDerivative(self, comp, der_comp, der)
Exemplo n.º 2
0
 def GetDerivative(self, comp, der_comp, der):
     r"""GetDerivative(GridFunction self, int comp, int der_comp, GridFunction der)"""
     return _gridfunc.GridFunction_GetDerivative(self, comp, der_comp, der)