[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 569)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Tue Aug 13 09:56:13 CDT 2013


User: rhaas
Date: 2013/08/13 09:56 AM

Modified:
 /trunk/
  interface.ccl

Log:
 add interface  use OMP version of ESO_Omni_press function
 
 From: Christian Ott <cott at tapir.caltech.edu>

File Changes:

Directory: /trunk/
==================

File [modified]: interface.ccl
Delta lines: +14 -0
===================================================================
--- trunk/interface.ccl	2013-08-13 14:56:11 UTC (rev 568)
+++ trunk/interface.ccl	2013-08-13 14:56:13 UTC (rev 569)
@@ -258,6 +258,20 @@
 USES FUNCTION EOS_Omni_GetHandle
 
 
+void FUNCTION EOS_Omni_pressOMP(CCTK_INT IN eoskey,         \
+			     CCTK_INT IN havetemp,       \
+			     CCTK_REAL IN rf_precision,   \
+                             CCTK_INT IN npoints,        \
+			     CCTK_REAL IN ARRAY rho,     \
+			     CCTK_REAL INOUT ARRAY eps,  \
+			     CCTK_REAL INOUT ARRAY temp, \
+			     CCTK_REAL IN ARRAY ye,      \
+			     CCTK_REAL OUT ARRAY press,  \
+			     CCTK_INT OUT ARRAY keyerr,  \
+			     CCTK_INT OUT anyerr)
+
+USES FUNCTION EOS_Omni_pressOMP
+
 void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey,         \
 			     CCTK_INT IN havetemp,       \
 			     CCTK_REAL IN rf_precision,   \



More information about the Commits mailing list