Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 3
0
 def GetTraceElement(self, i, geom_type):
     return _fespace.FiniteElementSpace_GetTraceElement(self, i, geom_type)