Exemplo n.º 1
0
 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))
Exemplo n.º 2
0
 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
Exemplo n.º 3
0
 def __init__(self, *args):
     this = _fespace.new_QuadratureSpace(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this