def Distribute(self, *args): r""" Distribute(ParGridFunction self, Vector tv) Distribute(ParGridFunction self, Vector tv) """ return _pgridfunc.ParGridFunction_Distribute(self, *args)
def Distribute(self, *args): return _pgridfunc.ParGridFunction_Distribute(self, *args)