aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* GRHydro_InitData: correct GRHydro aliased function interfaces and usageHEADmasterrhaas2013-07-06
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@216 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Reschedule to make things work with multipatch. Spit out a ↵rhaas2013-07-06
| | | | | | | | | | compile-time warning since poloidal ID B-field routine is not yet adapted to MP. From: Christian Reisswig <reisswig@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@215 ac85fae7-cede-4708-beff-ae01c7fa1c26
* Add missing dependency on thorn Fortraneschnett2013-05-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@212 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro: revert meaning of cyl_r_inner and cyl_r_outer so that they nowrhaas2013-04-10
| | | | | | | | make sense From: Roland Haas <rhaas@caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@210 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: fix turning cylexp options into parametersrhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@209 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: make cylindrical explosion parameters parametersrhaas2013-03-28
| | | | | | | | tie Gamma value used to that of eos_omni's gamma law eos From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@208 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: fix some text only typosrhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@207 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: remove sincos from Bondi ID routinerhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@206 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: add routine to force boundary data to Bondirhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@205 ac85fae7-cede-4708-beff-ae01c7fa1c26
* Finish the implementation of con2prim using the entropy equation.rhaas2013-03-28
| | | | | | | | * Tested successfully pointwisely. It still needs to be tested on evolution. From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@204 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Allow n_p=0 again for poloidal magnetic fieldrhaas2013-03-28
| | | | | | From: Tanja Bode <tanja.bode@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@203 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: damp hydro quantities to atmosphere inside of rKS < 1 Mrhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@202 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: compute w_lorentz from uT and alp instead of velrhaas2013-03-28
| | | | | | | | later on prim2con will of course compute the grid function using vel From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@201 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: remove rho_guess from find_bondi_solutionrhaas2013-03-28
| | | | | | | | | was used to call the newton solver twice with the very same arguments. Not sure what the idea was. From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@200 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitDat: clear psidc and c2p_failed in ID routinerhaas2013-03-28
| | | | | | | | this is mostly important when we freeze the evolution afterwards From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@199 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: set Bvec according to UIUC formularhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@198 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro: add parameters to set Bondi solution only in certain range.rhaas2013-03-28
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@197 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: add parameter to offset radial originrhaas2013-01-11
| | | | | | | | | r_code = r_KS - r0 with r0=1M by default. This avoids placing the central singularity on the grid. From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@196 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Add basic vector potential supportrhaas2013-01-11
| | | | | | | | Initial Avec constrained to poloidal at the moment. From: Tanja Bode <tanja.bode@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@195 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Make few evolve_entropy checks logicalrhaas2013-01-11
| | | | | | From: Tanja Bode <tanja.bode@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@194 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Implement entropy evolution (separated from temp evolution)rhaas2013-01-11
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@193 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: initialize c2p2c values as parameters and update routine ↵rhaas2013-01-11
| | | | | | | | to test inversions in the gr context. From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@192 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: sanity check four velocity in bondi caserhaas2013-01-11
| | | | | | | | | to make sure Exact's spacetime metric is consistent with the one internally used by the Bondi solution From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@191 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: implmented all of Bondi infall for KS coords onlyrhaas2013-01-11
| | | | | | From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@190 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: output bsonic and psonicmag as well.rhaas2013-01-11
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@189 ac85fae7-cede-4708-beff-ae01c7fa1c26
* Rename conflicting temporary Aphitbode2012-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@188 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Set optionally the plasma beta parameter at the sonic point.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@187 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: fix typo in error message.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@186 ac85fae7-cede-4708-beff-ae01c7fa1c26
* ng the interface for magentized con2prim for consistencyrhaas2012-11-09
| | | | | | From: Josh Faber <jfaberrit@jfaber3.local> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@185 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: only write bondi data file on root processrhaas2012-11-09
| | | | | | From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@184 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Init_Data: add "magnetized Bondi" to hydrobase::initial_bvecrhaas2012-11-09
| | | | | | | | | this is so that there is a proper initial_bvec setting rather than just "zero". From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@183 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: yet another initialization bug fixed in bondiM.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@182 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Fix B-field smoothing in BondiM routine.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@181 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Force mag field to go to zero at the puncture.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@180 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: port smoother velocity matching to mag. bondi routine.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@179 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: exchange find_bondi_solution_bracket for find_bondi_solutionrhaas2012-11-09
| | | | | | | | and improve smoothing of v field. From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@178 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: improve error messages for find_bondi_solution_bracket func.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@177 ac85fae7-cede-4708-beff-ae01c7fa1c26
* Add find_bondi_solution_bracket and velocity smoothing from Josh's patch.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@176 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: magnetized Bondi par file.rhaas2012-11-09
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@175 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: add cylindrical explosion ID type to initial_Bvecrhaas2012-10-26
| | | | | | | | this avoids having to rely on GRHydro_InitData running after HydroBase's ZeroBvec routine in order to have non-zero magnetic field git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@173 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: port bondi fixes to magnetized version.rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@172 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_Bondi_new.F90: unused variable...rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@171 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Bondi works when matter is coupled to spacetime too.rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@170 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: par file for bondi evolution on a smoothed puncture datarhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@169 ac85fae7-cede-4708-beff-ae01c7fa1c26
* Get rid of (some) tab charactersrhaas2012-09-17
| | | | | | | | | | | | | * There are still a lot of committed tab characters in the code. I will try to slowly clean that up. Meanwhile, please teach your text editor to transform tab characters into equivalent blank spaces before saving file to disk. This avoids code looking unformatted to other users due to different personal or default text editor settings for tab characters.. From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@168 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: pump up the number of 1d grid points for bondi solution.rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@167 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: dump the bondi 1d solution to file.rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@166 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: relax on the tiny value hard coded.rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@165 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Change debug messages; get rid of tabs;rhaas2012-09-17
| | | | | | From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@164 ac85fae7-cede-4708-beff-ae01c7fa1c26
* GRHydro_InitData: Move the metric fudge from Bondi routine to ↵rhaas2012-09-17
| | | | | | | | SmoothedPuncture thorn From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@163 ac85fae7-cede-4708-beff-ae01c7fa1c26