Exemplo n.º 1
0
 def __init__(self, gt):
     this = _communication.new_GroupCommunicator(gt)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     r"""__init__(GroupCommunicator self, GroupTopology gt, mfem::GroupCommunicator::Mode m=byNeighbor) -> GroupCommunicator"""
     _communication.GroupCommunicator_swiginit(
         self, _communication.new_GroupCommunicator(*args, **kwargs))
Exemplo n.º 3
0
 def __init__(self, *args):
     this = _communication.new_GroupCommunicator(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this