예제 #1
0
파일: fespace.py 프로젝트: totorosw/PyMFEM
 def __init__(self, *args):
     r"""
     __init__(QuadratureSpace self, Mesh mesh_, int order_) -> QuadratureSpace
     __init__(QuadratureSpace self, Mesh mesh_, std::istream & _in) -> QuadratureSpace
     """
     _fespace.QuadratureSpace_swiginit(self,
                                       _fespace.new_QuadratureSpace(*args))
예제 #2
0
파일: fespace.py 프로젝트: mortezah/PyMFEM
 def __init__(self, *args):
     """
     __init__(mfem::QuadratureSpace self, Mesh mesh_, int order_) -> QuadratureSpace
     __init__(mfem::QuadratureSpace self, Mesh mesh_, std::istream & arg3) -> QuadratureSpace
     """
     this = _fespace.new_QuadratureSpace(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #3
0
 def __init__(self, *args):
     this = _fespace.new_QuadratureSpace(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this