コード例 #1
0
ファイル: blockvector.py プロジェクト: totorosw/PyMFEM
 def GetBlock(self, *args):
     r"""
     GetBlock(BlockVector self, int i) -> Vector
     GetBlock(BlockVector self, int i) -> Vector
     """
     return _blockvector.BlockVector_GetBlock(self, *args)
コード例 #2
0
 def GetBlock(self, *args):
     return _blockvector.BlockVector_GetBlock(self, *args)