Пример #1
0
    def AddBoundaryIntegrator(self, bfi):

        if not hasattr(self, "_integrators"): self._integrators = []
        self._integrators.append(bfi)
        bfi.thisown = 0

        return _bilinearform.MixedBilinearForm_AddBoundaryIntegrator(self, bfi)
Пример #2
0
    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)