GitHub / pencil-code/pencil-code / commits
A high-order finite-difference code for compressible hydrodynamic flows with magnetic fields and particles
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 189326ff | add NEVERLOCK and README to the new auto-test | ToxPuro <t****o@a****i> | 4 days ago | |
| 61d9d9f4 | add Bonnor-Ebert-Sphere to the GPU autotest | ToxPuro <t****o@a****i> | 4 days ago | |
| a0413839 | for self-gravity calculate gravity potential for the initial condition correc... | ToxPuro <t****o@a****i> | 4 days ago | |
| 3c0cd1ee | replace obsolete forall with do concurrent | ToxPuro <t****o@a****i> | 4 days ago | |
| 019b9f77 | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | 4 days ago | |
| 649c0e6f | changed to logical :: lout=.true. to avoid problem with 1st timestep diagnostic | Axel Brandenburg <b****b@n****g> | 4 days ago | |
| 40b3ce73 | add comments for subroutines which were introduced because of GPUs | ToxPuro <t****o@a****i> | 4 days ago | |
| afee7327 | added logical :: lGamma_phi_damping=.false. !PAR_DOC: to include G... | Axel Brandenburg <b****b@n****g> | 4 days ago | |
| 7c7f95f6 | update the commit of parse | ToxPuro <t****o@a****i> | 4 days ago | |
| 51a34b81 | add photoelectric_dust to the samples which are automatically kept GPU-compat... | ToxPuro <t****o@a****i> | 4 days ago | |
| 30ed7d73 | added *.ipynb to checkins | Axel Brandenburg <b****b@n****g> | 4 days ago | |
| 41dabd3b | configured wandb loss value logging | Giridhar-Shreyas <s****r@a****i> | 4 days ago | |
| 58cc7250 | typo and uncomment normalize | Giridhar-Shreyas <s****r@a****i> | 4 days ago | |
| c851c015 | MR: avoid asking for CUDA if nvhpc is used; minor | mrheinhardt <e****t@a****i> | 5 days ago | |
| 48928a0a | Added array index information and index order change method | iomsn <i****1@g****m> | 5 days ago | |
| 364a4ef4 | updated normalization and fixed printing loss values | Giridhar-Shreyas <s****r@a****i> | 5 days ago | |
| 12458e39 | src/snapshot.f90: added if (lset_lfirst_call_early) lfirst_call=.false. | Axel Brandenburg <b****b@n****g> | 5 days ago | |
| ee7db329 | fix idiag_loss | ToxPuro <t****o@a****i> | 5 days ago | |
| 44a313a7 | added cyl_rot_strain as initial flow | Axel Brandenburg <b****b@n****g> | 5 days ago | |
| ea8ba65b | MR: fixed out-of-bounds bug, rcyl_mn needs not to be used in cylidrical coord... | Matthias Rheinhardt <m****t@n****g> | 5 days ago | |
| e6afe09f | MR: advec_cs2 is cumulative -> advec_cs2 = max(advec_cs2,adv_cs2) with local ... | Matthias Rheinhardt <m****t@n****g> | 5 days ago | |
| ae6b35ad | call train_multi_arg instead of multiple train | Giridhar-Shreyas <s****r@a****i> | 5 days ago | |
| 8d87fb46 | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | 5 days ago | |
| 32a78383 | samples/1d-tests/Schwinger-MHD/run.in: added large value cdt_Hscript=1e3 to p... | Axel Brandenburg <b****b@n****g> | 5 days ago | |
| 9092aab7 | MR: corrected as chi is a diffusivity and should not enter advec_cs2: | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| def7e014 | MR: made functions public; simplified | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| 11c348f2 | MR: minor tweaks; | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| 38413d71 | MR: mpiallreduce_[min|max]loc | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| 5945e1a0 | MR: added functions mpiallreduce_[max|min]loc for determining the proc, on wh... | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| 49594701 | MR: put par explanations into PAR-DOC format; minor | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| fcff6d31 | MR: minor | Matthias Rheinhardt <m****t@n****g> | 6 days ago | |
| cc6b6674 | add indexes for uumean and bbmean | ToxPuro <t****o@a****i> | 6 days ago | |
| 57e75d0f | Updated download URLs, which were still pointing to GitHub. | Philippe-A. Bourdin <g****t@B****h> | 6 days ago | |
| 91fb1965 | up the submodule commit | ToxPuro <t****o@a****i> | 6 days ago | |
| 8abfb55d | Apparently one does need to give the target attribute when sharing variables ... | ToxPuro <t****o@a****i> | 6 days ago | |
| 805b942b | improving calculation of wall friction when noise is present. Still WIP | ToxPuro <t****o@a****i> | 6 days ago | |
| 02ce9e96 | fix initcond | ToxPuro <t****o@a****i> | 6 days ago | |
| 703316af | don't push previous_wall_vel since it gets updated every iteration | ToxPuro <t****o@a****i> | 6 days ago | |
| e9f9b8e1 | avoid changing the used random numbers for scalar field gaunoise also | ToxPuro <t****o@a****i> | 7 days ago | |
| 274696ab | do not change how random numbers are used for backwards compatibility | ToxPuro <t****o@a****i> | 7 days ago | |
| 13d3c6f3 | cleaner to keep scaling out of box-muller | ToxPuro <t****o@a****i> | 7 days ago | |
| 0f2a045e | add new routine for adding gaussian noise and use it to add thermal noise to KG | ToxPuro <t****o@a****i> | 8 days ago | |
| aafc0bba | Added documentation about array shape for slices. | iomsn <i****1@g****m> | 8 days ago | |
| c9c99534 | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | 9 days ago | |
| 86e4ae73 | density.f90: added comment "did this ever work for the first time step?" etc | Axel Brandenburg <b****b@n****g> | 9 days ago | |
| dee382f3 | 0 is for success | ToxPuro <t****o@a****i> | 9 days ago | |
| a1aed3f7 | this would be added by the automatic script but Github actions seem flaky at ... | ToxPuro <t****o@a****i> | 9 days ago | |
| acc0f1d0 | enable lwall_friction with multiple procs | ToxPuro <t****o@a****i> | 10 days ago | |
| 602cb064 | added subroutine read_ell_from_table(ascale,ell_gam) to read ell_gam from table | Axel Brandenburg <b****b@n****g> | 11 days ago | |
| f64bd92a | make the ODE solver output the terminal velocity for convenience | ToxPuro <t****o@a****i> | 12 days ago | |
| 9ecef2d9 | refactored training DSL | Giridhar-Shreyas <s****r@a****i> | 12 days ago | |
| 505212a4 | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | 13 days ago | |
| 8bfa6969 | get correct tension in diagnostics when there is no coupling to the plasma | ToxPuro <t****o@a****i> | 13 days ago | |
| f1219e4d | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | 13 days ago | |
| 8f8067a3 | fix sign | ToxPuro <t****o@a****i> | 13 days ago | |
| 9b8df0be | need to get lconservative in register subroutine | Giridhar-Shreyas <s****r@a****i> | 13 days ago | |
| 10598432 | added a sextic potential without a cubic term and grouped terms that are shar... | ToxPuro <t****o@a****i> | 13 days ago | |
| 0afa7d1e | output surface tension also when evolving ODE | ToxPuro <t****o@a****i> | 13 days ago | |
| 47aaa11c | new training sample | Giridhar-Shreyas <s****r@a****i> | 13 days ago | |
| d78d984d | namelist to shared variable (lconservative) | Giridhar-Shreyas <s****r@a****i> | 13 days ago | |
| 246bb32d | fix wall velocity calculation: was done only for the first substep. Add diagn... | ToxPuro <t****o@a****i> | 14 days ago | |
| 2e1e4ca4 | fix ODE | ToxPuro <t****o@a****i> | 15 days ago | |
| 5806bff7 | added an ODE for calculating bubble size and made calculation of critical bub... | ToxPuro <t****o@a****i> | 15 days ago | |
| 57c3d090 | updated scripts to run on roihu | Giridhar-Shreyas <s****r@a****i> | 16 days ago | |
| 8d1f89ef | use the names of the fields when reporting which have NaNs | ToxPuro <t****o@a****i> | 16 days ago | |
| 1fbda89c | set seed for torchfort only once | ToxPuro <t****o@a****i> | 19 days ago | |
| 156064d4 | up the version of submodules and remove unused variables | ToxPuro <t****o@a****i> | 20 days ago | |
| c0adb45d | fix Schwinger2 | ToxPuro <t****o@a****i> | 21 days ago | |
| 84768f10 | Added profile RGB-1Msun-11.7-ns which is the same as RGB-1Msun-11.7 but witho... | Petri Käpylä <p****a@l****e> | 23 days ago | |
| 8936c481 | klein_gordon: fix latex error that broke compilation of the manual | Kishore G. <k****k@g****m> | 25 days ago | |
| 23a227c2 | Python: Param.read: fix denesting loop | Kishore G. <k****k@g****m> | 27 days ago | |
| 8eae144f | Python: Param._clean_namelist_name: namelist names on Python side don't have ... | Kishore G. <k****k@g****m> | 27 days ago | |
| f7530123 | python/tests/read.py: rm comment | Kishore G. <k****k@g****m> | 27 days ago | |
| 74508245 | + !call read_snaptime(file,tspec_next,nspec,dspec,t,existed=existed) | Axel Brandenburg <b****b@n****g> | 28 days ago | |
| 6597633a | rewrite lwall_friction to still allow compilation on GPUs (the logics would s... | ToxPuro <t****o@a****i> | 29 days ago | |
| 2771ecac | fix | ToxPuro <t****o@a****i> | 29 days ago | |
| 4529fabd | current Arrhenius settings | Axel Brandenburg <b****b@n****g> | 29 days ago | |
| 71d90898 | added "elseif (linclude_rho_EB_in_wstate) then; tmp=rhom_all+.5*(e2m_all+b2m_... | Axel Brandenburg <b****b@n****g> | 29 days ago | |
| b29119e7 | make wall velocity carry over restarts | ToxPuro <t****o@a****i> | 30 days ago | |
| a3093f13 | friction of the wall with the plasma assuming the plasma stays at rest | ToxPuro <t****o@a****i> | about 1 month ago | |
| dfa569d6 | updated density module to allow for power_randomphase_hel as initializer | AlbertoRoper <a****l@g****m> | about 1 month ago | |
| 947fc5e7 | turn lpencil_check_small=T for Schwinger2 and fix Klein-Gordon for that: help... | ToxPuro <t****o@a****i> | about 1 month ago | |
| f2763198 | remove unused variables from power_spectrum and make Schwinger2 runnable | ToxPuro <t****o@a****i> | about 1 month ago | |
| 83d6ca82 | add default_value for get_shared_variable in case a variable was not shared | ToxPuro <t****o@a****i> | about 1 month ago | |
| fb5a2e06 | mdwarf-ss-running-aver works | ToxPuro <t****o@a****i> | about 1 month ago | |
| 61030049 | corrected, following Matthias' email from Wed, Jul 15, 2026 at 07:51:55PM +0000, | Axel Brandenburg <b****b@n****g> | about 1 month ago | |
| 15e19544 | MR: removed unneeded pushpar; minor | Matthias Rheinhardt <m****t@a****i> | about 1 month ago | |
| bfdf096a | write dummy reading routines for set_gravity because of the iomsglen problems | ToxPuro <t****o@a****i> | about 1 month ago | |
| 15630ee5 | move diagnostic calculation to calc_diagnostics_special | ToxPuro <t****o@a****i> | about 1 month ago | |
| c10b2dd9 | explicitly control smoothing radius | ToxPuro <t****o@a****i> | about 1 month ago | |
| af8e8135 | fix klein_gordon: because of the auto-test all input params should have an in... | ToxPuro <t****o@a****i> | about 1 month ago | |
| 2ed27c9f | again update submodule | ToxPuro <t****o@a****i> | about 1 month ago | |
| f02d4700 | update submodule | ToxPuro <t****o@a****i> | about 1 month ago | |
| 10a23f3f | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | about 1 month ago | |
| 35feb08a | Update regarding Reheating MHD | sovansau9 <s****u@g****m> | about 1 month ago | |
| e32fba60 | update fortran-parser because of translation bug | ToxPuro <t****o@a****i> | about 1 month ago | |
| 5bd4ae42 | make hydro use div_tensor (for now being backwards compatible with the orderi... | ToxPuro <t****o@a****i> | about 1 month ago | |
| 6ab89aa6 | gaurd with lconservative for strain | Giridhar-Shreyas <s****r@a****i> | about 1 month ago | |
| 7b907f1b | Arrhenius settings | Axel Brandenburg <b****b@n****g> | about 1 month ago | |
| 40edeb9b | Automatic commit to keep code GPU-enabled | ToxPuro <t****o@a****i> | about 1 month ago |