aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl24
1 files changed, 24 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index d4aa69f..6e23967 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -389,6 +389,8 @@ real densrhs type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
real taurhs type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Update term for tau"
real srhs[3] type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Update term for s"
real Bconsrhs[3] type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Update term for Bcons"
+real Avecrhs[3] type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Update term for Avec"
+real Aphirhs type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Update term for Aphi"
real psidcrhs type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Update term for psidc"
@@ -507,6 +509,16 @@ real GRHydro_entropyfluxes type = GF Timelevels = 1 tags='Prolongation="None" ch
entropyflux
} "Fluxes for the conserved entropy density"
+real GRHydro_Avecfluxes type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
+{
+ Avecxflux, Avecyflux, Aveczflux
+} "Fluxes for each Avec variable"
+
+real GRHydro_Aphifluxes type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
+{
+ Aphiflux
+} "Fluxes for Aphi"
+
int evolve_Y_e type = SCALAR tags='checkpoint="no"' "Are we evolving Y_e? Set in Paramcheck"
int evolve_temper type = SCALAR tags='checkpoint="no"' "Are we evolving temperature? Set in Paramcheck"
@@ -515,6 +527,8 @@ int evolve_entropy type = SCALAR tags='checkpoint="no"' "Are we evolving entropy
int evolve_MHD type = SCALAR tags='checkpoint="no"' "Are we doing MHD? Set in ParamCheck"
+int evolve_Lorenz_gge type = SCALAR tags='checkpoint="no"' "Are we evolving the Lorenz gauge?"
+
int GRHydro_reflevel type = SCALAR tags='checkpoint="no"' "Refinement level GRHydro is working on right now"
private:
@@ -540,6 +554,16 @@ real GRHydro_MHD_prim_bext type = GF Timelevels = 1 tags='Prolongation="None" ch
Bvecxplus,Bvecyplus,Bveczplus,Bvecxminus,Bvecyminus,Bveczminus
} "Primitive mhd variables extended to the cell boundaries"
+real GRHydro_Avec_bext type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
+{
+ Avecxplus,Avecyplus,Aveczplus,Avecxminus,Avecyminus,Aveczminus
+} "Vector potential extended to the cell boundaries"
+
+real GRHydro_Aphi_bext type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"
+{
+ Aphiplus,Aphiminus
+} "Vector potential phi extended to the cell boundaries"
+
real GRHydro_MHD_psidc_bext type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
{
psidcplus,psidcminus