Exemplo n.º 1
0
 def __init__(self):
     """__init__(mfem::IsoparametricTransformation self) -> IsoparametricTransformation"""
     this = _eltrans.new_IsoparametricTransformation()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self):
     this = _eltrans.new_IsoparametricTransformation()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Exemplo n.º 3
0
 def __init__(self):
     r"""__init__(IsoparametricTransformation self) -> IsoparametricTransformation"""
     _eltrans.IsoparametricTransformation_swiginit(
         self, _eltrans.new_IsoparametricTransformation())