[pyfr] 13/32: Fix a bug for space-time BC in Euler system.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Apr 21 08:21:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository pyfr.

commit d9943a60926f6908ee8e06e6341817df7988f921
Author: aerojspark <jin-seok.park at imperial.ac.uk>
Date:   Thu Mar 17 12:57:41 2016 +0000

    Fix a bug for space-time BC in Euler system.
---
 pyfr/solvers/euler/inters.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyfr/solvers/euler/inters.py b/pyfr/solvers/euler/inters.py
index d613b96..971e23f 100644
--- a/pyfr/solvers/euler/inters.py
+++ b/pyfr/solvers/euler/inters.py
@@ -51,7 +51,7 @@ class EulerBaseBCInters(BaseAdvectionBCInters):
 
         self.kernels['comm_flux'] = lambda: self._be.kernel(
             'bccflux', tplargs, dims=[self.ninterfpts], ul=self._scal0_lhs,
-            magnl=self._mag_pnorm_lhs, nl=self._norm_pnorm_lhs
+            magnl=self._mag_pnorm_lhs, nl=self._norm_pnorm_lhs, ploc=self._ploc
         )
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfr.git



More information about the debian-science-commits mailing list