9
I Use This!
Very High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jul 12, 2025 — Jul 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added integration of tph More... 6 days ago
fix massdiff_fix More... 6 days ago
fix disp_current and cannot use LEN=* in special modules (I guess we don't need NVHPC for special modules anytime soon) More... 6 days ago
fix disp_current More... 6 days ago
fix disp current More... 6 days ago
associate lext_force in density even without hydro More... 6 days ago
cdata.f90: added ldt_report=.false. !PAR_DOC: possibility for time step reports onto command line equ.f90: added if (idiag_dtsrc/=0) call max_mn_name(maxsrc/cdtsrc,idiag_dtsrc,l_dt=.true.) param_io.f90: added it1_ldt_report register.f90: added call parse_name(iname,cname(iname),cform(iname),'dtsrc',idiag_dtsrc) run.f90: Enable possibility of a more detailed and free-format output about time step constraints directly onto the command line. special/backreact_infl.f90: ldt_backreact_infl=T by default; can be used to prevent automatic time step control. special/disp_current.f90: added dtsrc_sigE sub.f90: added comment viscosity.f90: added if (sigEm_all>0.) for nu_tdep=min(nu,PrM/sigEm_all) More... 6 days ago
put these on comment for now More... 6 days ago
fix refactoring More... 6 days ago
use LEN=* for reading routines (does not compile with NVHPC otherwise) More... 6 days ago
dummy lconservative bool More... 6 days ago
modelling symmetric stress tensor More... 6 days ago
fix typo More... 7 days ago
fix pencil check More... 7 days ago
fix calc_uu More... 7 days ago
save work More... 7 days ago
refactor p%uu and p%Tij into their own subroutines More... 7 days ago
corrected how phimass2 is assigned in the code, as otherwise it keeps initialized value when running the code, instead of input from run.in More... 7 days ago
enable samples/higgsless again More... 7 days ago
added chi_quartic normalization parameter and modifications on how to deal with normalized units for quartic potential More... 7 days ago
magnetic/meanfield.f90: Added possibility of a time modulation on top of alpha_tmp. initial_condition/bonnor_ebert_sphere.f90: removed unused parameter initcond.f90: added sinx_cosy_ey for spread(spread(sin(kx1*x),2,my),3,mz) *spread(spread(cos(ky1*y),1,mx),3,mz) *spread(spread(cos(kz1*z),1,mx),2,my)) More... 7 days ago
Automatic commit to keep code GPU-enabled More... 8 days ago
fix autotest by initializing first spectra output time correctly when code time is used as the trigger More... 8 days ago
! When dlnascale_reheating /= 0, then we use the following formula, where Gamma_phi jumps ! to a fraction 10^lg_Gamma_phi_fraction_firststeplg_Gamma_phi_fraction_firststep of the ! final Gamma_phi value within the first time step, and then its log growth linearly ! in lna within the interval dlnascale_reheating. More... 8 days ago
Automatic commit to keep code GPU-enabled More... 8 days ago
snapshot.f90: Use here the opportunity to set tspec_next. We did this only if the relevant t*.dat file did not yet exist. This is important if trigger_spec is not the code_time. sub.f90: in subroutine read_snaptime, added optional argument existed in subroutine read_snaptime(file,tout,nout,dtout,t_temp,existed) For correctly initializing tinit, we need to know in the calling routine whether the file existed. If it did, tinit would not be touched. disp_current.f90: added idiag_BcurlBm/=0 in case jbm could not be used (because of axion contribution) More... 8 days ago
Automatic commit to keep code GPU-enabled More... 10 days ago
backreact_infl.f90: suppress temporary debug output with if (ip<16) print*,'AXEL9: lheating_always=',lheating_always disp_current.f90: added lcorrect_sign_adphiB_term=.false. !PAR_DOC: correct sign adphiB_term and lignore_adphiB_term_in_MHD_current=.true. !PAR_DOC: correct sign adphiB_term More... 10 days ago
maintain backwards compatibility for older reference data in Klein-Gordon by not initializing the seed More... 11 days ago
fix write_krms More... 11 days ago