コード例 #1
0
ファイル: fespace.py プロジェクト: mortezah/PyMFEM
 def DofsToVDofs(self, *args):
     """
     DofsToVDofs(FiniteElementSpace self, intArray dofs, int ndofs=-1)
     DofsToVDofs(FiniteElementSpace self, intArray dofs)
     DofsToVDofs(FiniteElementSpace self, int vd, intArray dofs, int ndofs=-1)
     DofsToVDofs(FiniteElementSpace self, int vd, intArray dofs)
     """
     return _fespace.FiniteElementSpace_DofsToVDofs(self, *args)
コード例 #2
0
ファイル: fespace.py プロジェクト: InSAR-invert/PyMFEM
 def DofsToVDofs(self, *args):
     return _fespace.FiniteElementSpace_DofsToVDofs(self, *args)