示例#1
0
 def __init__(self):
     """__init__(mfem::FaceElementTransformations self) -> FaceElementTransformations"""
     this = _eltrans.new_FaceElementTransformations()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
示例#2
0
 def __init__(self):
     this = _eltrans.new_FaceElementTransformations()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
示例#3
0
 def __init__(self):
     r"""__init__(FaceElementTransformations self) -> FaceElementTransformations"""
     _eltrans.FaceElementTransformations_swiginit(
         self, _eltrans.new_FaceElementTransformations())