Beispiel #1
0
 def GetTraceElement(self, i, geom_type):
     """GetTraceElement(FiniteElementSpace self, int i, int geom_type) -> FiniteElement"""
     return _fespace.FiniteElementSpace_GetTraceElement(self, i, geom_type)
Beispiel #2
0
 def GetTraceElement(self, i, geom_type):
     r"""GetTraceElement(FiniteElementSpace self, int i, mfem::Geometry::Type geom_type) -> FiniteElement"""
     return _fespace.FiniteElementSpace_GetTraceElement(self, i, geom_type)
Beispiel #3
0
 def GetTraceElement(self, i, geom_type):
     return _fespace.FiniteElementSpace_GetTraceElement(self, i, geom_type)