예제 #1
0
파일: fespace.py 프로젝트: mortezah/PyMFEM
 def __init__(self):
     """__init__(mfem::Ordering self) -> Ordering"""
     this = _fespace.new_Ordering()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
파일: fespace.py 프로젝트: totorosw/PyMFEM
 def __init__(self):
     r"""__init__(Ordering self) -> Ordering"""
     _fespace.Ordering_swiginit(self, _fespace.new_Ordering())
예제 #3
0
 def __init__(self):
     this = _fespace.new_Ordering()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this