def ParallelAverage(self, *args): r""" ParallelAverage(ParGridFunction self, Vector tv) ParallelAverage(ParGridFunction self, HypreParVector tv) ParallelAverage(ParGridFunction self) -> HypreParVector """ return _pgridfunc.ParGridFunction_ParallelAverage(self, *args)
def ParallelAverage(self, *args): return _pgridfunc.ParGridFunction_ParallelAverage(self, *args)