コード例 #1
0
ファイル: fespace.py プロジェクト: totorosw/PyMFEM
 def VDofToDof(self, vdof):
     r"""VDofToDof(FiniteElementSpace self, int vdof) -> int"""
     return _fespace.FiniteElementSpace_VDofToDof(self, vdof)
コード例 #2
0
ファイル: fespace.py プロジェクト: InSAR-invert/PyMFEM
 def VDofToDof(self, vdof):
     return _fespace.FiniteElementSpace_VDofToDof(self, vdof)