aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* merge branch hot_and_MHD_temp_dev into branch at revision r185knarf2010-11-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@186 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* use initial_atmosphere_factorknarf2010-10-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@164 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* revert last testsuite change, which was really caused by not using ↵knarf2010-10-31
| | | | | | initial_atmosphere_factor git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@163 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* fix typo (didn't I commit this before?)knarf2010-10-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@162 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* RIT's divergence cleaning development.bmundim2010-10-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@161 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* correct typo, which otherwise called the unmagnetized prim2con from the ↵knarf2010-10-08
| | | | | | magnetized code - and gave a compile error git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@160 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* Correct inconsistent argument list in call to prim2conpolytypeMeschnett2010-10-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@159 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* Current RIT GRMHD code contributions:bmundim2010-09-29
| | | | | | | | | | Add the magnetized counterparts for several GRHydro routines. Adjust interface.ccl, param.ccl and schedule.ccl appropriately. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@158 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* add EOS Omni supportknarf2010-09-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@157 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* let GRHydro set the atmosphere of initial data, so that ID thorns don't have ↵knarf2010-09-15
| | | | | | to worry about it. This changes the data slitely for EOSG testsuites because this now uses EOSG calls instead of the otherwise fixed calculations of the TOVSolver, thus the change of two testsuites git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@156 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* add lstdc__ to Flags for utilsknarf2010-09-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@155 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* tabs to spacesknarf2010-09-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@154 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* get rid of deleted Fortran statement 'pause'knarf2010-09-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@153 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * remove dependence on StaticConformalcott2010-08-27
| | | | | | | | | * change calculation of the determinant of the 3-metric from a subroutine call to a macro. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@152 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * add a source file containing macro definitions cott2010-08-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@151 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* fix stupid typoknarf2010-08-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@150 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * adjustments for things to work with updatedcott2010-08-18
| | | | | | | | | | EOS_Omni interface * test case passes git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@149 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * add aliased call for EOS_Omni_GetHandle also to standardcott2010-08-18
| | | | | | | | | version of the .ccl file -- it does not hurt to be there. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@148 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* ccl versions using EOS_OMNIknarf2010-08-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@147 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* even more EOS_OMNI #defines - why isn't this catched with the first compilation?knarf2010-08-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@146 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* more #defineknarf2010-08-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@145 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* more #defines, use integer handles if given, remove eos_key usageknarf2010-08-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@144 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* some more #defines for EOS_Omni, use handle-function to get EOS_Handle from ↵knarf2010-08-16
| | | | | | EOS_Omni git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@143 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* schedule Prim2Con in HydroBase_Prim2ConInitialknarf2010-07-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@142 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * remove incomplete and slow NaN checks.cott2010-07-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@141 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* put fortran module interfaces into separate fileknarf2010-07-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@138 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* improve debug output for NaNsknarf2010-07-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@136 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * update par-file for test suite using EOS Omnicott2010-07-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@135 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * one step more towards removing dependence on eos_base whencott2010-07-02
| | | | | | | | using EOS Omni git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@134 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * add test case that uses EOS Omni (this will fail if cott2010-07-02
| | | | | | | | Omni support is not compiled in.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@133 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * Changes to incorporate the EOS_Omni interace.cott2010-07-02
| | | | | | | | | | | | | GRHydro has now 3 EOS interfaces. Rejoice! To get the new one compiled in, use -DUSE_EOS_OMNI in CPPFLAGS and FPPFLAGS. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@132 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * hooks for EOS omni functions.cott2010-07-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@131 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * add two parameters to get EOS Omni working.cott2010-07-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@130 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * remove unused EOS code from GRHydro_PPM.F90cott2010-06-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@129 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: update documentation glitchesrhaas2010-06-26
| | | | | | | | | | Thanks to Bruno Giacomazzo for pointing these out. Fix some naming issues with GRHydro vs. Whisky in the GRHydro documentation. The Whisky maintainers are still listed as GRHydro maintainers. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@128 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* new testsuite using McLachlan instead of BSSN_MoLknarf2010-06-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@127 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* use usual directory for testsuite - for nowknarf2010-06-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@126 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* don't use a symlink for the momentknarf2010-06-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@125 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* new testsuiteknarf2010-06-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@124 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* Fix error in ppm when using GRHydro_enable_internal_excision == no (which is ↵knarf2010-06-20
| | | | | | _not_ the default setting). Thanks go to Christian Ott. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@123 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* correct arrangement pathknarf2010-06-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@121 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* new data for testsuites after r54 of ADMBase and r28 of HydroBase: Define a ↵knarf2010-06-12
| | | | | | schedule group ADMBase_SetADMVars in ADMBase, and schedule it in MoL_PostStep. The ADM variables have to be set before this group, and they may only be used afterwards. This correct recovery problem with GRHydro and McLachlan. Schedule HydroBase_PostStep after ADMBase_SetADMVars. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@120 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* remove old, unused filesknarf2010-06-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@119 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * implement param check warning that MHD is not implemented and abort.cott2010-06-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@118 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * fix typo in interface.cclcott2010-05-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@117 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * tinycott2010-05-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@116 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* * initial structural modifications to start with MHD development (Noble/Ott)cott2010-05-26
| | | | | | | | | | | | | | | | | | | -> add comoving b-field: bcom[3] and bcom0 -> add integer variable MHD which is set in ParamCheck to 0 or 1 according to HydroBase::Bvec_evolution_method being GRHydro or something else (don't want to do string comparisons very often) -> skeleton routine Conservative2PrimitiveM in separate .F90 file -> extend keyword Bvec_evolution_method with "GRHydro" * code compiles, should not hurt anything already there, does not do anyting (yet) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@115 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* testsuite Whisky parameter renamed to GRHydro.bmundim2010-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@114 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* testsuite parameter files correctly renamedbmundim2010-05-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@113 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* file/parameter string replacement from whisky to GRHydrobmundim2010-05-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@112 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45