August 2018 Archives by thread
      
      Starting: Wed Aug  1 08:53:16 CDT 2018
         Ending: Thu Aug 30 20:59:18 CDT 2018
         Messages: 51
     
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE: Update GiRaFFE tests, this time using boundary conditions consistent with what might be used in production.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE: Adjust floor value on tolerance tests to 1e-12. Should fix Jenkins failure.
 
Bitbucket
- [Commits] commit/EinsteinEvolve: rhaas80: NewRad: provide bar-bones documentation of what the thorn does
 
Bitbucket
- [Commits] commit/EinsteinInitialData: rhaas80: Hydro_RNSID: define _GNU_SOURCE in utils for getopt
 
Bitbucket
- [Commits] commit/WVUThorns: rhaas80: GiRaFFE: remove explicit BLAS and LAPACK from tests
 
Bitbucket
- [Commits] commit/PITTNullCode: 3 new changesets
 
Bitbucket
- [Commits] commit/EinsteinEvolve: 2 new changesets
 
Bitbucket
- [Commits] commit/EinsteinEvolve: rhaas80: GRHydro: add definiton of Tmunu to docs, add some MHD defs
 
Bitbucket
- [Commits] commit/EinsteinAnalysis: rhaas80: Multipole: fix handling case of missing name option
 
Bitbucket
- [Commits] commit/EinsteinBase: SamuelCupp: Backward compatibility: removed REQUIRES boundary2
 
Bitbucket
- [Commits] commit/EinsteinAnalysis: rhaas80: Merged in rhaas/name (pull request #7)
 
Bitbucket
- [Commits] [barrywardell/EinsteinExact] 86eb5b: Removed unnecessary dependency on Boundary
 
Samuel Cupp
- [Commits] commit/EinsteinAnalysis: 3 new changesets
 
Bitbucket
- [Commits] commit/WVUThorns: 2 new changesets
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE: impose_speed_limit_output_u0(): Declare a CCTK_REAL as const and remove comments from earlier version of the code.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: IllinoisGRMHD: Inside impose_speed_limit_output_u0(), impose the GAMMA_SPEED_LIMIT ceiling on the relativistic Gamma factor.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE: Update documentation, at reviewer Roland Haas' request.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Add warning that current symmetry thorns in ETK do not support staggered gridfunctions
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Document that the "st" in mhd_st_i = \tilde{S}_i stands for "\tilde{S}"
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: remove commented-out, wrong prolongation operators
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Remove backslashes from interface.ccl comment blocks, so as not to confuse the parser.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Make sure all gridfunction groups are properly commented, both in GiRaFFE and IllinoisGRMHD.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Remove GiRaFFE_MaxNumEvolvedVars and IllinoisGRMHD_MaxNumEvolvedVars from GiRaFFE and IllinoisGRMHD, respectively. MoL now figures this out on its own.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Remove "equatorial" symmetry option from GiRaFFE and IllinoisGRMHD until it has been fully tested.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Add nice gridfunction staggering table to documentation
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Move all Aligned Rotator test parameters from the GiRaFFE evolution thorn to GiRaFFEfood, and add a new parameter "min_radius_inside_of_which_conserv_to_prims_FFE_and_FFE_evolution_is_DISABLED" that does exactly what its name suggests. Update the Aligned rotator test result.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Give rule of thumb for setting damp_lorenz; remove extraneous comments
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Clean up test suite parameter files and output
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE/IllinoisGRMHD: Update damp_lorenz comment in param.ccl to be more useful.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Update schedule.ccl according to reviewer's comments.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE tests: Update Exact Wald result after scheduling fix
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE tests: Fix AMR grid structures: In SplitMonopole, ExactWald, MagnetoWald, and AlignedRotator tests, AMR grids did not have an integer number of gridpoints or did not properly avoid the coordinate singularity.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE tests: Remove "NPROCS 2" from every test in test.ccl, so that it can be run with arbitrary number of mpi tasks
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE tests: Three Alfven Wave test suffered from a blowup in roundoff error due to x=0 being replaced by +/- machine epsilon at t=0. Stagger about x=0 and results are consistent across machines.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Prefix 'const' to *all* variables that are constant in GiRaFFE. All tests pass after fix. Also remove unused variables.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Address remaining comments in GiRaFFE thorn. GiRaFFEfood is next.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE Review: Address comments on GiRaFFEfood.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFEfood: Address all compiler warnings.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: ID_converter_GiRaFFE: Fix compilation warnings.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE documentation: Add the references.bib file
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: WVUThorns/ShiftedKerrSchild: Fix compiler warning.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE Review: Address remaining comments.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: WVUThorns/IllinoisGRMHD: Fix all GCC (v 7.3.0) compiler warnings.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE Review: ID_converter_GiRaFFE/schedule.ccl: Remove [3] suffix from gridfunction group names in SYNC call. ID_converter_ILGRMHD/schedule.ccl had the same problem. Dunno why the parser didn't barf. Both fixed.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE Review: Use srand() instead of srandom() to seed rand(). Also add comment in param.ccl explaining the use of the random_seed. Affects ID_converter_GiRaFFE *and* ID_converter_ILGRMHD.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Accidentally removed random_pert variable from the ID_converter_GiRaFFE/param.ccl file. Re-add.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Modifications/improvements to ShiftedKerrSchild.
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Properly prefix functions in GiRaFFEfood with GiRaFFE_
 
Bitbucket
- [Commits] commit/WVUThorns: zach_etienne: GiRaFFE review: Actually the prefix for functions inside GiRaFFEfood should be GiRaFFEfood, not GiRaFFE. Also fix some tabination issues.
 
Bitbucket
- [Commits] commit/EinsteinInitialData: 3 new changesets
 
Bitbucket
- [Commits] commit/WVUThorns: 38 new changesets
 
Bitbucket
    
      Last message date: 
       Thu Aug 30 20:59:18 CDT 2018
    Archived on: Thu Aug 30 20:59:23 CDT 2018
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).