Esempio n. 1
0
 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)
Esempio n. 2
0
 def DofsToVDofs(self, *args):
     return _fespace.FiniteElementSpace_DofsToVDofs(self, *args)