[Commits] [svn:einsteintoolkit] GRHydro/ (Rev. 518)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Mon May 13 13:54:53 CDT 2013
User: rhaas
Date: 2013/05/13 01:54 PM
Modified:
/branches/ET_2013_05/
/branches/ET_2013_05/src/
GRHydro_Eigenproblem.F90
Log:
GRHydro: fix use of uninitialized variable in eigenproblem_leftright
this is only used when doing flux split FD which is not the default.
Directory Changes:
Directory: /branches/ET_2013_05/
================================
Property changes on: branches/ET_2013_05
___________________________________________________________________
Directory: /svn:mergeinfo/
==========================
- /branches/divclean:231-243
/branches/hot_and_MHD_temp_dev:166-185
/trunk:510,512
+ /branches/divclean:231-243
/branches/hot_and_MHD_temp_dev:166-185
/trunk:510,512,515
File Changes:
Directory: /branches/ET_2013_05/src/
====================================
File [modified]: GRHydro_Eigenproblem.F90
Delta lines: +3 -0
===================================================================
--- branches/ET_2013_05/src/GRHydro_Eigenproblem.F90 2013-05-13 18:11:19 UTC (rev 517)
+++ branches/ET_2013_05/src/GRHydro_Eigenproblem.F90 2013-05-13 18:54:53 UTC (rev 518)
@@ -618,6 +618,9 @@
call EOS_Omni_cs2(handle,keytemp,GRHydro_eos_rf_prec,n,&
rho,eps,xtemp,xye,cs2,keyerr,anyerr)
+ call EOS_Omni_DPressByDEps(handle,keytemp,GRHydro_eos_rf_prec,n,&
+ rho,eps,xtemp,xye,dpdeps,keyerr,anyerr)
+
! if (cs2<0) cs2=0 ! this does not modify the roe crashing problem with shocktube
enthalpy = one + eps + press / rho
More information about the Commits
mailing list