aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* GRhydro: Pressure in polytypeM_pt was off by factor inv_sqrt_detgrhaas2013-05-11
* GRHydro: add SAVE attribute to module variablesrhaas2013-04-18
* GRHydro: remove make.code.deps, coeffs_allocated, unused includes rhaas2013-04-18
* Set InLastMoLPostStep during initial data setupeschnett2013-04-13
* GRHydro: remove superfluous "divb(i,j,k) +" from divb computationrhaas2013-04-10
* GRHydro: Critical bugfix: Con2Prim was probably never executed inrhaas2013-04-10
* GRHydro: support reconstruct_Wv in TVD reconstructorrhaas2013-03-28
* Finish the implementation of con2prim using the entropy equation.rhaas2013-03-28
* GRHydro: move critical section in prim2conM into if statementrhaas2013-03-28
* GRHydro: explicitly cast from CCTK_REAL to int to avoid warningrhaas2013-03-28
* GRHydro: change CCTK_WARN(0,...) to CCTK_ERRORrhaas2013-03-28
* GRHydro: pass pressure into eigenvalue routine for MHDrhaas2013-03-28
* GRHydro: remove unused variablesrhaas2013-03-28
* GRHydro: reduce size of critical section in eigenbalues routinerhaas2013-03-28
* GRHydro: convert more tabs to (8) spaces. No other changes.rhaas2013-03-28
* GRHydro: implemented H viscosity for HLLE solver to eliminate the carbuncle i...rhaas2013-03-28
* GRHydro: add test case for WENO5rhaas2013-03-06
* GRHydro: Added MP5 reconstruction method. Tested with TOV and shocktube.rhaas2013-03-06
* GRHydro: Reconstruct Wv for WENO5.rhaas2013-03-06
* convert tabs to (8) spaces. No other changes.knarf2013-03-04
* remove unused variablesknarf2013-03-04
* GRHydro: remove commented out code, update docsrhaas2013-02-11
* GRHydro: declare charXXX_dc variables in HLLEM OMP privaterhaas2013-02-11
* GRHydro: add fuzzy comparison for evolution_maskrhaas2013-02-11
* * add option to reconstruct temperature to GRHydrorhaas2013-02-11
* GRHydro: disable in-AH polytrope call by default for Avecrhaas2013-02-11
* GRHydro: add option to automatically use Evolution_Mask if possiblerhaas2013-01-20
* GRHydro: Improved WENO implementation: (i) Pick adaptive epsilon-parameter ac...rhaas2013-01-14
* GRHydro: Implemented WENO5. Tested with a shock tube.rhaas2013-01-14
* GRHydro: output v2 when warning about NaN in w_lorentzrhaas2013-01-14
* GRHydro: use distinct dummys for calc_vlow_blowrhaas2013-01-14
* GRHydro: correct tau when resetting to atmosphererhaas2013-01-14
* GRHydro: clear divB everywhere rather than just in interiorrhaas2013-01-14
* GRHydro: CCTK_Equals -> CCTK_EQUALSrhaas2013-01-14
* GRHydro: Fixing comment to reflect what is used in the code (sqrt(\gamma) - >...rhaas2013-01-14
* GRHydro: Starting to push vector potential changesrhaas2013-01-14
* GRHydro: Improved Tmunu damping.rhaas2013-01-14
* GRHydro: Add basic vector potential supportrhaas2013-01-14
* GRHydro: Implement entropy evolution (separated from temp evolution)rhaas2013-01-14
* GRHydro: optionally use CarpetEvolutionMask::evolution_mask to skip validity ...rhaas2013-01-14
* GRHydro: Introduce variable atmopshere level / tolerance as function of radiu...rhaas2013-01-14
* GRHydro: disable in-AH polytrope call by defaultrhaas2013-01-14
* GRHydro: call polytrope EOS in a region dominated by mag. field.rhaas2013-01-14
* GRHydro: Call pointwise polytype upon con2primM failure. If it fails just use...rhaas2013-01-14
* GRHydro: call pointwise con2primM with polytrope eos handle deep inside AH up...rhaas2013-01-14
* GRHydro: Let the driver functions to take care of retval initializationrhaas2013-01-14
* GRHydro: reset points inside the excision region to atmosphere inrhaas2013-01-14
* GRHydro: remove old "hopefullyfixed" con2primM_pt version.rhaas2013-01-14
* only define validate_x() if DEBUG_CON2PRIMM is set because it is currently un...knarf2012-12-17
* remove unused variable; instead of using aint which truncates but doesn't con...knarf2012-11-23