thorn_name
stringclasses
227 values
url
stringclasses
26 values
configuration
stringclasses
137 values
interface
stringclasses
225 values
param
stringclasses
220 values
schedule
stringclasses
223 values
src_filename
stringlengths
4
83
src_code
stringlengths
0
579k
EinsteinEOS/EOS_Hybrid
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Configuration definition for thorn EOS_Hybrid REQUIRES EOS_Base EOS_Polytrope
# Interface definition for thorn EOS_Hybrid implements: EOS_Hybrid inherits: HydroBase,EOS_2d_Polytrope real pressure_contributions type = GF tags='Prolongation="None"' { pressure_poly, pressure_th } "Polytropic and thermal contributions to the pressure"
# Parameter definitions for thorn EOS_Hybrid shares: EOS_2d_Polytrope USES REAL eos_k USES REAL eos_gamma USES REAL gamma_ini restricted: REAL eos_gamma_th "Gamma_th for EOS" { : :: "" } 1.5 REAL eos_gamma_supernuclear "Gamma_2 for EOS" { : :: "" } 1.66666666666666 REAL rho_nuc "Nuclear matter density" { : :: ...
# Schedule definitions for thorn EOS_Hybrid schedule EOS_Hybrid_Startup AT startup AFTER EOS_Polytrope_Startup { LANG: Fortran } "Setup the EOS used by Dimmelmeier et al. in core collapse" schedule Check_Poly_Contrib AT analysis { LANG: Fortran STORAGE: pressure_contributions TRIGGERS: pressure_contributions ...
make.code.deps
# Module dependencies for thorn EOS_Hybrid EOS_Hybrid.F.o: EOS_Hybrid_Scalars.F.o EOS_Hybrid_Analysis.F.o: EOS_Hybrid_Scalars.F.o EOS_Hybrid_Startup.F.o: EOS_Hybrid_Scalars.F.o
EinsteinEOS/EOS_IdealFluid
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Interface definition for thorn EOS_Ideal_Fluid # $Header$ implements: EOS_Ideal_Fluid inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Ideal_Fluid # $Header$ restricted: REAL eos_ideal_fluid_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0
# Schedule definitions for thorn EOS_Ideal_Fluid # $Header$ SCHEDULE EOS_Ideal_Fluid_Startup AT startup { LANG: Fortran } "Setup EOS test in Fortran"
EOS_Ideal_Fluid_Startup.F
c/*@@ c @file EOS_Ideal_Fluid_Startup.F c @date December 1999 c @author Mark Miller c @desc c Startup for EOS_Ideal_Fluid c @enddesc c@@*/ #include "cctk.h" c/*@@ c @routine EOS_Ideal_Fluid_Startup c @date December 1999 c @author Mark Miller c @desc c c @enddesc c @calls EO...
EinsteinEOS/EOS_IdealFluid
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Interface definition for thorn EOS_Ideal_Fluid # $Header$ implements: EOS_Ideal_Fluid inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Ideal_Fluid # $Header$ restricted: REAL eos_ideal_fluid_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0
# Schedule definitions for thorn EOS_Ideal_Fluid # $Header$ SCHEDULE EOS_Ideal_Fluid_Startup AT startup { LANG: Fortran } "Setup EOS test in Fortran"
make.code.defn
# Main make.code.defn file for thorn EOS_Ideal_Fluid # $Header$ # Source files in this directory SRCS = EOS_Ideal_Fluid.F EOS_Ideal_Fluid_Startup.F # Subdirectories containing source files SUBDIRS =
EinsteinEOS/EOS_IdealFluid
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Interface definition for thorn EOS_Ideal_Fluid # $Header$ implements: EOS_Ideal_Fluid inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Ideal_Fluid # $Header$ restricted: REAL eos_ideal_fluid_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0
# Schedule definitions for thorn EOS_Ideal_Fluid # $Header$ SCHEDULE EOS_Ideal_Fluid_Startup AT startup { LANG: Fortran } "Setup EOS test in Fortran"
EOS_Ideal_Fluid.F
c/*@@ c @file EOS_Ideal_Fluid.F c @date December 1999 c @author Mark Miller c @desc c Routines to calculate Ideal Fluid EOS through EOS_Base c @enddesc c@@*/ #include "cctk.h" #include "cctk_Parameters.h" c/*@@ c @routine EOS_Ideal_Fluid_Pressure c @date December 1999 c @author ...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_SingleVarCalls_harm.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" ! eoskey: ! 1 --- polytropic EOS ! 2 --- gamma-law EOS ! 3 --- hybrid EOS ! 4 --- finite-T microphysical NSE EOS subroutine EOS_Omni_EOS_Press_f_hrho_v2_rhoW(eoskey,keytemp,rf_precision,npoints,& ...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_Handles.c
#include <cctk.h> #include <cctk_Arguments.h> CCTK_INT EOS_Omni_GetHandle_(CCTK_STRING name) { CCTK_INFO("GetHandle"); if (CCTK_EQUALS(name, "2D_Polytrope")) return 1; if (CCTK_EQUALS(name, "Ideal_Fluid")) return 2; if (CCTK_EQUALS(name, "Hybrid")) return 3; if (CCTK_EQUALS(...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_ColdEOSReadTable.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" subroutine EOS_Omni_ReadColdTable(CCTK_ARGUMENTS) use EOS_Omni_Module implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS DECLARE_CCTK_FUNCTIONS character(len=512) :: warnline character(len...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_Startup.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" subroutine EOS_Omni_Startup(CCTK_ARGUMENTS) use EOS_Omni_Module implicit none DECLARE_CCTK_PARAMETERS DECLARE_CCTK_ARGUMENTS if(poly_gamma_initial .gt. 0d0) then poly_gamma_ini = poly_gamma_initial ...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_MultiVarCalls.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" ! eoskey: ! 1 --- polytropic EOS ! 2 --- gamma-law EOS ! 3 --- hybrid EOS ! 4 --- finite-T microphysical NSE EOS subroutine EOS_Omni_EOS_short(eoskey,keytemp,rf_precision,npoints,& rho,eps,temp,ye,press,entrop...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_Module.F90
module EOS_Omni_Module implicit none ! conversion factors between cgs and M_Sun = c = G = 1 ! see EOS_Omni/doc/units.py real*8,parameter :: rho_gf = 1.61887093132742d-18 real*8,parameter :: press_gf = 1.80123683248503d-39 real*8,parameter :: eps_gf = 1.11265005605362d-21 real*8,parameter :: time_gf = 2....
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
make.code.defn
# Main make.code.defn file for thorn EOS_Omni # Source files in this directory SRCS = EOS_Omni_Module.F90 EOS_Omni_Startup.F90 EOS_Omni_SingleVarCalls.F90 \ EOS_Omni_SingleVarCalls_harm.F90 EOS_Omni_Handles.c \ EOS_Omni_MultiVarCalls.F90 EOS_Omni_ColdEOSReadTable.F90 \ EOS_Omni_BarotropicReadTabl...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_SingleVarCalls.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" ! eoskey: ! 1 --- polytropic EOS ! 2 --- gamma-law EOS ! 3 --- hybrid EOS ! 4 --- finite-T microphysical NSE EOS subroutine EOS_Omni_EOS_Press(eoskey,keytemp,rf_precision,npoints,& rho,...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
EOS_Omni_BarotropicReadTable.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" subroutine EOS_Omni_BarotropicReadTable(CCTK_ARGUMENTS) use EOS_Omni_Module implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS DECLARE_CCTK_FUNCTIONS character(len=512) :: warnline charact...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/nuc_eos.hh
#ifndef NUC_EOS_HH #define NUC_EOS_HH #include "cctk.h" // TODO: remove hard coded constants // TODO: introduce defines for table index of variables #define HAVEGR 1 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) #define MIN(x, y) (((x) < (y)) ? (x) : (y)) #define NTABLES 19 #define LENGTHGF 6.77269222552442e-06 #define...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/nuc_eos_full.cc
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "nuc_eos.hh" #include "helpers.hh" namespace nuc_eos { extern "C" void CCTK_FNAME(nuc_eos_m_kt1_full)(const int *restrict n_in, const double *restrict rho, const double *restrict temp, const double *restrict ye, double *restrict eps...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/nuc_eos_press_cs2.cc
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "nuc_eos.hh" #include "helpers.hh" namespace nuc_eos { extern "C" void CCTK_FNAME(nuc_eos_m_kt1_press_eps_cs2)(const int *restrict n_in, const double *restrict rho, const double *restrict temp, const double *restrict ye, ...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/helpers.hh
#include "nuc_eos.hh" #include <cstdlib> namespace nuc_eos { static inline __attribute__((always_inline)) int checkbounds(const double xrho, const double xtemp, const double xye) { using namespace nuc_eos; // keyerr codes: // 101 -- Y_e too high // 102 -- Y_e too low // 103 -- temp too high (if ...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/nuc_eos_press.cc
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "nuc_eos.hh" #include "helpers.hh" namespace nuc_eos { extern "C" void CCTK_FNAME(nuc_eos_m_kt1_press_eps)(const int *restrict n_in, const double *restrict rho, const double *restrict temp, const double *restrict ye, do...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/make.code.defn
SRCS = readtable.cc nuc_eos_short.cc nuc_eos_press_cs2.cc \ nuc_eos_press.cc nuc_eos_full.cc nuc_eos_dpdrhoe_dpderho.cc \ readtable_cactus_wrapper.cc dumpASCIItable.cc SUBDIRS =
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/readtable.cc
#include <stdlib.h> #include <stdio.h> #include <math.h> #define H5_USE_16_API 1 #include "hdf5.h" #include "nuc_eos.hh" // Catch HDF5 errors #define HDF5_ERROR(fn_call) \ do { \ int _error_code = fn_ca...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/nuc_eos_dpdrhoe_dpderho.cc
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "nuc_eos.hh" #include "helpers.hh" namespace nuc_eos { extern "C" void CCTK_FNAME(nuc_eos_m_kt0_dpdrhoe_dpderho)(const int *restrict n_in, const double *restrict rho, double *restrict temp, const double *restrict ye, ...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/readtable_cactus_wrapper.cc
#include <stdlib.h> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" //#include "cctk_Functions.h" //#include "nuc_eos.hh" extern "C" void nuc_eos_C_ReadTable(const char *nuceos_table_name); extern "C" void nuc_eos_readtable_cactus_wrapper(CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS; DECLA...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/nuc_eos_short.cc
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "nuc_eos.hh" #include "helpers.hh" namespace nuc_eos { extern "C" void CCTK_FNAME(nuc_eos_m_kt1_short)(const int *restrict n_in, const double *restrict rho, const double *restrict temp, const double *restrict ye, double *restri...
EinsteinEOS/EOS_Omni
https://bitbucket.org/einsteintoolkit/einsteineos.git
REQUIRES HDF5 PROVIDES EOS_Omni { SCRIPT LANG } OPTIONAL MPI { }
# Interface definition for thorn EOS_Omni implements: EOS_Omni inherits: CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name) PROVIDES FUNCTION EOS_Omni_GetHandle with EOS_Omni_GetHandle_ LANGUAGE C void FUNCTION EOS_Omni_press(CCTK_INT IN eoskey, \ CCTK_INT IN havetemp, \ CCTK_...
# Parameter definitions for thorn EOS_Omni restricted: # poly EOS REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER { : :: "" } 2.0 REAL poly_gamma_initial "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER { -1 :: "use poly_gamma, ie no change in gamma during ID" (0:* :: "assume that ID ...
# Schedule definitions for thorn EOS_Omni schedule EOS_Omni_Startup AT WRAGH { LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" if (nuceos_read_table) { SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID { LANG: C OPTIONS: global } "Read EOS HDF5 table" SCHED...
nuc_eos_cxx/dumpASCIItable.cc
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include <string> #include <cstdio> #include <cassert> #include "nuc_eos.hh" #define DIM(v) (sizeof(v)/sizeof((v)[0])) extern "C" void EOS_OMNI_dumptable(CCTK_ARGUMENTS) { using namespace nuc_eos; using namesp...
EinsteinEOS/EOS_Polytrope
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Configuration definition for thorn EOS_Polytrope # $Header$ PROVIDES EOS_Polytrope { SCRIPT LANG } REQUIRES EOS_Base
# Interface definition for thorn EOS_Polytrope # $Header$ implements: EOS_2d_Polytrope inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Polytrope # $Header$ restricted: REAL eos_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0 REAL eos_k "Polytropic constant" STEERABLE=ALWAYS { : :: "" } 80.0 BOOLEAN use_cgs "Use the CGS units" { } "no" REAL gamma_ini "Polytropic Gamma used for the initial model (e.g....
# Schedule definitions for thorn EOS_Polytrope # $Header$ schedule EOS_Polytrope_Startup AT startup { LANG: Fortran } "Setup the polytropic EOS"
EOS_Polytrope_Scalars.F
/*@@ @file EOS_Polytrope_Scalars.F @date Mon Aug 26 12:03:33 2002 @author Ian Hawke @desc Constants for EOS routines @enddesc @@*/ #include "cctk.h" module EOS_Polytrope_Scalars implicit none CCTK_REAL :: p_geom_factor, rho_geom_factor, . rho_geom_facto...
EinsteinEOS/EOS_Polytrope
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Configuration definition for thorn EOS_Polytrope # $Header$ PROVIDES EOS_Polytrope { SCRIPT LANG } REQUIRES EOS_Base
# Interface definition for thorn EOS_Polytrope # $Header$ implements: EOS_2d_Polytrope inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Polytrope # $Header$ restricted: REAL eos_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0 REAL eos_k "Polytropic constant" STEERABLE=ALWAYS { : :: "" } 80.0 BOOLEAN use_cgs "Use the CGS units" { } "no" REAL gamma_ini "Polytropic Gamma used for the initial model (e.g....
# Schedule definitions for thorn EOS_Polytrope # $Header$ schedule EOS_Polytrope_Startup AT startup { LANG: Fortran } "Setup the polytropic EOS"
EOS_Polytrope.F
/*@@ @file EOS_Polytrope.F @date Wed Mar 20 14:56:35 2002 @author Ian Hawke @desc Routines to calculate a polytropic EOS. This is a faked 2d version that ALWAYS assumes you want the pressure from the density. As such the specific internal energy is not set. @enddesc @@...
EinsteinEOS/EOS_Polytrope
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Configuration definition for thorn EOS_Polytrope # $Header$ PROVIDES EOS_Polytrope { SCRIPT LANG } REQUIRES EOS_Base
# Interface definition for thorn EOS_Polytrope # $Header$ implements: EOS_2d_Polytrope inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Polytrope # $Header$ restricted: REAL eos_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0 REAL eos_k "Polytropic constant" STEERABLE=ALWAYS { : :: "" } 80.0 BOOLEAN use_cgs "Use the CGS units" { } "no" REAL gamma_ini "Polytropic Gamma used for the initial model (e.g....
# Schedule definitions for thorn EOS_Polytrope # $Header$ schedule EOS_Polytrope_Startup AT startup { LANG: Fortran } "Setup the polytropic EOS"
EOS_Polytrope_Startup.F
/*@@ @file EOS_Polytrope_Startup.F @date Wed Mar 20 14:50:22 2002 @author Ian Hawke @desc Startup for EOS_Polytrope. A 2d routine so that all the standard functionality is retained. Based on EOS_Ideal_Fluid. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cc...
EinsteinEOS/EOS_Polytrope
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Configuration definition for thorn EOS_Polytrope # $Header$ PROVIDES EOS_Polytrope { SCRIPT LANG } REQUIRES EOS_Base
# Interface definition for thorn EOS_Polytrope # $Header$ implements: EOS_2d_Polytrope inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Polytrope # $Header$ restricted: REAL eos_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0 REAL eos_k "Polytropic constant" STEERABLE=ALWAYS { : :: "" } 80.0 BOOLEAN use_cgs "Use the CGS units" { } "no" REAL gamma_ini "Polytropic Gamma used for the initial model (e.g....
# Schedule definitions for thorn EOS_Polytrope # $Header$ schedule EOS_Polytrope_Startup AT startup { LANG: Fortran } "Setup the polytropic EOS"
make.code.defn
# Main make.code.defn file for thorn EOS_Polytrope # $Header$ # Source files in this directory SRCS = EOS_Polytrope_Startup.F \ EOS_Polytrope.F \ EOS_Polytrope_Scalars.F # Subdirectories containing source files SUBDIRS =
EinsteinEOS/EOS_Polytrope
https://bitbucket.org/einsteintoolkit/einsteineos.git
# Configuration definition for thorn EOS_Polytrope # $Header$ PROVIDES EOS_Polytrope { SCRIPT LANG } REQUIRES EOS_Base
# Interface definition for thorn EOS_Polytrope # $Header$ implements: EOS_2d_Polytrope inherits: EOS_Base USES INCLUDE: EOS_Base.h USES INCLUDE: EOS_Base.inc private:
# Parameter definitions for thorn EOS_Polytrope # $Header$ restricted: REAL eos_gamma "Adiabatic Index for Ideal Fluid" { : :: "" } 2.0 REAL eos_k "Polytropic constant" STEERABLE=ALWAYS { : :: "" } 80.0 BOOLEAN use_cgs "Use the CGS units" { } "no" REAL gamma_ini "Polytropic Gamma used for the initial model (e.g....
# Schedule definitions for thorn EOS_Polytrope # $Header$ schedule EOS_Polytrope_Startup AT startup { LANG: Fortran } "Setup the polytropic EOS"
make.code.deps
# Module dependencies for thorn EOS_Polytrope EOS_Polytrope.F.o: EOS_Polytrope_Scalars.F.o EOS_Polytrope_Startup.F.o: EOS_Polytrope_Scalars.F.o
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2PrimM_pt.c
/*********************************************************************************** Copyright 2006 Scott C. Noble, Charles F. Gammie, Jonathan C. McKinney, and Luca Del Zanna. PVS_GRMHD This file was derived from PVS_GRMHD. The authors of PVS_GRMHD include Sc...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_MP5Reconstruct.F90
/*@@ @file GRHydro_MP5Reconstruct.F90 @date Fri Jan 3 2013 @author Ian Hawke, Christian Reisswig @desc Routines to set up the coefficient array and to perform one dimensional M5 reconstruction of arbitrary order. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #inclu...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_HLLC.F90
/*@@ @file GRHydro_HLLC.F90 @date Sat Jan 26 01:40:14 2002 @author Ian Hawke, Pedro Montero, Toni Font, Roland Haas @desc The HLLC solver. Called from the wrapper function, so works in all directions. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_UtilsM.F90
/*@@ @file UtilsM.F @date Aug 30, 2010 @author Joshua Faber, Scott Noble, Bruno Mundim @desc Utility functions for other thorns. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" subroutine calc_vlow_blow(gxx,gxy,gxz,gyy,gyz,gzz, & velx,vely,velz,Bvecx,Bvec...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_BvecfromAvec.F90
/*@@ @file GRHydro_BvecfromAvec @date Aug 31, 2010 @author Tanja Bode @desc Calculate B^i (at cell center) from Avec (at edges) @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "GRHydro_Macros.h" #define ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
make.configuration.defn
# make.configuration.defn for GRHydro # add the utilities to the list ALL_UTILS += Riemann1d
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_RegisterMask.c
/*@@ @file GRHydro_RegisterMask.c @date Sun Jan 26 01:55:25 2003 @author Ian Hawke @desc Routines to register states with SpaceMask. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "SpaceMask.h" #include <stdio.h> #include <stdlib.h...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PreLoop.F90
/*@@ @file GRHydro_PreLoop.F90 @date Mon Feb 25 11:43:36 2002 @author @desc Sets up various scalars used for efficiency reasons. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" /*@@ @routine GRHydro_Scalar_...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2Prim.F90
/*@@ @file GRHydro_RegisterVars.c @date Sat Jan 26 01:06:01 2002 @author The GRHydro Developers @desc @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "SpaceMask.h" #include "GRHydro_Macros.h" /*@@ @routine...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Macros.h
#define SPATIAL_DETERMINANT(gxx_,gxy_,gxz_,gyy_,gyz_,gzz_) \ (-(gxz_)**2*(gyy_) + 2.0d0*(gxy_)*(gxz_)*(gyz_) - (gxx_)*(gyz_)**2 - (gxy_)**2*(gzz_) \ + (gxx_)*(gyy_)*(gzz_)) #define DOTP(gxx_,gxy_,gxz_,gyy_,gyz_,gzz_,x1_,y1_,z1_,x2_,y2_,z2_) \ ( (gxx_)*(x1_)*(x2_)+(gyy_)*(y1_)*(y2_)+(gzz_)*(z1_)*(z2_)+ \ (gxy_...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Jacobian_state.c
#include <assert.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" /** Checks states for Jacobians */ void GRHydro_check_Jacobian_state (CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS static CCTK_INT idxJacobian_state = -1, idxiJacobian_state = -1; if (!CC...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Reconstruct_drv_cxx.hh
#ifndef _GRHYDRO_RECONSTRUCT_DRV_CXX_H #define _GRHYDRO_RECONSTRUCT_DRV_CXX_H #include "cctk.h" /* Cases that must be considered: * basic hydro * hydro + temperature + ye * hydro + ye * basic mhd * mhd + temperature + ye * mhd + ye */ template <bool do_mhd, bool do_Ye, bool do_te...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPM.F90
/*@@ @file GRHydro_PPM.F90 @date Sun Feb 10 16:53:29 2002 @author Ian Hawke, Toni Font, Luca Baiotti, Frank Loeffler @desc Routines to do PPM reconstruction. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_HLLE.F90
/*@@ @file GRHydro_HLLE.F90 @date Sat Jan 26 01:40:14 2002 @author Ian Hawke, Pedro Montero, Toni Font @desc The HLLE solver. Called from the wrapper function, so works in all directions. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2PrimHot.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "SpaceMask.h" #include "GRHydro_Macros.h" subroutine Conservative2PrimitiveHot(CCTK_ARGUMENTS) implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS DECLARE_CCTK_FUNCTIONS CCTK_INT, pa...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPMReconstruct_drv_opt.F90
/*@@ @file GRHydro_PPMReconstruct_drv.F90 @date Tue Jul 19 13:22:03 EDT 2011 @author Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the PPM reconstructions. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #incl...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Particle.F90
/*@@ @file GRHydro_Particle.F90 @date Wed Mar 31 11:10:52 2004 @author Ian Hawke @desc Track coordinates of particles. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" /*@@ @routine GRHydroParticleRHS @dat...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Shift.F90
/*@@ @file GRHydro_Shift.F90 @date Fri Mar 14 17:36:37 2003 @author Ian Hawke @desc Set the shift so that it is approximately comoving with the velocity. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" /*@@ @routine ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Wrappers.F90
/*@@ @file GRHydro_Wrappers.F90 @date Sat Jun 29 18:57:07 PDT 2013 @author Roland Haas @desc Wrapper routines to provide a consistent interface to the aliased functions even if the interface to the underlying implementation changes. @enddesc @@*/ #include "cctk.h" #include "cc...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Set_TP_GF.c
/*@@ @file Set_Trivial_Riemann_Problem_Grid_Function @date Thu May 08 @author Frank Loeffler @desc This routine sets the grid function for the trivial rieman problem bits. This is only done for debugging purposes @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #in...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPMMReconstruct_drv.F90
/*@@ @file GRHydro_PPMMReconstruct_drv.F90 @date Wed Jul 27 15:17:03 EDT 2011 @author Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the magnetic version of PPM reconstruction. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_WENOReconstruct.cc
#include <cmath> #include <iostream> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_Reconstruct_drv_impl.hh" #include "GRHydro_WENOReconstruct.hh" using namespace std; template <typename T> static inline T SQR (T const & x) { return x*x; } /*...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_TVDReconstruct.hh
#ifndef _GRHYDRO_TVDRECONSTRUCT_HH #define _GRHYDRO_TVDRECONSTRUCT_HH #include "cctk.h" /** TVD reconstruction operator. limiter_type: 0 = minmod 1 = mc2 2 = superbee */ namespace tvd { enum limiter_type {minmod = 0, mc2 = 1, superbee = 2, numlimiters}; } template <tvd::limit...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Analysis.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "SpaceMask.h" subroutine GRHydro_CalcDivB(CCTK_ARGUMENTS) implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS DECLARE_CCTK_FUNCTIONS CCTK_INT :: i,j,k,itracer CCTK_REAL :: idx, i...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_SourceAM.F90
/*@@ @file GRHydro_SourceM.F90 @date Oct 11, 2010 @author Joshua Faber, Scott Noble, Bruno Mundim, Ian Hawke @desc The geometric source terms for the matter evolution @enddesc @@*/ ! Second order f.d. #define DIFF_X_2(q) (0.5d0 * (q(i+1,j,k) - q(i-1,j,k)) * idx) #define DIFF_Y_2(q) ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_MP5Reconstruct_drv.F90
/*@@ @file GRHydro_MP5Reconstruct_drv.F90 @date Fri Jan 3 2013 @author Christian Reisswig, Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the MP5 reconstruction. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_ReconstructPoly.F90
/*@@ @file GRHydro_ReconstructPoly.F90 @date Sat Jan 26 02:13:25 2002 @author @desc Wrapper routine to perform the reconstruction for polytropes. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "SpaceMask...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2PrimM_polytype_pt.c
/*********************************************************************************** Copyright 2006 Scott C. Noble, Charles F. Gammie, Jonathan C. McKinney, and Luca Del Zanna. PVS_GRMHD This file was derived from PVS_GRMHD. The authors of PVS_GRMHD include Sc...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
Utils.F90
/*@@ @file Utils.F @date Sat Jan 26 02:28:46 2002 @author @desc Utility functions for other thorns. Calculation of the determinant of the spatial metric and the upper metric. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_F...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_ParamCheck.F90
/*@@ @file GRHydro_ParamCheck.F90 @date Sat Feb 9 23:48:01 2002 @author @desc Parameter checking routine. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" /*@@ @routine GRHydro_ParamCheck @date Sat...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPM.cc
#include <cmath> #include <algorithm> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) using namespace std; /* Cases that must be considered: * basic hydro * hydro + temperature + ye ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Functions.h
#ifndef _GRHYDRO_FUNCTIONS_H_ #define _GRHYDRO_FUNCTIONS_H_ #include "cctk.h" #ifdef __cplusplus extern "C" { #endif void GRHydro_Primitive2Conservative_CC(CCTK_ARGUMENTS); #ifdef __cplusplus } #endif #endif // _GRHYDRO_FUNCTIONS_H_
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_HLLE_AM.F90
/*@@ @file GRHydro_HLLEPolyM.F90 @date Aug 30, 2010 @author Joshua Faber, Scott Noble, Bruno Mundim, Ian Hawke, Pedro Montero, Toni Font @desc The HLLE solver. Called from the wrapper function, so works in all directions. @enddesc @@*/ #include "cctk.h" #include "cctk_Paramete...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_RoeSolver.F90
/*@@ @file GRHydro_RoeSolver.F90 @date Sat Jan 26 01:55:27 2002 @author @desc Calculates the Roe flux @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "GRHydro_Macros.h" #include "SpaceMask.h" /*@@ @r...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Minima.F90
/*@@ @file GRHydro_Minima.F90 @date Mon Feb 25 11:43:36 2002 @author @desc Sets up the scalars used for the atmosphere, before initial data. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_Macros...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
make.configuration.deps
# Compile rules for the utilities $(UTIL_DIR)$(DIRSEP)%: $(BUILD_DIR)$(DIRSEP)GRHydro$(DIRSEP)%.o $(BUILD_DIR)$(DIRSEP)GRHydro$(DIRSEP)%-main.o @echo 'Creating $* in $(UTIL_DIR) from $<' -$(MKDIR) $(MKDIRFLAGS) $(UTIL_DIR) 2>/dev/null $(CXX) $(CREATEEXE)$(OPTIONSEP)$@ $(DEBUG_LD) $(LDFLAGS) $(EXTRAFLAGS) $^ $(GENER...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPMReconstruct_drv.F90
/*@@ @file GRHydro_PPMReconstruct_drv.F90 @date Tue Jul 19 13:22:03 EDT 2011 @author Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the PPM reconstructions. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #incl...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_TVDReconstruct.cc
#include <cmath> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_TVDReconstruct.hh" #include "GRHydro_Reconstruct_drv_impl.hh" using namespace std; /** TVD reconstruction operator. limiter_type: 0 = minmod 1 = mc2 ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Differences.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "SpaceMask.h" /*@@ @routine GRHydro_DiffRho @date Fri Feb 18 10:02:31 2005 @author Ian Hawke @desc Compute first differences in rho @enddesc @calls @calledby ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_WENOReconstruct.hh
#ifndef _GRHYDRO_WENORECONSTRUCT_HH #define _GRHYDRO_WENORECONSTRUCT_HH #include "cctk.h" using namespace std; /** WENO5 reconstruction operator. Supports standard WENO5 (with and without adaptive epsilon), and WENO-z. */ template <bool do_wenoz, bool do_adaptive_epsilon> struct GRHydro_WENOReconstruct1d_cxx {...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPM_opt.h
template<bool do_temp, bool do_ye, bool do_mhd, bool dc_flag, bool do_ppm_detect> void GRHydro_ppm1d_cxx(const int nx, const double dx, const double* restrict rho, const double* restrict velx, const double* restrict vely, const double* restrict velz, const double*...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_WENOReconstruct.F90
/*@@ @file GRHydro_WENOReconstruct.F90 @date Fri Jan 3 2013 @author Ian Hawke, Christian Reisswig @desc Routines to set up the coefficient array and to perform one dimensional ENO reconstruction of arbitrary order. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #inc...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_CalcUpdate.F90
/*@@ @file GRHydro_CalcUpdate.F90 @date Thu Jan 11 11:03:32 2002 @author Ian Hawke @desc Calculates the update terms given the fluxes. Moved to here so that @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #includ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2PrimM_pt_EOSOmni.c
/*********************************************************************************** Copyright 2006 Scott C. Noble, Charles F. Gammie, Jonathan C. McKinney, and Luca Del Zanna. PVS_GRMHD This file was derived from PVS_GRMHD. The authors of PVS_GRMHD include Sc...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2PrimM_ptee.c
/*********************************************************************************** Copyright 2006 Scott C. Noble, Charles F. Gammie, Jonathan C. McKinney, and Luca Del Zanna. PVS_GRMHD This file was derived from PVS_GRMHD. The authors of PVS_GRMHD include Sc...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_WENOReconstruct_drv.F90
/*@@ @file GRHydro_WENOReconstruct_drv.F90 @date Fri Jan 3 2013 @author Christian Reisswig, Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the WENO reconstruction. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_TVDReconstruct.F90
/*@@ @file GRHydro_TVDReconstruct.F90 @date Sat Jan 26 02:11:44 2002 @author Luca Baiotti @desc The TVD reconstruction routine. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "SpaceMask.h" /*@@ @rout...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_ENOScalars.F90
/*@@ @file GRHydro_ENOScalars.F90 @date Sat Apr 6 17:35:42 2002 @author Ian Hawke @desc Module containing the coefficient array for ENO reconstruction. @enddesc @@*/ #include "cctk.h" module GRHydro_ENOScalars implicit none CCTK_REAL, allocatable, save :: eno_coeffs(:, :) ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Marquina.F90
/*@@ @file GRHydro_Marquina.f90 @date Thu Jan 11 11:03:32 2002 @author Pedro Montero, Toni Font @desc Routine to obtain the Marquina Fluxes. Note that this is the MODIFIED Marquina formula as given by Aloy et.al. (ApJ Supp 122 (1999) p.151) and not the full Marquina flux ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_RegisterVars.cc
// GRHydro_RegisterVars.cc // // converted from F90 to improve readability and maintainability // // Frank Loeffler #include <cstdio> #include <string> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" using namespace std; extern "C" CCTK_INT GRHydro_UseGeneralCoordinates(const cGH * cctkGH...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_PPM.h
#include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #if 1 #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #endif #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) static inline void steep(double *x, double *dx, do...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_LastMoLPostStep.c
// GRHydro_LastMoLPostStep.c // // Compute is this is the last MoL PostStep call. Code taken from Christian // Reisswig's rejected MoL changes. // // Roland Haas // Sun Jun 3 17:35:53 PDT 2012 #include <stdio.h> #include <string.h> #include <assert.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Para...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
Con2Prim_fortran_interfaces.F90
#include "cctk.h" module Con2Prim_fortran_interfaces implicit none CCTK_INT, parameter :: izero = 0 integer, parameter :: ik = kind(izero) interface subroutine Con2Prim_pt(& cctk_iteration,ii,jj,kk,& handle, & dens, & sx, sy, sz, & tau, & r...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Prim2Con.cc
#include <cassert> #include <cmath> #include <vector> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) // some prototypes extern "C" CCTK_INT GRHydro_UseGeneralCoordinates(const cGH * cctk...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_RiemannSolve.F90
/*@@ @file GRHydro_RiemannSolve.F90 @date Sat Jan 26 02:20:25 2002 @author @desc A wrapper routine to call the correct Riemann solver @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_Macros.h" /*...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Source.F90
/*@@ @file GRHydro_Source.F90 @date Sat Jan 26 02:03:56 2002 @author Ian Hawke @desc The geometric source terms for the matter evolution @enddesc @@*/ ! Second order f.d. #define DIFF_X_2(q) (0.5d0 * (q(i+1,j,k) - q(i-1,j,k)) * ida) #define DIFF_Y_2(q) (0.5d0 * (q(i,j+1,k) - q(i,j-1...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_RiemannSolveM.F90
/*@@ @file GRHydro_RiemannSolveM.F90 @date Sep 1, 2010 @author @desc A wrapper routine to call the correct Riemann solver @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_Macros.h" /*@@ @routi...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Eigenproblem.F90
/*@@ @file GRHydro_Eigenproblem.F90 @date Sat Jan 26 01:25:44 2002 @author Ian Hawke, Pedro Montero, Joachim Frieben @desc Computes the spectral decomposition of a given state. Implements the analytical scheme devised by J. M. Ibanez et al., "Godunov Methods: Theory and Applications",...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_FluxSplit.F90
/*@@ @file GRHydro_FluxSplit.F90 @date Wed Mar 3 22:16:00 2004 @author Ian Hawke @desc Flux split reconstruction using WENO5. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "GRHydro_Macros.h" /*@@ @r...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_EvolutionMask.F90
/*@@ @file GRHydro_EvolutionMask.F90 @date Sat Jul 14 15:38:02 PDT 2012 @author Roland Haas @desc User level module and Fortran glue code to get access to CarpetEvolutionMask::evolution_mask based on runtime parameters. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #i...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_SourceM.F90
/*@@ @file GRHydro_SourceM.F90 @date Oct 11, 2010 @author Joshua Faber, Scott Noble, Bruno Mundim, Ian Hawke @desc The geometric source terms for the matter evolution @enddesc @@*/ ! Second order f.d. #define DIFF_X_2(q) (0.5d0 * (q(i+1,j,k) - q(i-1,j,k)) * idx) #define DIFF_Y_2(q) ...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_ENOReconstruct_drv.F90
/*@@ @file GRHydro_ENOReconstruct_drv.F90 @date Tue Jul 19 13:22:03 EDT 2011 @author Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the ENO reconstruction. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #inclu...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
make.code.defn
# Main make.code.defn file for thorn GRHydro # Source files in this directory SRCS = Utils.F90 \ GRHydro_Analysis.F90 \ GRHydro_Boundaries.F90 \ GRHydro_CalcBcom.F90 \ GRHydro_CalcUpdate.F90 \ GRHydro_Con2Prim.F90 \ GRHydro_Con2PrimHot.F90 \ GRHydro_DivergenceClean.F90 \ GRHydro_Eigenproblem.F90 \ GR...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_MP5Reconstruct.cc
#include <cmath> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_Reconstruct_drv_impl.hh" #include "GRHydro_MP5Reconstruct.hh" using namespace std; template <typename T> static inline T SQR (T const & x) { return x*x; } #define MIN(a,b) (((a)<...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_TVDReconstruct_drv.F90
/*@@ @file GRHydro_TVDReconstruct_drv.F90 @date Tue Jul 19 13:22:03 EDT 2011 @author Bruno C. Mundim, Joshua Faber, Christian D. Ott @desc Driver routine to perform the TVD reconstruction. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #inclu...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Boundaries.F90
/*@@ @file GRHydro_Boundaries.F90 @date Sat Jan 26 01:01:14 2002 @author @desc The two routines for dealing with boundary conditions. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "GRHydro_Macros.h" #in...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Scalars.F90
/*@@ @file GRHydro_Scalars.F90 @date Mon Feb 25 11:11:23 2002 @author @desc Module containing various scalars to avoid having to use CCTK_EQUALS on keywords at every cell (slow). @enddesc @@*/ #include "cctk.h" module GRHydro_Scalars implicit none LOGICAL, SAVE :: MINMO...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_CalcBcom.F90
/*@@ @file GRHydro_CalcBcom.F90 @date Jan 01, 2012 @author Bruno Mundim @histpry Based on GRHydro_TmunuM.F90 file. @desc The calculation of the magnetic pressure and the comoving magnetic field. @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_F...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_ENOReconstruct.F90
/*@@ @file GRHydro_ENOReconstruct.F90 @date Sat Apr 6 17:37:56 2002 @author Ian Hawke @desc Routines to set up the coefficient array and to perform one dimensional ENO reconstruction of arbitrary order. @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_FluxM.F90
/*@@ @file GRHydro_FluxM.F90 @date August 30, 2010 @author Joshua Faber, Scott Noble, Bruno Mundim, Pedro Montero, Ian Hawke @desc The routine to calculate the numerical flux function given a specific state @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h"...
EinsteinEvolve/GRHydro
https://bitbucket.org/einsteintoolkit/einsteinevolve.git
# Configuration definition for thorn GRHydro # $Header$ REQUIRES EOS_Omni Boundary CartGrid3D SpaceMask OPTIONAL_IFACTIVE Carpet { } OPTIONAL EOS_Polytrope { }
# Interface definition for thorn GRHydro #################################################################### ### GRHydro needs to inherit the metric from Einstein. ### ### Other thorns will need to know what EOS we're using. They ### ### inherit to get the handle. ### #...
# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase USES int initial_shift "" { } USES KEYWORD metric_type "" { } EXTENDS KEYWORD shift_evolution_method "" { "Comoving" :: "Set the shift so the matter is approximately comoving" } ######################################### ### PARAMETRES SHARED ...
# Schedule definitions for thorn GRHydro # $Header$ ####################################################################### ### We leave the storage on all the time for the variables required ### ### by MoL. There is probably a better way of doing this. ### ###################################################...
GRHydro_Con2PrimM_pt_EOSOmniold.c
/*********************************************************************************** Copyright 2006 Scott C. Noble, Charles F. Gammie, Jonathan C. McKinney, and Luca Del Zanna. PVS_GRMHD This file was derived from PVS_GRMHD. The authors of PVS_GRMHD include Sc...