def AddBoundaryIntegrator(self, bfi): if not hasattr(self, "_integrators"): self._integrators = [] self._integrators.append(bfi) bfi.thisown = 0 return _bilinearform.MixedBilinearForm_AddBoundaryIntegrator(self, bfi)
def AddBoundaryIntegrator(self, *args): r""" AddBoundaryIntegrator(MixedBilinearForm self, BilinearFormIntegrator bfi) AddBoundaryIntegrator(MixedBilinearForm self, BilinearFormIntegrator bfi, intArray bdr_marker) """ if not hasattr(self, "_integrators"): self._integrators = [] self._integrators.append(bfi) bfi.thisown = 0 return _bilinearform.MixedBilinearForm_AddBoundaryIntegrator( self, *args)