Exemplo n.º 1
0
 def ComputeFlux(self, blfi, flux, wcoef=1, subdomain=-1):
     """
     ComputeFlux(GridFunction self, BilinearFormIntegrator blfi, GridFunction flux, int wcoef=1, int subdomain=-1)
     ComputeFlux(GridFunction self, BilinearFormIntegrator blfi, GridFunction flux, int wcoef=1)
     ComputeFlux(GridFunction self, BilinearFormIntegrator blfi, GridFunction flux)
     """
     return _gridfunc.GridFunction_ComputeFlux(self, blfi, flux, wcoef,
                                               subdomain)
Exemplo n.º 2
0
 def ComputeFlux(self, blfi, flux, wcoef=1, subdomain=-1):
     return _gridfunc.GridFunction_ComputeFlux(self, blfi, flux, wcoef,
                                               subdomain)
Exemplo n.º 3
0
 def ComputeFlux(self, blfi, flux, wcoef=True, subdomain=-1):
     r"""ComputeFlux(GridFunction self, BilinearFormIntegrator blfi, GridFunction flux, bool wcoef=True, int subdomain=-1)"""
     return _gridfunc.GridFunction_ComputeFlux(self, blfi, flux, wcoef,
                                               subdomain)