aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Do not declare Fortran pointers explicitlyeschnett2013-06-13
* GRHydro: add check for stencil width for MP5rhaas2013-05-29
* GRHydro: avoid implict save for ierr in boundary registrationrhaas2013-05-29
* GRHydro: add PARAMCHECK for grhydro_stencil for WENO5rhaas2013-05-29
* GRHydro: fixed critical bug in temperature reconstruction in ePPMrhaas2013-05-29
* GRHydro: initialy set y_e_plus/minus to cell center value in reconstructrhaas2013-05-29
* GRHydro: add option to control action taken when con2prim failedrhaas2013-05-29
* GRHydro: MP5: Make epsilon parameter scale dependent on reconstructed field.rhaas2013-05-29
* GRHydro: add error checking after call for cs2 in Eigenproblemrhaas2013-05-29
* GRHydro: Fixing index offset bug in tempplus(i,j,k) for x direction flux.rhaas2013-05-29
* GRHydro: add missing filesrhaas2013-05-17
* GRHydro: relace C-style include for module with proper modulerhaas2013-05-17
* GRHydro: remove duplicate (and incorrect) GRHydro_InterfacesAM.hrhaas2013-05-13
* GRHydro: do not declare grid scalar as OpenMP PRIVATErhaas2013-05-13
* GRHydro: fix use of uninitialized variable in eigenproblem_leftrightrhaas2013-05-13
* GRHydro: Fix a problem with ghost zones in Prim2ConCells calls in MHD case.rhaas2013-05-11
* GRHydro: Fixing Con2PrimM to call the proper point-wise routinesrhaas2013-05-11
* 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