예제 #1
0
파일: gridfunc.py 프로젝트: mortezah/PyMFEM
 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)
예제 #2
0
 def ComputeFlux(self, blfi, flux, wcoef=1, subdomain=-1):
     return _gridfunc.GridFunction_ComputeFlux(self, blfi, flux, wcoef,
                                               subdomain)
예제 #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)