Exemplo n.º 1
0
 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)
Exemplo n.º 2
0
 def ParallelAverage(self, *args):
     return _pgridfunc.ParGridFunction_ParallelAverage(self, *args)