示例#1
0
文件: ode.py 项目: mortezah/PyMFEM
 def __init__(self, order):
     """__init__(mfem::SIAVSolver self, int order) -> SIAVSolver"""
     this = _ode.new_SIAVSolver(order)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
示例#2
0
文件: ode.py 项目: totorosw/PyMFEM
 def __init__(self, order):
     r"""__init__(SIAVSolver self, int order) -> SIAVSolver"""
     _ode.SIAVSolver_swiginit(self, _ode.new_SIAVSolver(order))
示例#3
0
 def __init__(self, order):
     this = _ode.new_SIAVSolver(order)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this