[Commits] [svn:einsteintoolkit] IllinoisGRMHD/trunk/ (Rev. 23)
zachetie at gmail.com
zachetie at gmail.com
Tue Apr 1 22:29:00 CDT 2014
User: zetienne
Date: 2014/04/01 10:29 PM
Modified:
/trunk/
interface.ccl, param.ccl
Log:
Enable staggered operators. You'll need the pmoesta/staggered branch of Carpet, and the operators aren't ready yet. Stay tuned.
File Changes:
Directory: /trunk/
==================
File [modified]: interface.ccl
Delta lines: +9 -8
===================================================================
--- trunk/interface.ccl 2014-03-25 16:52:35 UTC (rev 22)
+++ trunk/interface.ccl 2014-04-02 03:29:00 UTC (rev 23)
@@ -17,30 +17,31 @@
# These variables are semi-staggered:
# Ax is defined on the semi-staggered grid (i,j+1/2,k+1/2)
# WARNING: WILL NOT WORK PROPERLY WITHOUT SEMI-STAGGERED PROLONGATION/RESTRICTION:
-#cctk_real em_Ax type = GF Timelevels=3 tags='Prolongation="STAGGER011"'
-cctk_real em_Ax type = GF Timelevels=3
+#cctk_real em_Ax type = GF Timelevels=3
+cctk_real em_Ax type = GF Timelevels=3 tags='Prolongation="STAGGER011"'
{
Ax
} "x-component of the vector potential, evolved when constrained_transport_scheme==3"
# Ay is defined on the semi-staggered grid (i+1/2,j,k+1/2)
# WARNING: WILL NOT WORK PROPERLY WITHOUT SEMI-STAGGERED PROLONGATION/RESTRICTION:
-#cctk_real em_Ay type = GF Timelevels=3 tags='Prolongation="STAGGER101"'
-cctk_real em_Ay type = GF Timelevels=3
+#cctk_real em_Ay type = GF Timelevels=3
+cctk_real em_Ay type = GF Timelevels=3 tags='Prolongation="STAGGER101"'
{
Ay
} "y-component of the vector potential, evolved when constrained_transport_scheme==3"
# WARNING: WILL NOT WORK PROPERLY WITHOUT SEMI-STAGGERED PROLONGATION/RESTRICTION:
# Az is defined on the semi-staggered grid (i+1/2,j+1/2,k)
-#cctk_real em_Az type = GF Timelevels=3 tags='Prolongation="STAGGER110"'
-cctk_real em_Az type = GF Timelevels=3
+#cctk_real em_Az type = GF Timelevels=3
+cctk_real em_Az type = GF Timelevels=3 tags='Prolongation="STAGGER110"'
{
Az
} "z-component of the vector potential, evolved when constrained_transport_scheme==3"
# psi6phi is defined on the staggered grid (i+1/2,j+1/2,k+1/2)
# WARNING: WILL NOT WORK PROPERLY WITHOUT SEMI-STAGGERED PROLONGATION/RESTRICTION:
-#cctk_real em_psi6phi type = GF Timelevels=3 tags='Prolongation="STAGGER111"'
-cctk_real em_psi6phi type = GF Timelevels=3
+#
+#cctk_real em_psi6phi type = GF Timelevels=3
+cctk_real em_psi6phi type = GF Timelevels=3 tags='Prolongation="STAGGER111"'
{
psi6phi
} "\sqrt{\gamma} \Phi, where Phi is the em scalar potential"
File [modified]: param.ccl
Delta lines: +1 -8
===================================================================
--- trunk/param.ccl 2014-03-25 16:52:35 UTC (rev 22)
+++ trunk/param.ccl 2014-04-02 03:29:00 UTC (rev 23)
@@ -21,7 +21,7 @@
#########################################################
# SPEED LIMIT: Set maximum relativistic gamma factor
#
-REAL GAMMA_SPEED_LIMIT "Maximum relativistic gamma factor. This must be compatible with ONE_MINUS_ONE_OVER_GAMMA_SQUARED (below)!"
+REAL GAMMA_SPEED_LIMIT "Maximum relativistic gamma factor."
{
1:* :: "Positive > 1, though you'll likely have troubles far above 10."
} 10.0
@@ -102,14 +102,7 @@
#########################################################
###############################################################################################
-
private:
-KEYWORD bound "Type of boundary condition to use"
-{
- "none" :: "No boundary condition"
- "flat" :: "Flat boundary condition"
- "radiation" :: "Radiation boundary condition"
-} "none"
#########################################################
# EVOLUTION PARAMS
More information about the Commits
mailing list