Skip to content
Success

Changes

Summary

  1. Outsource the signal velocity calculation to a separate function (details)
  2. Add empty MHD signal velocity function (details)
  3. Added basic file infrastructure for the empty MHD scheme (details)
  4. Introduced all the macros to compile the MHD functions into the hydro loops (details)
  5. Fix the macro compilation issue (details)
  6. Add all the function calls to the non-loop functions required by MHD (details)
  7. Add all the necessary non-loop functions for the MHD scheme. All blank for now in the 'None' scheme. (details)
  8. Add all the i/o related routines to the None MHD scheme (details)
  9. Use correct macro name in signal_velocity.h (details)
  10. Added missing MHD io file (details)
  11. Added the particle-carried MHD structure to the other relevant hydro schemes (details)
  12. Added the particle-carried MHD structure to the other relevant hydro schemes (details)
  13. Added an empty direct-induction MHD set of functions. (details)
  14. Added missing function definitions in the 'None' MHD scheme. (details)
  15. First Commit of MHD tests (details)
  16. blid vesion of mhd flavors: Base Direct Indution and Vector Potentials (details)
  17. first commit of the branch, and rought idea of MU0 (details)
  18. IO & particle definitions (details)
  19. Bug fix Returned fields form IO functions (details)
  20. Non working version of Direct Induction (details)
  21. Missing call to MHD function in the naive PAIR1 (details)
  22. Add the new mhd calls to the symmetry test (details)
  23. Add empty debugging function printing out the particle fields to the 'none' and 'directinduction' mhd schemes (details)
  24. Missing call to MHD function in the naive PAIR1 (details)
  25. Add the new mhd calls to the symmetry test (details)
  26. Add empty debugging function printing out the particle fields to the 'none' and 'directinduction' mhd schemes (details)
  27. Add debugging function to the other two MHD schemes (details)
  28. Formatting (details)
  29. DX into signal velocity && clang-format-10 (details)
  30. format (details)
  31. Formatted and debugged version (details)
  32. Rename the configuration option --with-mhd to --with-spmhd (details)
  33. Better name for the two SPMHD schemes managed by @fastasyszyn (details)
  34. Prevent users from running a gizmo hydro scheme alongside an SPMHD scheme (details)
  35. Add blank-for-now debugging SPMHD functions (details)
  36. DI working version (details)
  37. Add the distance vector as an argument to the signal velocity calculation function (details)
  38. Naming problem (details)
  39. Naming issue (details)
  40. Format + NO test field in output (details)
  41. IO & particles first commit (details)
  42. Adapt unit tests to the new SPMHD loops (details)
  43. Add empty mhd_signal_velocity() in the vector-potential implementation (details)
  44. Add empty gradient loop functions to the schemes that do not use them. (details)
  45. Add empty gradient loop functions to the schemes that do not use them. (details)
  46. Add blank functions for the start and end of the gradient loop in the 2-loop SPH schemes (details)
  47. Better header guard names in the vector-potential MHD files (details)
  48. Activate the thirs SPH loops in the MHD schemes that demand it (details)
  49. First vanila version of Vector Potentials (details)
  50. Added void function for statistial global MHD quantities (details)
  51. formating and statistical functions (details)
  52. Applied formatting script (details)
  53. TEST VERSION BEFORE INTEGRATION CHANGES (details)
  54. Move the definition of the signal velocity between two particles into each of the implementations also in the pure hydro case. (details)
  55. Add the MHD particle-carried structure also to the Gasoline scheme (details)
  56. Add missing particle-carried MHD data in the None and PU schemes (details)
  57. Temporarily disable the call to mhd_stats() as the function is not implemented anywhere (details)
  58. Constants BUG (details)
  59. DivB IN gradient Loop (details)
  60. Reading parameters files (details)
  61. formatting (details)
  62. Direct Induction accepts parameters from parameterfile (details)
  63. Firtst attempt to get rid of MU0 as makeflag (details)
  64. small error (details)
  65. write (details)
  66. cleaning errors and test beds (details)
  67. fixes dealing MU0 parameter (details)
  68. Cleaning Direct Induction (details)
  69. introduction function get_signal_vel & cosmo factors (details)
  70. DivB wrapper (details)
  71. Introduciong cosmological factors and ICs (details)
  72. correction in a factors (details)
  73. Comoving factors and Initial Conditions (details)
  74. bugfix (details)
  75. Just all VP comoving? (details)
  76. working version (details)
  77. adding parameters for MHD (details)
  78. OUt Unions for development stage (details)
  79. Checked version of prefactors (details)
  80. format (details)
  81. dont know what to do with DivB (details)
  82. working version (details)
  83. Prefctors from the time integration added (details)
  84. cosmo change in Eta (details)
  85. working version, but without the divV ter (details)
  86. Add functions to collect the magnetic energy, div B error, helicity and cross helicity (details)
  87. Add units of helicity to the unit conversion mechanism (details)
  88. Make use of the new functions in the stats collection (details)
  89. Define a constant for the vaccum permeability. It can be overwritten at run time (details)
  90. Write the vacuum permeability constant to the screen on startup and to the snapshots (details)
  91. updated statistics module (details)
  92. test (details)
  93. Remove the mhd_stats() function that is not used anymore (details)
  94. Pass the vaccuum permeability constant in internal units to all the MHD iact functions (details)
  95. Pass the mu_0 to all the MHD iact functions in the runner_xxx.h (details)
  96. updates updates (details)
  97. Canvased DI (details)
  98. Direct Induction formulation in mhd canvas (details)
  99. Fix typo in comment of the physical constants header (details)
  100. Pass the MHD global data by address and not by value to mhd_first_init_part() (details)
  101. Also update the planetary SPH scheme to carry the MHD API (details)
  102. Applied formatting script (details)
  103. small change for the MHD tests (details)
  104. Changes in the Cosmological factors. First for DInduction (also (details)
  105. scale factors for VectPot (details)
  106. Remove now-unnecessary file (details)
  107. Applied formatting script (details)
  108. duplicated lines (details)
  109. added VPotential debugs (details)
  110. formating and VP update (details)
  111. Changes for MHD (details)
  112. debug version fro DI (details)
  113. Direct induction cleaning (details)
  114. forgotten file (details)
  115. git formatting (details)
  116. small bug (details)
  117. Canvased Direct Induction mhd formulation that runs test cases to completion (details)
  118. Canvased Direct Induction mhd formulation that runs test cases to completion, better now (details)
  119. Add README to the Brio-Wu example to specify gamma and mu_0 (details)
  120. Canvased Direct Induction mhd formulation, fixed v_sig things (details)
  121. Scaled version of the test to hardcode Mu0 in swift (details)
  122. comoving testing (details)
  123. small bugfixes (details)
  124. new test without MU0 (details)
  125. correct parameters in signal vel (details)
  126. test cases (details)
  127. ending mu0 problem (details)
  128. minimal magnetic changes (details)
  129. Cleaning Gauges (details)
  130. format and Gauge (details)
  131. small bugfixes  for cosmological simulations (details)
  132. cosmo interger (details)
  133. fixed (details)
  134. previous to sync (details)
  135. small fix to current nr of snapshots (details)
  136. adding plotting statistical quantitie (details)
  137. adding Bfield (details)
  138. some cleaning for ignored files (details)
  139. Mhd canvas (details)
  140. ignoring the new executable (details)
  141. Full independence of Comoving factors (details)
  142. CHANGE, now IC parameters for Binit are physical (details)
  143. Updating new funcion calls for NONE mhd (details)
  144. diferent cosmological versions (details)
  145. Mhd canvas into MHD_FS (details)
  146. Fixed illegal math op in v_sig (details)
  147. Imported latest changes from fede (details)
  148. Update the Orszag-Tang vortex run script to load the glass file and run the correct executable (details)
  149. Use the master branch's gitignore (details)
  150. Update to from main branch to Canvas to MHD_FS (details)
  151. Added RyuJones 1A MHD Test (details)
  152. Mhd canvas (details)
  153. Delete temporary files from the repo (details)
  154. Cleaning Test (details)
  155. common naming solved (details)
  156. Mhd canvas (details)
  157. cleaning (details)
  158. cleaning test folder (details)
  159. No JPG in repo (details)
  160. Solving issues with different Hydro Schemes (details)
  161. Kelvin Helmholtz with MHD? (details)
  162. Nomenclarture (details)
  163. Examples Nomenclature change (details)
  164. Solving issues with different Hydro Schemes (details)
  165. Mhd fs (details)
  166. When searching for more particles in a ghost task we walk up the cell tree,... (details)
  167. Addition of Fast Rotor and Magnetic Blast Wave tests (details)
  168. Attempt at correctly incorporating mu_0 - incomplete (details)
  169. mu_0 propagation (details)
  170. When searching for more particles in a ghost task we walk up the cell tree,... (details)
  171. Added artificial resistivity (details)
  172. Small mu_0 corrections (details)
  173. Update the symmetry test to use the new hydro function signatures (details)
  174. Add the MHD-related fields to the debugging messages for the direct induction case (details)
  175. Update the function signature of the minimal hydro scheme to also work with MHD (details)
  176. Fixed mistake in du_dt ODE change due to resistivity (details)
  177. MHD scheme hyperparameter update (details)
  178. Fix the signal velocity signature to accomodate the MHD NONE scheme (details)
  179. Fix the NONE MHD scheme to compile with the new function signature of mhd_get_magnetic_energy() (details)
  180. Minor parameter changes (details)
  181. Initial sync to work again (details)
  182. Added solution scripts for Brio-Wu test. Ran Python formatting script. (details)
  183. bug catching Mu0 (details)
  184. before Mag.Egy in all the flavors (details)
  185. formatting clang-13 (details)
  186. Turbulent bo (details)
  187. first version fo spectra (details)
  188. update (details)
  189. Slight reformulation of MHD, works reasonably well, but considerable particle noise (details)
  190. Fixed small typo in mhd.h (details)
  191. Deleted some unnecessary files (details)
  192. Remove unwanted files (details)
  193. Update the Brio-Wu run script to use the correct executable (details)
  194. Update the run script to use the correct version of python (details)
  195. Magnetic energy added to stats file (details)
  196. Reset the divB accumulator in mhd_reset_gradient and not in reset_acceleration() (details)
  197. Output B_full and not B in the snapshots (details)
  198. Add comments clarifying what gets zeroed where (details)
  199. Minor changes (details)
  200. A few more MHD tests (details)
  201. Fix compilation issue (details)
  202. Applied code formatting tool (details)
  203. Cleaning dependences with mu0 again (details)
  204. Changes in the 9 plot algorithm. (details)
  205. Same info in hdf5 files (details)
  206. Still handling Mu0 (details)
  207. Mu_0 in Vector Potential MHD (details)
  208. not sure (details)
  209. formating issues (details)
  210. Commit changes in the BrioWu plotting in python. (details)
  211. Merge of MHD_FS schemes. (details)
  212. unnesesary file (details)
  213. Seemingly functioning resistivity formulation (details)
  214. first try HCP (details)
  215. regular files (details)
  216. removed a big file (details)
  217. Removed unwanted files (details)
  218. Undo more unwanted changes (details)
  219. Applied code formatting script (details)
  220. Remove all the remaining traces of the old MHD_MU0 constant (details)
  221. Move the debug routines of the Direct induction flavour to the correct files (details)
  222. Restore the code's ability to compile without MHD (details)
  223. Minor OT vortex changes (details)
  224. Corrected magnetic energy calculation for stats file (details)
  225. small chages in plots (details)
  226. MHD parameters from parameter files, and addition of divB/curlB based timestep criterion (details)
  227. Fix compilation also in the None,DI, and VP mhd cases (details)
  228. Disabled Balsara switch in SPHENIX and chose a 'projected' cleaning speed for divergence cleaning (details)
  229. Added Monopole test (details)
  230. Deleted unnecessary large file (details)
  231. Enforce a_z = 0 when running in 2D (details)
  232. Barotropic equation of state for star formation sims (details)
  233. Magnetised cloud collapse example (details)
  234. Choose an internal system of units that does not overflow the calculation (details)
  235. Convert the snapshots back into CGS (details)
  236. ICs close to complete and reasonable running parameters for MHD cloud collapse, does not seem to crash (details)
  237. Fixed vacuum permeability in default unit system value (details)
  238. Fixed comment for vacuum permeability in default unit system value (details)
  239. Applied formatting tool (details)
  240. Switch for dedner correction and other small changes (details)
  241. MHD gravitational collapse test (details)
  242. Updated and cleaned version of the Magnetised Cloud Collapse test (details)
  243. More appropriate value of h_max. Snapshot 70 reached after 1 hr on 4 cores for the default setup (details)
  244. Added the new files. Copied over from from the minimal scheme. (details)
  245. Compute the c-matrix and invert it at the end of the gradient loop. (details)
  246. Out-source the symmetric maxtrix definition to a separate file to avoid code duplication (details)
  247. Out-source the symmetric maxtrix definition to a separate file to avoid code duplication (details)
  248. Implement the raw fluid MAGMA equations in the non-symmetric non-comoving case. Viscosity and diffusion still to do. (details)
  249. Added the viscosity terms. For now without linear reconstruction. (details)
  250. Add function to print out symmetric matrix (details)
  251. Update all components of the acceleration vector. Not just x (details)
  252. Also fix the last coordinate of the G vectors (details)
  253. Code working for the 3D BCC Sod shock (details)
  254. Implemented the energy diffusion scheme (details)
  255. Something not quite correct yet with the Sedov explosion (details)
  256. Add energy evolution plot to the Sedov example. (details)
  257. Add option to use the old-school kernel gradients instead of the G matrix. Temporarily disable diffusion (details)
  258. Fix typo where the wrong soundspeed was collected for particle pj (details)
  259. Reinstate the diffusion term (details)
  260. Also implemented the Gasoline2-like terms (details)
  261. Implemented velocity gradient. Van Leer limiter missing (details)
  262. Now with Van Leer limiter (details)
  263. Make the exponential term in the Van Leer limiter and actual switch to be applied only when eta_ij > eta_crit (details)
  264. Fix floating-point false-positive in EAGLE feedback (details)
  265. Avoid division by zero in Dedner scheme. Use correct fabs function (details)
  266. Fix floating-point overflow in intermediate calculation (details)
  267. Fix overflow in direct induction time-step condition (details)
  268. Better choice of default parameters for running the MHD gravitational collapse test (details)
  269. Physical resistivity (details)
  270. Added mean square of B2 to stats files for dynamo studies (details)
  271. fix cast in error message (details)
  272. old bug about MU_0 (details)
  273. Many things (details)
  274. formating (details)
  275. Applied code formatting (details)
  276. Ignore .yml files in deeper dirs when commiting (details)
  277. Roberts Flow example (details)
  278. missing restrict (details)
  279. Applied formatting script (details)
  280. Applied python formatting script (details)
  281. Fix typo in mhd.h (details)
  282. typo in restrict (details)
  283. Add Roberts flow forcing term (details)
  284. working version (details)
  285. Added info in RobertsFlow/README (details)
  286. small change for extra params (details)
  287. Read the box size directly from the space structure in the Roberts flow forcing term. (details)
  288. Fixed constant B (details)
  289. Fixed Bms in stats files (details)
  290. new compact version (details)
  291. automation (details)
  292. Eliminate unnecessary Roberts Flow forcing parameter (details)
  293. Typos (details)
  294. another file needde for testing (details)
  295. changed vforce to be consistent with arXiv:0808.2141 (details)
  296. fixed v signs in makeIC to allign v field with vforced, added B fields as in  arXiv:0808.2141 to makeICnew, changed v0 to 1.5 in vforced (details)
  297. fixed a typo in makeICnew (details)
  298. slow slow working (details)
  299. Test scripting (details)
  300. Adding extra timesteping taking account for resitivity (details)
  301. wrong naming for Eta (details)
  302. adding Physcail resitivity (details)
  303. Do not have the Roberts flow forcing term on by default (details)
  304. Applied code formatting script (details)
  305. iworking version (details)
  306. STANDARD test (details)
  307. New timestepping condition for physical resistivity (details)
  308. added CurlB test (details)
  309. Addded curl B to the snapshots (details)
  310. fixed CurlB test sign (details)
  311. Laplacian physical resistivity and small corrections to timestepping (details)
  312. Set the correct unit for divB in Fede's implementations (details)
  313. Code formatting (details)
  314. Fix units of dB/dt and curl B in Orestis implementation (details)
  315. Add correct units to the Dedner scalar and derivative in the snapshots (details)
  316. added vector potentials to Magnetised Cloud collapse (details)
  317. Added Versioning and aditional information OT vortex plot (details)
  318. COrrect Units Likely (details)
  319. Plotinng scripts (details)
  320. ignore new folders (details)
  321. Adding Vectror potential to RobertsFlow: (details)
  322. Moved forcing from Runner_to drift. Warning also not change in hdro and (details)
  323. Moved forcing from Runner_to drift. Warning also not change in hdro and (details)
  324. added limits to MHD plots (details)
  325. small adds in gitignore (details)
  326. Moved oberts flow forcing back to runners (details)
  327. typo en macro (details)
  328. minus typo in Dissipation (details)
  329. Merged master into the branch and applied the formatting script (details)
  330. error signs in the diffusion term (details)
  331. Added mechanism to apply forcing terms *after* the final hydro loop (details)
  332. Implement the Roberts flow terms in the new mechanism (details)
  333. Added missing file (details)
  334. added read Vz factor from the yml files. (details)
  335. Document the new Roberts flow parameter in the example file (details)
  336. Add new Roberts flow forcing terms based on updating the accelerations (details)
  337. Improve documentation (details)
  338. forcing: added nu calculation from the artifitial term in SPHENIX (details)
  339. fixed magnetic resistivity prefactor in FDI (details)
  340. fixed magnetic resistivity prefactor in VP (details)
  341. instead of multiplying resistivity by 4 i divided. Now fixed (details)
  342. fix ROBERTS in drift that now is in forcing (details)
  343. Removed curlB from timestepping criterion (details)
  344. Updated ICs and plotting for Alfven Wave Test (details)
  345. Set parameters in yml file to default we should be running the Brio Wu shock tube with (details)
  346. Homogenized variable names (details)
  347. Homogenization part 2 (details)
  348. Homogenization Final push... before dbug (details)
  349. small change in scrips (details)
  350. Homogenizing compiles (details)
  351. nomenclature changes (details)
  352. small clean up (details)
  353. small (details)
  354. change in the YML file with resistive ETa (details)
  355. Add computation of the internal energy gradient (details)
  356. Added the terms in the gradient loop to compute grad u (details)
  357. Fix sign of the Van Leer slope limiter condition (details)
  358. Reinstate the dh/dt term (details)
  359. Reinstate the dh/dt term (details)
  360. Use the reconstructed internal energies at the mid-point in the diffusion term (details)
  361. Better variable name (details)
  362. Typo in the read of resistive eta in parameter file and mu_0 (details)
  363. deleting unsesesary file (details)
  364. removal el mu_0 from mhd_parameters (details)
  365. passing mu_0 for mhd_prepare_force... Needed in FDI and Vep (details)
  366. forgotten file (details)
  367. Made compatible Fede's changes with minor updates in code structure in ODI (details)
  368. small change in nomenclarure B_mon to divB (details)
  369. Hope to kill mu_0, finnally (details)
  370. Restore the Balsara switch in the SPHENIX scheme (details)
  371. Applied formatting script (details)
  372. Remove non-unused global configuration variables for MHD from engine.c (details)
  373. adding balsara eq 1 in ODI scheme (details)
  374. Moved the divB from density to gradient loop (details)
  375. FDI and VeP, changes in mhd_io to comply with naming policies (details)
  376. Time integration fix for Phi in FDI. (details)
  377. Applied code formatting script (details)
  378. Read the correct resistivity variable name in the OT vortex plot (details)
  379. Removing OPTional parameters in all MHD schemes. (details)
  380. Uniformisation of parameter names, one convetion (details)
  381. Better treatment of gradB tensor and associated AR switch + minor variable... (details)
  382. Fix compilation without MHD (details)
  383. Symmetric Operator for DivB in VeP and FDI (details)
  384. head comments in functions (details)
  385. Added function to calculate magnetosonic speed (details)
  386. Dedner scalar time derivative is now calculated in a function, and the scalar... (details)
  387. Calculating root mean square B and average divB error in statistics files (details)
  388. Applied code formatting tool (details)
  389. Fix the order of operations for the RMS of B in stats_finalise() (details)
  390. Uniformised MHD parameter names in FDI abd VP too (details)
  391. copy odi magnetosonic speeds functions into fdi and vep (details)
  392. Fstasys/naming in mhd io ver01 (details)
  393. Mhd canvas sid (details)
  394. Applied code formatting tools (details)
  395. Fstasys/forcing roberts flow accel viscous c s (details)
  396. Do not call error() in the mhd_get_magnetic_energy() and co. functions of the none scheme. These are also called in non-MHD mode (details)
  397. Added scripts to load the cosmo box ICs for MHD (details)
  398. Fstasys/fix cosmo factors fdi vp (details)
  399. Fstasys/cosmological box mhd gen ic (details)
  400. Karapiperis/cosmo factors (details)
  401. Applied formatting script (details)
  402. Applied formatting script (details)
  403. Match the function signatures to the MHD requirements (details)
  404. Temporary fixes to get MAGMA to compile with FDI (details)
  405. Simpler MHD signal velocity that considerably helps in reducing noise in... (details)
  406. Fstasys/clean blast now with vp (details)
  407. Fix two typos in the MAGMA hydro code (details)
  408. Fix two typos in the MAGMA hydro code (details)
  409. Force force.f to be zero (details)
  410. Fix FPE in some strange MAGMA configuration (details)
  411. Fix FPE in some strange MAGMA configuration (details)
  412. Fstasys/blast wave additional files (details)
  413. Fstasys/fast rotor test multiple schemes (details)
  414. Code formatting (details)
  415. Add B energy PS calculation (details)
  416. Make the cosmo MHD boxes run FOF and compute power spectra. Add an output list for them (details)
  417. Fixed the cosmology in the MHD cosmo box ICs (details)
  418. Add snap number to the Gresho vortex plot filename (details)
  419. Use the correct v and u gradient in the force loop. The ones where the C-matrix was used (details)
  420. Better value of eta_crit in the flux limiter (details)
  421. Updated parameter files of the cosmo runs to use the new FOF parameters (details)
  422. Clean BW shock tube directory, runs easily out of the box (details)
  423. Add new error monitoring ot the MHD code (details)
  424. Small fix to make SWIFT compile afetr addition of new error metric code (details)
  425. Applied code formatting tool (details)
  426. Starting viscoriy in sphenix is 0.1 (details)
  427. Karapiperis/update maggntised cloud example (details)
  428. Applied formatting scripts (details)
  429. Remove duplicate output to stdout of mu_0 upon startup (details)
  430. Make the 'none' MHD scheme report the absence of MHD in the snapshots (details)
  431. Modified Roberts_flow_acceleration forcing (details)
  432. Write the velocity gradients to the snapshots (details)
  433. Use the correct distance vector between the particles (details)
  434. Clean version of OTV example that runs out of the box (details)
  435. Oak/mbw updates (details)
  436. Oak/rotor updates (details)
  437. A different way of adding B fields to ICs, better choice for current unit too (details)
  438. Restore beta=3 in the SPHENIX parameters (details)
  439. RobertsFlow run script and forcing acceleration changes (details)
  440. Fixed cosmological IC generation for CosmoRuns (details)
  441. Applied code formatting tool (details)
  442. Fix merging mistake in the tools (details)
  443. Fix missing constant in tools.c (details)
  444. Fstasys/vp cosmo run.galilean invariance (details)
  445. Additional math checks in tensile instability correction, not expected to make a difference (details)
  446. Applied code formatting tool (details)
  447. Consider MHD attributes of particles that have no neighbours (details)
  448. Mhd_canvas_ABC_flow (details)
  449. AR contributions to dB/dt and du/dt added to snapshots (details)
  450. Added hopefully correct cosmology dependence to AR snapshot outputs (details)
  451. Small fix in IO (details)
  452. Fixes to Fast Rotor setup due to typo in PHANTOM paper (details)
  453. Applied formatting scripts (details)
  454. Corrected version of makeIC.py for cosmo runs (details)
  455. Marco van der Ploeg Zeldovich Pancake (details)
  456. Small bugfix of not calling B0 B0_z63 (details)
  457. Magnetic Energy in Physical not Comoving (details)
  458. Mention in the file header that the total magnetic energy in the stats file is in the physical frame (details)
  459. Fix typo in direct induction mhd.h introduced when changing the reported energies from comoving to physical (details)
  460. Mhd canvas overwinding trigger (details)
  461. Updated parameters in MHD collapsing cloud example to match Hopkins 2016 (details)
  462. Fix typo in the SPHENIX part definition following previous master merge (details)
  463. Applied code formatting (details)
  464. Karapiperis/updates on time integration business (details)
  465. Applied formatting script to python scripts (details)
  466. Reasonable number of default number of particles, and associated grav.... (details)
  467. Minimal resolution we want to look at for the MHD cloud collapse (details)
  468. Added Ryu & Jones 3B shock tube to test rarefaction waves (details)
  469. Magnetized Cloud Collapse ic rotation bug (details)
  470. Added MHD Cooling Halo example (details)
  471. Post-merge fixes (details)
  472. added plotting script and cubic lattice generator for Magnetised cloud collapse (details)
  473. Symmetric gradient operator for divB used in divergence cleaning ; also adapt... (details)
  474. Applied formatting tool (details)
  475. Deleted relic comments that have been irrelevant for a very long time (details)
  476. Applied code formatting (details)
  477. Deleted relic there from merging old and new Dedner (details)
  478. Fix for saving MHD forces (details)
  479. Karapiperis/fixes and improvements in mhd io (details)
  480. Alfven speed as a particle carried quantity; cleaner calculations, will allow... (details)
  481. Attempt at computing div(v) with grad h terms (details)
  482. Added profiler scripts with references for OTvortex and FastRotor (details)
  483. Variable h in physical resistivity (details)
  484. Moved Balsara switch to shock indicator - Helps considerably with some MHD shock tubes (details)
  485. Fix to let the code compile with the changes to Balsara (details)
  486. Karapiperis/added max div b error to stats file (details)
  487. Karapiperis/added max div b error to stats file (details)
  488. Applied formatting script (details)
  489. Anti-symmetric div(B) cleaning and Hopkins2016 artificial resistivity (details)
  490. Nickishch/mhd canvas/updated cooling halo mhd (details)
  491. Applied code formattin script (details)
  492. Post-merge fixes (details)
  493. Removed the MAGMA2 implementation from this branch (details)
  494. Applied formatting script (details)
  495. Nickishch/mhd canvas isolated galaxy mhd (details)
  496. 1st itereation of the runtime jet comparison files (details)
  497. Fs vp schemes (details)
Commit 4c9ce4bfe896724604209f3a34ec950bf8716de9 by Matthieu Schaller
Outsource the signal velocity calculation to a separate function
The file was modifiedsrc/hydro/Phantom/hydro_iact.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_iact.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was addedsrc/signal_velocity.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_iact.h (diff)
Commit aeceeda52fd276a9d320b1bf74adbf603489ddb1 by Matthieu Schaller
Add empty MHD signal velocity function
The file was modifiedsrc/signal_velocity.h (diff)
Commit 29efdeb8277232a5ab67820f6f4bc15f3ecfb6b0 by Matthieu Schaller
Added basic file infrastructure for the empty MHD scheme
The file was modifiedsrc/runner_doiact_hydro.c (diff)
The file was addedsrc/mhd/None/mhd_struct.h (diff)
The file was addedsrc/mhd_struct.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was addedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedconfigure.ac (diff)
The file was addedsrc/mhd.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was addedsrc/mhd/None/mhd_iact.h (diff)
Commit 4e100c3e4349d107dc175ebafa85896606b32cdc by Matthieu Schaller
Introduced all the macros to compile the MHD functions into the hydro loops
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/mhd/None/mhd_iact.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
Commit 9a4be85628bf2b27101c723fb72062b128ef4b6b by Matthieu Schaller
Fix the macro compilation issue
The file was addedsrc/runner_doiact_undef_hydro.h (diff)
The file was modifiedsrc/runner_doiact_hydro.c (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
Commit 3e7d6a62219b8990338c5f503cf1370bbf710ab1 by Matthieu Schaller
Add all the function calls to the non-loop functions required by MHD
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/kick.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/space_init.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/timestep.h (diff)
Commit dac7f2bf3d0e99c341fc095405fdfaf31356e10a by Matthieu Schaller
Add all the necessary non-loop functions for the MHD scheme. All blank for now in the 'None' scheme.
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/kick.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/space_init.c (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/tools.c (diff)
Commit 6eb3faaeadaf1f07bad5031fc2372f10c5333408 by Matthieu Schaller
Add all the i/o related routines to the None MHD scheme
The file was addedsrc/mhd_io.h (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/hydro_properties.c (diff)
Commit f9d529f0c62d70b7fd7dc1f659ebda200fd4c951 by Matthieu Schaller
Use correct macro name in signal_velocity.h
The file was modifiedsrc/signal_velocity.h (diff)
The file was addedsrc/mhd/None/mhd_io.h (diff)
Commit 725fb55abe777be133115d6a2590d68309959fce by Matthieu Schaller
Added the particle-carried MHD structure to the other relevant hydro schemes
The file was modifiedsrc/hydro/PressureEntropy/hydro_part.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_part.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_part.h (diff)
Commit af5ba8f259865408fb5f85b7b99cfbcd3bc302e9 by Matthieu Schaller
Added the particle-carried MHD structure to the other relevant hydro schemes
The file was modifiedsrc/hydro/Phantom/hydro_part.h (diff)
Commit e0142279ddc2b12e9fed6fa4bb0fc22522dd9c1a by Matthieu Schaller
Added an empty direct-induction MHD set of functions.
The file was modifiedsrc/mhd.h (diff)
The file was addedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was addedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was addedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd_struct.h (diff)
The file was addedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd_io.h (diff)
The file was modifiedconfigure.ac (diff)
Commit da217f0a547a627ed21fdd55eae1cb29bb506289 by Matthieu Schaller
Added missing function definitions in the 'None' MHD scheme.
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/plotSolution.jl (diff)
The file was addedexamples/MHDTests/BrioWuShock/run.sh (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/run.sh (diff)
The file was addedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/getGlass.sh (diff)
The file was addedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
Commit 1f72eb7b55a85be38f1eda8a1f768571e4e7a9dc by Federico Stasyszyn
blid vesion of mhd flavors: Base Direct Indution and Vector Potentials
The file was modifiedsrc/mhd_io.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was addedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was addedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/mhd_struct.h (diff)
The file was addedsrc/mhd/DInduction/mhd.h (diff)
The file was addedsrc/mhd/VPotential/mhd.h (diff)
The file was addedsrc/mhd/VPotential/mhd_io.h (diff)
The file was addedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was addedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd.h (diff)
The file was addedsrc/mhd/DInduction/mhd_io.h (diff)
Commit b4d1e9fd2e4cf107434944b64cab41135fa3b384 by Federico Stasyszyn
first commit of the branch, and rought idea of MU0
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
Commit 2fc64c9c72c93df0c7d0e846c9e51cd09a4b8f02 by Federico Stasyszyn
Bug fix Returned fields form IO functions
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
Commit 6df0db487b468cf17e38368427e28c1cffc64705 by Federico Stasyszyn
Non working version of Direct Induction
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 200420c0b69525717dd2b7700883d3b13867b261 by Matthieu Schaller
Missing call to MHD function in the naive PAIR1
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
Commit aab35f9a31b7132256536505c8f96485a38d6dec by Matthieu Schaller
Add the new mhd calls to the symmetry test
The file was modifiedtests/testSymmetry.c (diff)
The file was modifiedsrc/debug.c (diff)
Commit 2f065e57e24518b15b686b9912af36705211cc0a by Matthieu Schaller
Add empty debugging function printing out the particle fields to the 'none' and 'directinduction' mhd schemes
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit 72565a7b5e5f065c598dbf12af76f7b7eccd7cf7 by Matthieu Schaller
Missing call to MHD function in the naive PAIR1
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
Commit 0c44f84792fdd4e5e8217068708cb5633a77805c by Matthieu Schaller
Add the new mhd calls to the symmetry test
The file was modifiedsrc/debug.c (diff)
The file was modifiedtests/testSymmetry.c (diff)
Commit aef0d89b4775cc45b8f45447aac635b160b10380 by Matthieu Schaller
Add empty debugging function printing out the particle fields to the 'none' and 'directinduction' mhd schemes
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit e15ac7f00d8cf5fe5133585183b40acd80a4c5ee by Matthieu Schaller
Add debugging function to the other two MHD schemes
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/rt/GEAR/rt_interaction_rates.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
Commit 4609f46dcef33617dfdb48bf84147ff105ec86ae by Federico Stasyszyn
DX into signal velocity && clang-format-10
The file was modifiedsrc/hydro/PressureEntropy/hydro_iact.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_iact.h (diff)
The file was modifiedsrc/rt/GEAR/rt_interaction_rates.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_iact.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_iact.h (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/task.c (diff)
Commit 912242a8a57faafd42d4b812f6ea1641b5bd3b10 by Federico Stasyszyn
Formatted and debugged version
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
Commit 594b39fde5105be49db665b145a44064aacd8af7 by Matthieu Schaller
Rename the configuration option --with-mhd to --with-spmhd
The file was modifiedconfigure.ac (diff)
Commit cb3a1ac1cc6f891e0187503ed7ab771c05209c4d by Matthieu Schaller
Better name for the two SPMHD schemes managed by @fastasyszyn
The file was modifiedsrc/mhd_io.h (diff)
The file was modifiedsrc/mhd.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/mhd_struct.h (diff)
Commit 19e40b901af85140d88ba4f9449f893541b5f5d8 by Matthieu Schaller
Prevent users from running a gizmo hydro scheme alongside an SPMHD scheme
The file was modifiedconfigure.ac (diff)
Commit bb24523960dd1fe6409f15bfca7a14e0b8c6f902 by Matthieu Schaller
Add blank-for-now debugging SPMHD functions
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit 6cd407db93fbcf42fd9e9a9835df8c527b7a3740 by Matthieu Schaller
Add the distance vector as an argument to the signal velocity calculation function
The file was modifiedsrc/hydro/PressureEnergy/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_iact.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_iact.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedconfigure.ac (diff)
Commit 4f7bed35d4ee0324e0d9b7fc1a3352f4316c4d29 by Federico Stasyszyn
Format + NO test field in output
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit e803a2bf10c27e05dc1c035a3fe21876e0482ee4 by Federico Stasyszyn
IO & particles first commit
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
Commit 34ba467e8f7222cf3077e8597213e6061c664d03 by Matthieu Schaller
Adapt unit tests to the new SPMHD loops
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedtests/testInteractions.c (diff)
The file was modifiedtests/testDistance.c (diff)
The file was modifiedtests/testHydroMPIrules.c (diff)
Commit 05e41397acd07e06935f764998b2adcab9bb3ff8 by Matthieu Schaller
Add empty mhd_signal_velocity() in the vector-potential implementation
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 3e431e6f6ef05edce791369cded2defb8a7c31a8 by Matthieu Schaller
Add empty gradient loop functions to the schemes that do not use them.
The file was modifiedsrc/hydro/PressureEntropy/hydro_iact.h (diff)
The file was modifiedsrc/hydro/None/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_iact.h (diff)
Commit 68e5fb9b938ce5d2e1756f510e351505f49b2b78 by Matthieu Schaller
Add empty gradient loop functions to the schemes that do not use them.
The file was modifiedsrc/hydro/PressureEnergy/hydro_iact.h (diff)
Commit f023a9cb9471fb9591522c35f9c050ddf63c1cef by Matthieu Schaller
Add blank functions for the start and end of the gradient loop in the 2-loop SPH schemes
The file was modifiedsrc/hydro/None/hydro.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro.h (diff)
Commit 5660a54f5c06caab98894762f1a2cbfb1e940be2 by Matthieu Schaller
Better header guard names in the vector-potential MHD files
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
Commit 56c7c2ade619a00ff5c0ac84150e72a71829bfb3 by Matthieu Schaller
Activate the thirs SPH loops in the MHD schemes that demand it
The file was modifiedsrc/mhd.h (diff)
Commit c2e4230d25031c58b2fbb3412423879b1c2186b8 by Federico Stasyszyn
First vanila version of Vector Potentials
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 22574426a4165c8987eadefb85f07f9a3e96979c by Federico Stasyszyn
Added void function for statistial global MHD quantities
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/statistics.c (diff)
Commit 676ae1e66055d5bb5bf79a13110e1b256c35c3ce by Federico Stasyszyn
formating and statistical functions
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
Commit 410b45b08e83ada4a0d706babaa08de1b837dcf2 by Federico Stasyszyn
TEST VERSION BEFORE INTEGRATION CHANGES
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
Commit 0f3333fc5266c53a1440566d9a4574a1bc27deae by Matthieu Schaller
Move the definition of the signal velocity between two particles into each of the implementations also in the pure hydro case.
The file was modifiedsrc/hydro/Minimal/hydro.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro.h (diff)
The file was modifiedsrc/hydro/None/hydro.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_iact.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro.h (diff)
The file was modifiedsrc/hydro/Gadget2/hydro.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 749a8adfc0821744ee568993465c21e7898fff96 by Matthieu Schaller
Add the MHD particle-carried structure also to the Gasoline scheme
The file was modifiedsrc/hydro/Gasoline/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
Commit 233f2b40ac7b39a1241fe09b1bf4d96e0b827866 by Matthieu Schaller
Add missing particle-carried MHD data in the None and PU schemes
The file was modifiedsrc/hydro/None/hydro_part.h (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_part.h (diff)
Commit 6d27083309be3385e9fcb45e3568908ebe12e865 by Matthieu Schaller
Temporarily disable the call to mhd_stats() as the function is not implemented anywhere
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/physical_constants.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/hydro_properties.c (diff)
The file was modifiedsrc/hydro_parameters.h (diff)
The file was modifiedsrc/hydro_properties.h (diff)
The file was addedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was addedsrc/mhd/None/mhd_parameters.h (diff)
The file was addedsrc/mhd/VPotential/mhd_parameters.h (diff)
Commit 6f85d17271fa3557ffb28964681b7ae6cbd9ed04 by Federico Stasyszyn
Direct Induction accepts parameters from parameterfile
The file was addedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit b86bd58ed224dd4e151ef16578802917e233f70b by Federico Stasyszyn
Firtst attempt to get rid of MU0 as makeflag
WARNING> change in UNITS, but not in output
ONly applied to DInduction, works!
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/statistics.c (diff)
Commit 6dfac5ffcd38178ec4088cdf7dc2259597e19914 by Federico Stasyszyn
cleaning errors and test beds
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 1006535122e9ec6d1d92ff1253574ba1c68bf855 by Federico Stasyszyn
fixes dealing MU0 parameter
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
Commit fb05da6f57491c46d17898847a25ed39ccc5d63f by Federico Stasyszyn
introduction function get_signal_vel & cosmo factors
The file was modifiedsrc/hydro/Minimal/hydro.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit 88e0980ce43081105566c3c42280094d6881f88b by Federico Stasyszyn
Introduciong cosmological factors and ICs
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 89b370abf9e5d55fbb5aeed52c677f7dab13457a by Federico Stasyszyn
Comoving factors and Initial Conditions
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
Commit 83f6a6d4e4db94b6d5c373d5e9860550da460d72 by Federico Stasyszyn
OUt Unions for development stage
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
Commit f19f524e8da621203d6dd6b27bae576751ecc1fa by Federico Stasyszyn
Checked version of prefactors
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
Commit 8376758ce84e025c665340cbbbec210b47d67ef9 by Federico Stasyszyn
dont know what to do with DivB
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit 271246b7f852419795ab1d55ca7745386d9667b2 by Federico Stasyszyn
Prefctors from the time integration added
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 0221deb820fc2733c1806545f023358f314dbd48 by Federico Stasyszyn
working version, but without the divV ter
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit d2fcf4854db13d1b6fbc78532f6162e6d23e4714 by Matthieu Schaller
Add functions to collect the magnetic energy, div B error, helicity and cross helicity
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
Commit 6117c92127a28dd8e5dee1466c994d257d476ea7 by Matthieu Schaller
Add units of helicity to the unit conversion mechanism
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/units.h (diff)
Commit c999eb448ac4b48da2758168e25245d3f51ac8db by Matthieu Schaller
Make use of the new functions in the stats collection
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/statistics.c (diff)
Commit 45f1bd1a944d7e7b8125a2062dfa9358f2e9cedd by Matthieu Schaller
Define a constant for the vaccum permeability. It can be overwritten at run time
The file was modifiedsrc/physical_constants.h (diff)
The file was modifiedsrc/physical_constants_cgs.h (diff)
The file was modifiedsrc/physical_constants.c (diff)
The file was modifiedsrc/mhd.h (diff)
Commit a55d1754e96dedf598d22e5c17e9de45877c3d3f by Matthieu Schaller
Write the vacuum permeability constant to the screen on startup and to the snapshots
The file was modifiedsrc/physical_constants.c (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 9dbcf59b60b17bf0c07924258feec700666c73bf by Matthieu Schaller
Remove the mhd_stats() function that is not used anymore
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 53777981858c23b59cc0ac139872cbd3fc92c34b by Matthieu Schaller
Pass the vaccuum permeability constant in internal units to all the MHD iact functions
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/None/mhd_iact.h (diff)
Commit 202864ffec9270a149cc849e7535fd8ca8d1c850 by Matthieu Schaller
Pass the mu_0 to all the MHD iact functions in the runner_xxx.h
The file was modifiedsrc/runner_doiact_undef_hydro.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
Commit 2c749e6152bead319c758a536ca27a6b51e62fcf by oakarapiperis
Direct Induction formulation in mhd canvas
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 7da9c13494516332afc5193deef5a0a2afe7541a by Matthieu Schaller
Fix typo in comment of the physical constants header
The file was modifiedsrc/physical_constants_cgs.h (diff)
Commit ac71a08f3b7e6f9b2ac0fa7cf262ca14476eb63a by Matthieu Schaller
Pass the MHD global data by address and not by value to mhd_first_init_part()
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 7c82cbb2a919601337bc5bc83f3007f56c3e7525 by Matthieu Schaller
Also update the planetary SPH scheme to carry the MHD API
The file was modifiedsrc/hydro/Planetary/hydro_iact.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit f240208535fc94669d2b9147f9b5d2bfde639d94 by Federico Stasyszyn
small change for the MHD tests
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml (diff)
Commit 173818712630de80851364123bd7add6f959942b by Federico Stasyszyn
Changes in the Cosmological factors. First for DInduction (also
formatting)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit dc02b09cc7b95e67eef3c2df635bcbf8eb06002d by Matthieu Schaller
Remove now-unnecessary file
The file was removedsrc/runner_doiact_undef_hydro.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/constant_volume.yml (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/makeIC.py (diff)
The file was modifiedsrc/debug.c (diff)
The file was addedsrc/mhd/DInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was addedsrc/mhd/VPotential/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_debug.h (diff)
Commit 54509be77e3245d489d65c33d65fc3d2d8ec0c8a by oakarapiperis
Canvased Direct Induction mhd formulation that runs test cases to completion
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotSolution.jl (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
Commit df8ac6caa96c425aa672f963ebeddc50e66988be by oakarapiperis
Canvased Direct Induction mhd formulation that runs test cases to completion, better now
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit b033719b866c4744b83fb16fd858c9ac9db69b70 by Matthieu Schaller
Add README to the Brio-Wu example to specify gamma and mu_0
The file was addedexamples/MHDTests/BrioWuShock/README (diff)
Commit 69f1faaa419bfe541bb280ef4a316b48cdfa549d by oakarapiperis
Canvased Direct Induction mhd formulation, fixed v_sig things
The file was modifiedsrc/debug.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/signal_velocity.h (diff)
Commit 785f9d1ddc7cbb96d3ddb030d54d889b04a36a9e by Federico Stasyszyn
Scaled version of the test to hardcode Mu0 in swift
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/plotSolution.py (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
Commit dcc163aa3b0f5ecc0619cd5824f9fa55078c98d1 by Federico Stasyszyn
correct parameters in signal vel
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 6ebb18b044260094fc27b4be2938d9bb8b8d09b5 by Federico Stasyszyn
small bugfixes  for cosmological simulations
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_debug.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit e50b29e7905695ee19f6fedfcc8b7fa67d1270aa by Federico Stasyszyn
small fix to current nr of snapshots
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotTempEvolution.py (diff)
Commit 35934c63a5d1ae95b5959d0535de3aa43017ec9b by Federico Stasyszyn
adding plotting statistical quantitie
The file was addedexamples/MHDTests/OrszagTangVortex/plotStat.jl (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/plotSolution.py (diff)
Commit f2b4499c998fff751cf1df7d62c4f793b53876c6 by Federico Stasyszyn
some cleaning for ignored files
The file was modified.gitignore (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/run.sh (diff)
The file was modifiedexamples/HydroTests/ToroTest2_1D/run.sh (diff)
The file was modifiedexamples/Cooling/FeedbackEvent_3D/run.sh (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/run.sh (diff)
The file was modifiedexamples/HydroTests/Vacuum_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/UniformBox_2D/run.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_25/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_potential/run.sh (diff)
The file was modifiedexamples/HydroTests/KeplerianRing/README.md (diff)
The file was modifiedsrc/cosmology.c (diff)
The file was modifiedexamples/HydroTests/GreshoVortex_2D/run.sh (diff)
The file was modifiedexamples/Cosmology/ComovingSodShock_3D/run.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_6/testVELOCIraptor.sh (diff)
The file was modifiedexamples/HydroTests/SineWavePotential_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/SodShock_BCC_3D/run.sh (diff)
The file was modifiedexamples/Cooling/CoolingHalo/run.sh (diff)
The file was modifiedexamples/HydroTests/GreshoVortex_3D/run.sh (diff)
The file was modifiedsrc/hydro/Planetary/hydro_iact.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/runPropagationTest.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_12/run.sh (diff)
The file was addedswift.c (diff)
The file was modifiedexamples/SubgridTests/ParticleSplitting/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_dmparticles/run.sh (diff)
The file was modifiedexamples/Planetary/GreshoVortex_3D/run.sh (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedexamples/HydroTests/Noh_3D/run.sh (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_3D/run.sh (diff)
The file was modifiedexamples/GEAR/ZoomIn/run.sh (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_100/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_feedback/run.sh (diff)
The file was modifiedexamples/HydroTests/Vacuum_2D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/run.sh (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtz_2D/run.sh (diff)
The file was modifiedexamples/HydroTests/SedovBlast_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/SodShock_2D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/run.sh (diff)
The file was modifiedexamples/Cooling/CoolingHaloWithSpin/run.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_50/run.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_6/run.sh (diff)
The file was modifiedexamples/GravityTests/NFW_Halo/run.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_3D/run.sh (diff)
The file was removedexamples/main_fof.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/run.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_12/run.sh (diff)
The file was addedswift_fof.c (diff)
The file was modifiedexamples/Cosmology/ZeldovichPancake_3D/run.sh (diff)
The file was modifiedexamples/HydroTests/Diffusion_1D/run_set.sh (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_50/run.sh (diff)
The file was modifiedexamples/GravityTests/ExternalPointMass/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/run.sh (diff)
The file was modifiedexamples/HydroTests/Vacuum_3D/run.sh (diff)
The file was modifiedexamples/SantaBarbara/SantaBarbara-128/run.sh (diff)
The file was modifiedexamples/Planetary/KelvinHelmholtz_2D/run.sh (diff)
The file was modifiedexamples/HydroTests/SquareTest_2D/run.sh (diff)
The file was modifiedexamples/Cooling/FeedbackEvent_3D/runs.sh (diff)
The file was modifiedexamples/HydroTests/Noh_2D/run.sh (diff)
The file was modifiedexamples/Makefile.am (diff)
The file was modifiedexamples/SubgridTests/SmoothedMetallicity/run.sh (diff)
The file was modifiedexamples/Planetary/EvrardCollapse_3D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/run.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_25/run.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_25_low_res/run.sh (diff)
The file was modifiedexamples/GEAR/AgoraDisk/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/ToroTest2_2D/run.sh (diff)
The file was modifiedexamples/Cosmology/ComovingSodShock_1D/run.sh (diff)
The file was modifiedexamples/Cosmology/ComovingToroTest2_1D/run.sh (diff)
The file was modifiedexamples/Cosmology/ComovingSodShock_2D/run.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_50/run.sh (diff)
The file was modifiedexamples/GravityTests/Plummer_Selfgravitating/run.sh (diff)
The file was modifiedexamples/GravityTests/Hernquist_radialinfall/run.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/run.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/run.sh (diff)
The file was modifiedexamples/HydroTests/SineWavePotential_2D/run.sh (diff)
The file was modifiedexamples/HydroTests/Diffusion_1D/run.sh (diff)
The file was modifiedexamples/GravityTests/Hernquist_circularorbit/run.sh (diff)
The file was modifiedexamples/HydroTests/EvrardCollapse_3D/run.sh (diff)
The file was modifiedexamples/GravityTests/IsothermalPotential/run.sh (diff)
The file was modifiedexamples/GEAR/AgoraCosmo/run.sh (diff)
The file was modifiedexamples/GravityTests/DiscPatch/HydroStatic/run.sh (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M13/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/run.sh (diff)
The file was modifiedexamples/Cooling/CoolingBox/run.sh (diff)
The file was modifiedexamples/HydroTests/InteractingBlastWaves_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/SineWavePotential_3D/run.sh (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/hydro/Planetary/hydro.h (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_2D/run.sh (diff)
The file was modifiedexamples/GravityTests/DiscPatch/HydroStatic_1D/run.sh (diff)
The file was modifiedexamples/SantaBarbara/SantaBarbara-256/run.sh (diff)
The file was modifiedexamples/GravityTests/DiscPatch/GravityOnly/run.sh (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M135/run.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_25/run.sh (diff)
The file was modifiedexamples/GravityTests/HydrostaticHalo/run.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_DM/run.sh (diff)
The file was modifiedexamples/nIFTyCluster/Baryonic/run.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_VELOCIraptor/run.sh (diff)
The file was modifiedexamples/HydroTests/SedovBlast_2D/run.sh (diff)
The file was modifiedexamples/Cooling/ConstantCosmoTempEvolution/run.sh (diff)
The file was modifiedMakefile.am (diff)
The file was modifiedexamples/Cooling/CoolingRedshiftDependence/run.sh (diff)
The file was modifiedexamples/HydroTests/SodShock_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/BlobTest_3D/run.sh (diff)
The file was modifiedexamples/HydroTests/Rayleigh-Taylor_2D/run.sh (diff)
The file was modifiedexamples/Planetary/SquareTest_2D/run.sh (diff)
The file was modifiedexamples/HydroTests/KeplerianRing/run.sh (diff)
The file was modifiedexamples/GravityTests/JeansFragmentation/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_sink/run.sh (diff)
The file was modifiedexamples/Cosmology/NeutrinoCosmo/run.sh (diff)
The file was modifiedexamples/HydroTests/UniformBox_3D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/run.sh (diff)
The file was modifiedexamples/HydroTests/Noh_1D/run.sh (diff)
The file was modifiedexamples/HydroTests/ToroTest2_3D/run.sh (diff)
The file was modifiedexamples/SubgridTests/CosmologicalStellarEvolution/run.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_100/run.sh (diff)
The file was modifiedexamples/HydroTests/PerturbedBox_3D/run.sh (diff)
The file was modifiedexamples/SubgridTests/PressureFloor/run.sh (diff)
The file was modifiedexamples/HydroTests/Gradients/run.sh (diff)
The file was modifiedexamples/HydroTests/SedovBlast_3D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/run.sh (diff)
The file was removedexamples/main.c (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_100/run.sh (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/run.sh (diff)
The file was modifiedexamples/QuickLymanAlpha/L050N0752/run.sh (diff)
The file was modifiedexamples/IdealisedCluster/IdealisedCluster_M14/run.sh (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtzGrowthRate_2D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/runPropagationTest.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_Snipshots/run.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_6/run.sh (diff)
The file was modifiedexamples/HydroTests/SodShock_3D/run.sh (diff)
The file was modifiedexamples/Planetary/SodShock_3D/run.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_2D/run.sh (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtzGrowthRate_3D/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_NFW_MN/run.sh (diff)
The file was modifiedexamples/EAGLE_low_z/EAGLE_12/run.sh (diff)
The file was modifiedexamples/EAGLE_ICs/EAGLE_50_low_res/run.sh (diff)
The file was modifiedexamples/Planetary/EarthImpact/run.sh (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_starformation/run.sh (diff)
The file was modifieddoc/RTD/source/GettingStarted/compiling_code.rst (diff)
Commit f5970c7e24a5a5c73a332fd17e7059f7f7f358d8 by Federico Stasyszyn
ignoring the new executable
The file was modified.gitignore (diff)
Commit dade8e8133b1537a3e51f689889b12ee471a5056 by Federico Stasyszyn
Full independence of Comoving factors
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/hydro_properties.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
Commit a29e0a9ad8242233dbeeaadc297ececeb5723d88 by Federico Stasyszyn
CHANGE, now IC parameters for Binit are physical
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
Commit 39a79d08da88b4610aa400cd2e7d31bdcb4b70f1 by Federico Stasyszyn
Updating new funcion calls for NONE mhd
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
Commit c6bb16fee7af5eea985c3b3eddc5f7f3f224fbe3 by Federico Stasyszyn
diferent cosmological versions
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
Commit 739374405a5c263d77b72b3c8877cb7344a911e6 by fstasyszyn
Mhd canvas into MHD_FS
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/README (diff)
The file was modifiedsrc/rt/GEAR/rt_blackbody.h (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedsrc/space.c (diff)
The file was addedsrc/rt/GEAR/rt_interaction_rates.c (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_stellar_emission_rate.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/makeIC.py (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/space_init.c (diff)
The file was modifieddoc/RTD/source/Planetary/initial_conditions.rst (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/README (diff)
The file was modifiedexamples/Planetary/KelvinHelmholtz_2D/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/propagationTest-2D.yml (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotPhotonPropagationCheck.py (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/xHeITT1D_Stromgren100Myr_HHe.txt (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifieddoc/RTD/source/Planetary/index.rst (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was addedsrc/rt/SPHM1RT/rt_cooling.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-MF.yml (diff)
The file was modifiedsrc/rt/debug/rt_properties.h (diff)
The file was modifieddoc/RTD/README.md (diff)
The file was modifiedsrc/engine_split_particles.c (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/README (diff)
The file was addedsrc/rt/SPHM1RT/rt_getters.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/run_MF.sh (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_unphysical.h (diff)
The file was modifiedsrc/equation_of_state/planetary/sesame.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/propagationTest-3D.yml (diff)
The file was modifiedsrc/rt/GEAR/rt_interaction_rates.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/xHeIITT1D_Stromgren100Myr_HHe.txt (diff)
The file was modifieddoc/RTD/source/RadiativeTransfer/SPHM1_RT.rst (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/makeIC_HHe.py (diff)
The file was modifiedexamples/Planetary/EarthImpact/earth_impact.yml (diff)
The file was addedsrc/rt/SPHM1RT/rt_cooling_rates.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_struct.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/getGlass.sh (diff)
The file was modifiedsrc/rt_properties.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/run_MFHHe.sh (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was addedsrc/rt/SPHM1RT/rt_rate_equations.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/run.sh (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifieddoc/RTD/source/Planetary/equations_of_state.rst (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/TTT1D_Stromgren100Myr_HHe.txt (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/rt_advection1D.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/run.sh (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DMFCheck.py (diff)
The file was addedsrc/rt/SPHM1RT/rt_setters.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/makeIC.py (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DMFHHeCheck.py (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_iact.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/rt_advection2D.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotSolution.py (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_io.h (diff)
The file was modifiedsrc/rt.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgren_plotting_tools.py (diff)
The file was modifiedsrc/rt/debug/rt_iact.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/xTT1D_Stromgren100Myr.txt (diff)
The file was modified.gitignore (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/README (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/xHITT1D_Stromgren100Myr_HHe.txt (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/xHIITT1D_Stromgren100Myr_HHe.txt (diff)
The file was addedtools/create_virtual_snapshot.py (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-MFHHe.yml (diff)
The file was modifieddoc/RTD/source/Planetary/hydro_scheme.rst (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-singlebin.yml (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DsinglebinCheck.py (diff)
The file was addedsrc/rt/SPHM1RT/rt_species_and_elements.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotPhotonPropagationCheck.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D.yml (diff)
The file was modifiedsrc/rt/none/rt_properties.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/TTT1D_Stromgren100Myr.txt (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_properties.h (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/README (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/run_singlebin.sh (diff)
The file was modifiedsrc/version.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was addedexamples/RadiativeTransferTests/StromgrenSphere_3D/data/xHeIIITT1D_Stromgren100Myr_HHe.txt (diff)
The file was addedsrc/rt/SPHM1RT/rt_cooling.c (diff)
The file was modifiedsrc/rt_io.h (diff)
Commit 13a43c42408e9afefe4b0da4bb18a7af52f96c2c by oakarapiperis
Fixed illegal math op in v_sig
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
Commit 2f50502052188992e7019f4be75769132919030e by oakarapiperis
Imported latest changes from fede
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 42ad9277f43758c562268695cf0e851932ab6dc0 by Matthieu Schaller
Update the Orszag-Tang vortex run script to load the glass file and run the correct executable
The file was modifiedexamples/MHDTests/OrszagTangVortex/run.sh (diff)
Commit fd338d82db61fc4586557add9d4536ce922d0d61 by Matthieu Schaller
Use the master branch's gitignore
The file was modified.gitignore (diff)
Commit 1df3900ce146e7a6bbf2df1265be2e5885fd41ff by fstasyszyn
Update to from main branch to Canvas to MHD_FS
The file was modifiedsrc/exchange_structs.c (diff)
The file was modifiedsrc/space_sort.c (diff)
The file was modifiedsrc/gravity_softened_derivatives.h (diff)
The file was modifiedtests/testRandom.c (diff)
The file was modifiedsrc/star_formation_logger_struct.h (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/check_stellar_evolution.py (diff)
The file was modifiedsrc/mhd/None/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/engine_proxy.c (diff)
The file was modifiedsrc/star_formation_logger.h (diff)
The file was modifiedsrc/lightcone/lightcone_shell.h (diff)
The file was modifiedtests/testHashmap.c (diff)
The file was modifiedsrc/sink.h (diff)
The file was modifiedsrc/cooling/COLIBRE/cooling_subgrid.h (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/interpolate.h (diff)
The file was modifiedexamples/IdealisedCluster/README (diff)
The file was modifiedsrc/const.h (diff)
The file was modifiedsrc/velociraptor_interface.c (diff)
The file was modifiedsrc/memswap.h (diff)
The file was modifiedsrc/cooling/QLA/cooling_tables.c (diff)
The file was modifiedsrc/lightcone/lightcone_array.h (diff)
The file was modifiedsrc/tracers.h (diff)
The file was modifiedsrc/common_io_fields.c (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedtests/testNeutrinoCosmology.c (diff)
The file was modifiedsrc/cooling/EAGLE/cooling.c (diff)
The file was modifiedsrc/space_getsid.h (diff)
The file was modifiedsrc/cbrt.h (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedsrc/runner_doiact_black_holes.c (diff)
The file was modifiedsrc/fof.h (diff)
The file was modifiedexamples/Cooling/CoolingBox/plotEnergy.py (diff)
The file was modifiedsrc/cooling/const_du/cooling_io.h (diff)
The file was addeddoc/RTD/source/SubgridModels/AGNSpinJets/output.rst (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/README (diff)
The file was modifiedsrc/intrinsics.h (diff)
The file was modifiedsrc/log.h (diff)
The file was modifiedsrc/queue.c (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_parameters.h (diff)
The file was modifiedsrc/gravity.c (diff)
The file was modifiedsrc/black_holes_struct.h (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes.h (diff)
The file was modifiedsrc/cooling.c (diff)
The file was modifiedtests/testTimeline.c (diff)
The file was modifiedsrc/collectgroup.c (diff)
The file was modifiedsrc/lightcone/lightcone_particle_io.c (diff)
The file was modifiedsrc/rt_properties.h (diff)
The file was modifiedtests/testAtomic.c (diff)
The file was modifiedsrc/neutrino_io.h (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
The file was modifiedsrc/star_formation_debug.h (diff)
The file was modifiedsrc/runner_doiact_hydro_vec.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/index.rst (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml (diff)
The file was modifiedtests/Makefile.am (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/propagationTest-2D.yml (diff)
The file was modifiedsrc/runner_neutrino.c (diff)
The file was modifiedsrc/output_options.c (diff)
The file was modifiedsrc/ic_info.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/stromgrenSphere-2D.yml (diff)
The file was modifiedsrc/lightcone/lightcone_map_types.h (diff)
The file was addedexamples/RadiativeTransferTests/HeatingTest/generate_output_times.py (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was addedsrc/rt/GEAR/rt_interaction_cross_sections.c (diff)
The file was modifiedsrc/swift.h (diff)
The file was addeddoc/RTD/source/SubgridModels/AGNSpinJets/index.rst (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_parameters.h (diff)
The file was modifiedsrc/runner_doiact_grav.c (diff)
The file was modifiedsrc/pressure_floor.h (diff)
The file was modifiedsrc/runner_doiact_limiter.c (diff)
The file was modifiedtests/testCSDS.c (diff)
The file was modifiedsrc/physical_constants.c (diff)
The file was modifiedsrc/io_compression.h (diff)
The file was modifiedtests/testInteractions.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/uniform_rt_timestep_output_sync.yml (diff)
The file was modifiedsrc/mesh_gravity_mpi.h (diff)
The file was modifiedsrc/cell.c (diff)
The file was modifiedsrc/version.c (diff)
The file was modifiedsrc/mesh_gravity_patch.h (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/plotSolution.py (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes.h (diff)
The file was modifiedsrc/gravity.h (diff)
The file was modifiedsrc/runner_sort.c (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtz_2D/plotSolution.py (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_parameters.h (diff)
The file was modifiedtests/testPotentialPair.c (diff)
The file was modifiedsrc/tracers_struct.h (diff)
The file was modifiedsrc/proxy.c (diff)
The file was modifiedsrc/velociraptor_interface.h (diff)
The file was modifiedsrc/cooling/COLIBRE/cooling.c (diff)
The file was modifiedsrc/cooling/EAGLE/cooling_rates.h (diff)
The file was modifiedsrc/integer_power.h (diff)
The file was addedsrc/rt/GEAR/rt_species.h (diff)
The file was modifiedexamples/HydroTests/Noh_2D/plotSolution.py (diff)
The file was modifiedexamples/HydroTests/InteractingBlastWaves_1D/run.sh (diff)
The file was modifiedsrc/kernel_long_gravity.h (diff)
The file was modifiedsrc/fof_catalogue_io.c (diff)
The file was modifiedsrc/threadpool.c (diff)
The file was modifiedsrc/exp.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedtests/test27cellsStars.c (diff)
The file was modifiedsrc/profiler.h (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_io.h (diff)
The file was modifiedsrc/star_formation_csds.h (diff)
The file was modifiedtests/testExp.c (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/rt_advection1D.yml (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedexamples/Cooling/CoolingHaloWithSpin/density_profile.py (diff)
The file was modifiedm4/ax_mpi.m4 (diff)
The file was modifiedsrc/neutrino.h (diff)
The file was modifiedsrc/memuse_rnodes.h (diff)
The file was modifiedtests/testOutputList.c (diff)
The file was modified.gitignore (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_parameters.h (diff)
The file was modifiedm4/gv_find_library.m4 (diff)
The file was modifiedsrc/hydro_parameters.h (diff)
The file was modifiedexamples/Cooling/CoolingHaloWithSpin/internal_energy_profile.py (diff)
The file was modifiedsrc/sink_debug.h (diff)
The file was modifiedtests/testDistance.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_GEAR_io.py (diff)
The file was removedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/plotRhoT.py (diff)
The file was modifiedsrc/cooling/EAGLE/cooling_io.h (diff)
The file was modifiedsrc/mesh_gravity_sort.h (diff)
The file was modifiedsrc/mhd_io.h (diff)
The file was modifiedsrc/cooling/QLA/interpolate.h (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was modifiedsrc/lightcone/lightcone.c (diff)
The file was modifiedsrc/hydro_space.h (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/plot_particle_evolution.py (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_parameters.h (diff)
The file was modifiedsrc/restart.c (diff)
The file was modifiedsrc/cooling/QLA/cooling_rates.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-singlebin.yml (diff)
The file was addedexamples/IdealisedCluster/IdealisedCluster_M15/run.sh (diff)
The file was modifiedsrc/cell_black_holes.h (diff)
The file was modifiedtests/testDump.c (diff)
The file was removeddoc/RTD/source/SubgridModels/EAGLE/EAGLE_SF_Z_dep.svg (diff)
The file was modifiedexamples/HydroTests/Noh_3D/plotSolution.py (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling_io.h (diff)
The file was modifiedsrc/gravity_iact.h (diff)
The file was modifiedsrc/potential.c (diff)
The file was modifiedsrc/xmf.h (diff)
The file was modifiedsrc/rt/GEAR/rt_getters.h (diff)
The file was modifiedsrc/cooling/QLA/cooling.c (diff)
The file was modifiedsrc/engine_split_particles.c (diff)
The file was modifiedsrc/ic_info.c (diff)
The file was modifiedsrc/line_of_sight.h (diff)
The file was modifiedsrc/runner_drift.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_part.h (diff)
The file was modifiedsrc/lightcone/lightcone_map_types.c (diff)
The file was modifiedsrc/velociraptor_io.h (diff)
The file was modifiedsrc/cooling/QLA/cooling_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/rt_heating_test.yml (diff)
The file was modifiedsrc/riemann.h (diff)
The file was modifiedsrc/feedback_struct.h (diff)
The file was modifiedsrc/hydro/Planetary/hydro_parameters.h (diff)
The file was modifiedsrc/parser.c (diff)
The file was modifieddoc/RTD/source/conf.py (diff)
The file was modifiedsrc/exp10.h (diff)
The file was modifiedsrc/mhd.h (diff)
The file was modifiedsrc/hydro_io.h (diff)
The file was modifiedsrc/potential/disc_patch/potential.h (diff)
The file was modifiedsrc/cooling/const_lambda/cooling.h (diff)
The file was modifiedsrc/timestep_sync_part.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/plotRhoT.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgren_plotting_tools.py (diff)
The file was modifiedsrc/feedback_debug.h (diff)
The file was modifiedtests/testRandomSpacing.c (diff)
The file was modifiedsrc/chemistry_struct.h (diff)
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/ion_equil.yml (diff)
The file was modifiedsrc/common_io_cells.c (diff)
The file was modifiedsrc/star_formation/none/star_formation_io.h (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling_tables.c (diff)
The file was modifiedsrc/chemistry.h (diff)
The file was modifiedtests/testKernelLongGrav.c (diff)
The file was modifiedsrc/engine_redistribute.c (diff)
The file was modifieddoc/RTD/source/Task/adding_your_own_neighbour_loop.rst (diff)
The file was modifiedsrc/black_holes_properties.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/randomized-rt.yml (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedtests/testThreadpool.c (diff)
The file was modifiedsrc/potential/none/potential.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedexamples/SantaBarbara/SantaBarbara-256/plotTempEvolution.py (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotTempEvolution.py (diff)
The file was modifiedsrc/feedback_properties.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_parameters.h (diff)
The file was modifiedsrc/runner_pack.c (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedtests/testGravitySpeed.c (diff)
The file was modifiedsrc/lightcone/projected_kernel.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_3D/getGlass.sh (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_2D/plotSolution.py (diff)
The file was modifiedsrc/black_holes_debug.h (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedsrc/runner_doiact_hydro.c (diff)
The file was modifiedsrc/serial_io.h (diff)
The file was modifiedsrc/potential/isothermal/potential.h (diff)
The file was modifiedsrc/kick.h (diff)
The file was modifiedexamples/Cooling/CoolingHaloWithSpin/velocity_profile.py (diff)
The file was modifiedsrc/rt/GEAR/rt_unphysical.h (diff)
The file was addedsrc/rt/GEAR/rt_interaction_cross_sections.h (diff)
The file was modifiedsrc/cooling/grackle/cooling.c (diff)
The file was modifiedsrc/rt_parameters.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/README (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_parameters.h (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_2D/plotSolution.py (diff)
The file was modifiedsrc/fof_io.h (diff)
The file was modifiedsrc/hdf5_object_to_blob.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/output_list.c (diff)
The file was modifiedsrc/memuse.h (diff)
The file was modifiedsrc/sink_io.h (diff)
The file was modifiedsrc/gravity_cache.h (diff)
The file was modifiedsrc/space.c (diff)
The file was addeddoc/RTD/source/SubgridModels/AGNSpinJets/theory.rst (diff)
The file was modifiedsrc/physical_constants.h (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_parameters.h (diff)
The file was modifiedsrc/potential/point_mass/potential.h (diff)
The file was modifiedsrc/engine_fof.c (diff)
The file was removedexamples/SmallCosmoVolume/SmallCosmoVolume_Snipshots/plotTempEvolution.py (diff)
The file was modifiedexamples/HydroTests/EvrardCollapse_3D/plotSolution.py (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling.c (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/potential/nfw/potential.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/parser.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/star_formation_iact.h (diff)
The file was modifiedsrc/tracers/none/tracers_io.h (diff)
The file was modifiedsrc/black_holes_io.h (diff)
The file was modifiedsrc/cooling/EAGLE/cooling_tables.c (diff)
The file was modifiedsrc/neutrino_properties.h (diff)
The file was modifiedsrc/space_rebuild.c (diff)
The file was modifiedsrc/runner_doiact_hydro_vec.c (diff)
The file was modifiedsrc/cell_grav.h (diff)
The file was modifiedsrc/tracers/EAGLE/tracers.h (diff)
The file was modifiedsrc/csds_io.h (diff)
The file was modifiedsrc/mesh_gravity.c (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/rt_cooling_test.yml (diff)
The file was modifiedsrc/cycle.h (diff)
The file was modifiedsrc/fof.c (diff)
The file was modifiedsrc/csds.h (diff)
The file was modifiedexamples/HydroTests/KeplerianRing/plotSolution.py (diff)
The file was removedexamples/SmallCosmoVolume/SmallCosmoVolume_lightcone/plotTempEvolution.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/run.sh (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedsrc/hydro/None/hydro_parameters.h (diff)
The file was modifiedtests/testVoronoi3D.c (diff)
The file was modifiedexamples/Cooling/CoolingRates/cooling_rates.c (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_struct.h (diff)
The file was modifiedexamples/HydroTests/InteractingBlastWaves_1D/plotSolution.py (diff)
The file was modifiedsrc/profiler.c (diff)
The file was modifiedsrc/fof_catalogue_io.h (diff)
The file was modifiedsrc/space_first_init.c (diff)
The file was addedexamples/IdealisedCluster/IdealisedCluster_M15/idealised_cluster_M15.yml (diff)
The file was modifiedargparse/argparse.c (diff)
The file was modifiedsrc/vector.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/EAGLE/plot_EAGLE_SF_Z_dep.py (diff)
The file was modifiedsrc/random.h (diff)
The file was modifiedsrc/collectgroup.h (diff)
The file was modifiedsrc/rt_struct.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/makeIC.py (diff)
The file was modifiedm4/ax_lib_hdf5.m4 (diff)
The file was modifiedsrc/gravity_io.h (diff)
The file was modifiedsrc/neutrino/Default/neutrino_response.c (diff)
The file was modifiedsrc/csds.c (diff)
The file was modifiedtests/testMatrixInversion.c (diff)
The file was modifiedsrc/error.h (diff)
The file was modifiedsrc/timestep_sync.h (diff)
The file was modifiedsrc/lightcone/lightcone_map.c (diff)
The file was modifiedswift_fof.c (diff)
The file was modifiedsrc/kernel_hydro.h (diff)
The file was modifiedsrc/stars.h (diff)
The file was modifiedsrc/potential/constant/potential.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/cooling_struct.h (diff)
The file was modifiedsrc/rt_io.h (diff)
The file was modifiedsrc/tracers/EAGLE/tracers_struct.h (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/black_holes/Default/black_holes.h (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_parameters.h (diff)
The file was modifiedsrc/io_compression.c (diff)
The file was modifiedsrc/runner_recv.c (diff)
The file was modifiedsrc/rt_additions.h (diff)
The file was modifiedsrc/cell_sinks.h (diff)
The file was modifiedsrc/cell_lock.c (diff)
The file was modifiedsrc/pressure_floor_iact.h (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_debug.h (diff)
The file was modifiedsrc/feedback.h (diff)
The file was removedexamples/SubgridTests/CosmologicalStellarEvolution/check_continuous_heating.py (diff)
The file was modifiedsrc/star_formation/QLA/star_formation_io.h (diff)
The file was modifiedsrc/hydro/Phantom/hydro_iact.h (diff)
The file was modifiedsrc/star_formation.c (diff)
The file was modifiedsrc/star_formation_io.h (diff)
The file was modifiedsrc/rt/GEAR/rt_interaction_rates.h (diff)
The file was modifiedsrc/engine_io.c (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/lightcone/lightcone_map.h (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_cooling/plotTempEvolution.py (diff)
The file was modifiedsrc/multipole.c (diff)
The file was addeddoc/RTD/source/SubgridModels/AGNSpinJets/params.rst (diff)
The file was modifiedsrc/feedback/EAGLE_kinetic/feedback_properties.h (diff)
The file was modifiedsrc/gravity_csds.h (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/plotSolution.py (diff)
The file was modifiedsrc/lightcone/projected_kernel.c (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/mesh_gravity_patch.c (diff)
The file was modifiedsrc/chemistry_debug.h (diff)
The file was modifiedsrc/space_unique_id.c (diff)
The file was removedexamples/SubgridTests/StellarEvolution/check_continuous_heating.py (diff)
The file was modifiedsrc/rt/GEAR/rt_ionization_equilibrium.h (diff)
The file was modifiedsrc/multipole_struct.h (diff)
The file was modifiedsrc/lightcone/pixel_index.h (diff)
The file was modifiedsrc/cooling.h (diff)
The file was modifiedsrc/multipole.h (diff)
The file was modifiedsrc/runner_doiact_stars.c (diff)
The file was modifiedsrc/timeline.h (diff)
The file was modifiedexamples/HydroTests/SodShockSpherical_3D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/makeIC.py (diff)
The file was modifiedsrc/star_formation/GEAR/star_formation_io.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/mpiuse.h (diff)
The file was modifiedsrc/space_regrid.c (diff)
The file was modifiedsrc/pressure_floor_struct.h (diff)
The file was modifiedsrc/multipole_accept.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/hydro.h (diff)
The file was modifiedsrc/lightcone/lightcone_shell.c (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/potential.h (diff)
The file was modifiedsrc/potential/point_mass_softened/potential.h (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/chemistry_csds.h (diff)
The file was modifiedtests/testCosmology.c (diff)
The file was modifiedsrc/cooling/none/cooling_io.h (diff)
The file was modifiedsrc/accumulate.h (diff)
The file was modifiedtests/testKernel.c (diff)
The file was modifiedsrc/mpiuse.c (diff)
The file was modifiedtests/testErfc.c (diff)
The file was modifiedsrc/clocks.h (diff)
The file was modifiedsrc/gravity_derivatives.h (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_spin.h (diff)
The file was modifiedsrc/single_io.h (diff)
The file was modifiedsrc/mhd_struct.h (diff)
The file was modifiedsrc/timers.h (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/plot_box_evolution.py (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/io_properties.h (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/run.sh (diff)
The file was modifiedsrc/runner_black_holes.c (diff)
The file was modifiedsrc/parallel_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-MF.yml (diff)
The file was modifiedtests/testGravityDerivatives.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/EAGLE/plot_EAGLE_SF_EOS.py (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_properties.h (diff)
The file was modifiedsrc/cosmology.h (diff)
The file was modifiedsrc/rt/SPHM1RT/rt_properties.h (diff)
The file was modifiedtests/testCbrt.c (diff)
The file was modifiedsrc/power_spectrum.h (diff)
The file was modifiedsrc/potential/sine_wave/potential.h (diff)
The file was addedexamples/IdealisedCluster/IdealisedCluster_M15/getIC.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/propagationTest-3D.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DMFCheck.py (diff)
The file was addeddoc/RTD/source/RadiativeTransfer/additional_tools.rst (diff)
The file was modifiedsrc/cooling/EAGLE/cooling_tables.h (diff)
The file was modifiedsrc/cooling_debug.h (diff)
The file was modifiedsrc/velociraptor_dummy.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D.yml (diff)
The file was modifiedsrc/partition.c (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedsrc/runner_doiact_grav.h (diff)
The file was modifiedsrc/sort_part.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/common_io.h (diff)
The file was modifiedsrc/runner_sinks.c (diff)
The file was modifiedsrc/cooling_properties.h (diff)
The file was modifiedsrc/gravity_properties.h (diff)
The file was modifiedsrc/potential/hernquist_sdmh05/potential.h (diff)
The file was modifiedsrc/tracers_debug.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry_utils.h (diff)
The file was modifiedsrc/star_formation.h (diff)
The file was modifiedsrc/black_holes.h (diff)
The file was removedexamples/SubgridTests/CosmologicalStellarEvolution/check_stochastic_heating.py (diff)
The file was modifieddoc/RTD/source/RadiativeTransfer/GEAR_RT.rst (diff)
The file was modifiedsrc/feedback/EAGLE_thermal/feedback_properties.h (diff)
The file was modifiedtests/testHydroMPIrules.c (diff)
The file was modifieddoc/RTD/source/SubgridModels/EAGLE/plot_EAGLE_entropy_floor.py (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_iact.h (diff)
The file was modifiedsrc/cooling/COLIBRE/cooling_io.h (diff)
The file was modifiedsrc/space_cell_index.c (diff)
The file was modifiedexamples/HydroTests/SedovBlast_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/plotSolution.py (diff)
The file was modifiedsrc/equation_of_state.h (diff)
The file was modifiedsrc/space_extras.c (diff)
The file was addedtests/testRandomCone.c (diff)
The file was modifiedsrc/cell_drift.c (diff)
The file was modifiedsrc/memuse.c (diff)
The file was addeddoc/RTD/source/SubgridModels/AGNSpinJets/numerics.rst (diff)
The file was modifiedsrc/mesh_gravity_mpi.c (diff)
The file was modifiedsrc/runner.h (diff)
The file was modifiedsrc/stars.c (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_properties.h (diff)
The file was modifiedexamples/HydroTests/VacuumSpherical_3D/plotSolution.py (diff)
The file was modifiedsrc/cache.h (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_parameters.h (diff)
The file was modifiedsrc/engine_collect_end_of_step.c (diff)
The file was modifiedsrc/sink_struct.h (diff)
The file was modifiedsrc/hydro.c (diff)
The file was modifiedsrc/lightcone/lightcone_crossing.h (diff)
The file was modifiedsrc/sincos.h (diff)
The file was modifiedexamples/Cosmology/ZeldovichPancake_3D/plotSolution.py (diff)
The file was modifiedsrc/tracers/none/tracers.h (diff)
The file was removeddoc/RTD/source/SubgridModels/EAGLE/EAGLE_entropy_floor.svg (diff)
The file was modifiedsrc/engine_drift.c (diff)
The file was modifiedsrc/row_major_id.h (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/cooling/COLIBRE/cooling_tables.c (diff)
The file was modifiedsrc/lightcone/lightcone.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/cooling/QLA/cooling_tables.h (diff)
The file was modifiedsrc/star_formation_struct.h (diff)
The file was modifiedsrc/chemistry_io.h (diff)
The file was modifiedsrc/extra_io/EAGLE/extra_lightcone_map_types.c (diff)
The file was modifiedsrc/threadpool.h (diff)
The file was modifiedtests/testFFT.c (diff)
The file was modifiedsrc/part.c (diff)
The file was modifiedsrc/cooling/COLIBRE/interpolate.h (diff)
The file was modifiedsrc/xmf.c (diff)
The file was removedexamples/HydroTests/SquareTest_2D/plotSolutionLegacy.py (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_io.h (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/velociraptor_struct.h (diff)
The file was modifiedsrc/cooling/EAGLE/interpolate.h (diff)
The file was modifiedsrc/mesh_gravity_sort.c (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml (diff)
The file was removedexamples/SubgridTests/StellarEvolution/check_stochastic_heating.py (diff)
The file was modifiedsrc/tracers_io.h (diff)
The file was modifiedsrc/hdf5_object_to_blob.c (diff)
The file was modifiedexamples/Cooling/CoolingHaloWithSpin/cooling_halo.yml (diff)
The file was modifiedsrc/cooling/const_du/cooling.h (diff)
The file was modifiedsrc/adiabatic_index.h (diff)
The file was modifiedsrc/vector_power.h (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/advect_ions.yml (diff)
The file was modifiedexamples/HydroTests/Noh_1D/plotSolution.py (diff)
The file was modifiedsrc/lightcone/lightcone_particle_io.h (diff)
The file was modifiedsrc/entropy_floor.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedsrc/stars_csds.h (diff)
The file was modifiedtests/testLog.c (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling_rates.h (diff)
The file was modifiedsrc/atomic.h (diff)
The file was modifiedsrc/map.c (diff)
The file was modifiedsrc/clocks.c (diff)
The file was modifiedsrc/memuse_rnodes.c (diff)
The file was modifiedAUTHORS (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DsinglebinCheck.py (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_parameters.h (diff)
The file was modifiedsrc/cell_stars.h (diff)
The file was modifiedtests/testNeutrinoFermiDirac.c (diff)
The file was modifiedtests/testRiemannTRRS.c (diff)
The file was modifiedsrc/pressure_floor_debug.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DMFHHeCheck.py (diff)
The file was modifiedsrc/lightcone/lightcone_array.c (diff)
The file was modifiedsrc/potential/nfw_mn/potential.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation_io.h (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was addedsrc/black_holes/SPIN_JET/black_holes_iact.h (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/space_init.c (diff)
The file was modifiedsrc/rt.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-MFHHe.yml (diff)
The file was modifiedsrc/output_list.h (diff)
The file was modifiedsrc/cell_split.c (diff)
The file was modifiedsrc/sink_properties.h (diff)
The file was addedsrc/rt/GEAR/rt_grackle_utils.h (diff)
The file was modifiedsrc/inline.h (diff)
The file was modifiedsrc/stars_io.h (diff)
The file was modifiedtests/testEOS.c (diff)
The file was modifiedtests/testAdiabaticIndex.c (diff)
The file was modifiedtests/testPotentialSelf.c (diff)
The file was modifiedsrc/space_unique_id.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/README (diff)
The file was modifiedsrc/dimension.h (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedsrc/neutrino/Default/neutrino.h (diff)
The file was modifiedsrc/timestep_limiter_struct.h (diff)
The file was modifiedexamples/SubgridTests/SmoothedMetallicity/plotSolution.py (diff)
The file was modifiedtests/testReading.c (diff)
The file was modifiedsrc/barrier.h (diff)
The file was modifiedtests/testCooling.c (diff)
The file was modifiedtests/testMaths.c (diff)
The file was modifiedsrc/periodic.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotSolution.py (diff)
The file was modifiedsrc/csds_io.c (diff)
The file was modifiedsrc/cooling/COLIBRE/cooling_tables.h (diff)
The file was modifiedsrc/fof_struct.h (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/common_io.c (diff)
The file was modifiedsrc/mesh_gravity.h (diff)
The file was modifieddoc/RTD/source/RadiativeTransfer/index.rst (diff)
The file was modifiedsrc/distributed_io.h (diff)
The file was modifiedtests/testSelectOutput.c (diff)
The file was modifiedsrc/common_io_copy.c (diff)
The file was modifiedsrc/binomial.h (diff)
The file was modifiedsrc/hydro_properties.h (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/cooling/none/cooling.h (diff)
The file was modifiedtests/testComovingCooling.c (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/rt_advection2D.yml (diff)
The file was modifiedsrc/debug.h (diff)
The file was modifiedsrc/hydro_csds.h (diff)
The file was modifiedsrc/engine_strays.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/makeIC_HHe.py (diff)
The file was modifiedsrc/hydro/Minimal/hydro_parameters.h (diff)
The file was modifiedtests/testVoronoi2D.c (diff)
The file was modifiedsrc/line_of_sight.c (diff)
The file was modifiedsrc/chemistry.c (diff)
The file was modifiedsrc/timestep_limiter.h (diff)
The file was modifiedsrc/cooling_io.h (diff)
The file was modifiedtests/testRiemannExact.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_sanity_checks-GEAR.py (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedsrc/extra_io.h (diff)
The file was modifiedtests/testRandomPoisson.c (diff)
The file was modifiedsrc/potential/hernquist/potential.h (diff)
The file was modifiedsrc/cooling/QLA_EAGLE/cooling_tables.h (diff)
The file was addeddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotSolution.py (diff)
The file was modifiedsrc/cell_hydro.h (diff)
The file was modifiedsrc/cooling/COLIBRE/cooling_rates.h (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/part.h (diff)
The file was removeddoc/RTD/source/SubgridModels/EAGLE/EAGLE_SF_EOS.svg (diff)
The file was modifiedtests/testRiemannHLLC.c (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was addedexamples/MHDTests/RJ_1A/getGlass.sh (diff)
The file was addedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was addedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/Solution-checkpoint.jpg (diff)
The file was addedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was addedexamples/MHDTests/RJ_1A/run.sh (diff)
The file was addedexamples/MHDTests/RJ_1A/Solution.jpg (diff)
The file was addedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/plotSolution-checkpoint.jl (diff)
The file was addedexamples/MHDTests/RJ_1A/README (diff)
The file was addedexamples/MHDTests/RJ_1A/rj1A.yml (diff)
The file was addedexamples/MHDTests/RJ_1A/rj1A.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was addedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/plotSolution-checkpoint.jl (diff)
The file was addedexamples/MHDTests/RJ_1A/getGlass.sh (diff)
The file was addedexamples/MHDTests/RJ_1A/Solution.jpg (diff)
The file was addedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was addedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/Solution-checkpoint.jpg (diff)
The file was addedexamples/MHDTests/RJ_1A/run.sh (diff)
The file was addedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was addedexamples/MHDTests/RJ_1A/README (diff)
Commit 9bd7f0e6db9575587d5b149a51d67ef30262d344 by Federico Stasyszyn
Delete temporary files from the repo
The file was removedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/Solution-checkpoint.jpg (diff)
The file was removedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/plotSolution-checkpoint.jl (diff)
The file was modifiedexamples/MHDTests/RJ_1A/README (diff)
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RJ_1A/rj1A.yml (diff)
The file was removedexamples/MHDTests/RJ_1A/Solution.jpg (diff)
The file was modifiedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was modified.gitignore (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/RJ_1A/README (diff)
The file was addedexamples/MHDTests/RJ_1A/Solution.jpg (diff)
The file was removedexamples/MHDTests/RJ_1A/Solution.jpg (diff)
The file was removedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/Solution-checkpoint.jpg (diff)
The file was removedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/plotSolution-checkpoint.jl (diff)
The file was removedexamples/MHDTests/RJ_1A/Solution.jpg (diff)
Commit 6642889036fb0926d837405647b38a5d4209e6ef by Federico Stasyszyn
Solving issues with different Hydro Schemes
Add Dedner parameters read (not fully implemented check!)
Fix MU0
Global Naming convention
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was addedexamples/MHDTests/KH_z/makeIC_regular.py (diff)
The file was addedexamples/MHDTests/KH_z/run.sh (diff)
The file was addedexamples/MHDTests/KH_z/makeIC.py (diff)
The file was addedexamples/MHDTests/KH_z/plotSolution.py (diff)
The file was addedexamples/MHDTests/KH_z/getGlass.sh (diff)
The file was addedexamples/MHDTests/KH_z/KelvinHelmholtzMHD.yml (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
Commit 508c01e242610de0a0ee296501d5164aae237fd1 by Federico Stasyszyn
Examples Nomenclature change
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
Commit 306b12c49b0d4e3e3b9ac26153552d047320bcbd by fstasyszyn
Solving issues with different Hydro Schemes
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was removedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/plotSolution-checkpoint.jl (diff)
The file was removedexamples/MHDTests/RJ_1A/.ipynb_checkpoints/Solution-checkpoint.jpg (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was addedexamples/MHDTests/KH_z/getGlass.sh (diff)
The file was addedexamples/MHDTests/KH_z/makeIC.py (diff)
The file was addedexamples/MHDTests/KH_z/KelvinHelmholtzMHD.yml (diff)
The file was addedexamples/MHDTests/KH_z/plotSolution.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was addedexamples/MHDTests/KH_z/makeIC_regular.py (diff)
The file was addedexamples/MHDTests/KH_z/run.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
Commit 05c8a77d465c8bc2b14eb9f7ebef7cbcc1ef8501 by fstasyszyn
When searching for more particles in a ghost task we walk up the cell tree,...
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/rt/GEAR/rt_gradients.h (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedsrc/rt/none/rt_properties.h (diff)
The file was addedCITATION.cff (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/rt_advection1D.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/run.sh (diff)
The file was addedsrc/ghost_stats.h (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was modifiedsrc/collectgroup.c (diff)
The file was modifiedsrc/hydro/Planetary/hydro_part.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/propagationTest-2D.yml (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/rt/GEAR/rt_io.h (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_debug_io.py (diff)
The file was modifiedsrc/cell_convert_part.c (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/advect_ions.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-MFHHe.yml (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/README (diff)
The file was modifiedsrc/cell_hydro.h (diff)
The file was addeddoc/RTD/source/RadiativeTransfer/RTWorkflow.png (diff)
The file was modifiedsrc/timers.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotSolution.py (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro_part.h (diff)
The file was modifiedexamples/HydroTests/Noh_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_uniform_box_checks.py (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_GEAR_io.py (diff)
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/ion_equil.yml (diff)
The file was modifiedsrc/parallel_io.c (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/run.sh (diff)
The file was modifieddoc/RTD/source/RadiativeTransfer/GEAR_RT.rst (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedsrc/rt/debug/rt_debugging.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/rt/debug/rt_properties.h (diff)
The file was modifiedsrc/task.h (diff)
The file was modifiedsrc/rt/GEAR/rt_slope_limiters_cell.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/rt_cooling_test.yml (diff)
The file was modifieddoc/RTD/source/AnalysisTools/index.rst (diff)
The file was modifiedsrc/rt/debug/rt_struct.h (diff)
The file was addeddoc/RTD/source/RadiativeTransfer/RTTaskDependenciesFull-simplified.png (diff)
The file was modifieddoc/RTD/source/Task/current_dependencies.rst (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtzGrowthRate_2D/run.sh (diff)
The file was modifiedsrc/single_io.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_sanity_checks.py (diff)
The file was modifiedsrc/rt/GEAR/rt_interaction_cross_sections.c (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry_utils.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/cell.c (diff)
The file was addedtools/plot_ghost_stats.py (diff)
The file was modifiedsrc/hydro/Phantom/hydro_part.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/engine_collect_end_of_step.c (diff)
The file was modifiedsrc/hydro/Gadget2/hydro_part.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/stromgrenSphere-2D.yml (diff)
The file was addeddoc/RTD/source/RadiativeTransfer/RT_notes_for_developers.rst (diff)
The file was addedsrc/ghost_stats.c (diff)
The file was modifiedsrc/timers.c (diff)
The file was removedsrc/rt/GEAR/rt_stellar_emission_rate.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-singlebin.yml (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro_part.h (diff)
The file was modifiedswift.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/propagationTest-3D.yml (diff)
The file was modifiedsrc/space_rebuild.c (diff)
The file was modifieddoc/RTD/source/Snapshots/index.rst (diff)
The file was modifiedsrc/rt/debug/rt_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_sanity_checks-GEAR.py (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotSolution.py (diff)
The file was modifiedsrc/rt/debug/rt_iact.h (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedsrc/hydro/None/hydro_part.h (diff)
The file was modifiedsrc/collectgroup.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/runner.h (diff)
The file was addedexamples/RadiativeTransferTests/HeatingTest/snaplist.txt (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedsrc/runner_sort.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/rt/debug/rt_gradients.h (diff)
The file was modifiedsrc/space.h (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/randomized-rt.yml (diff)
The file was modifiedsrc/active.h (diff)
The file was modifiedsrc/runner_recv.c (diff)
The file was modifiedsrc/rt/GEAR/rt_debugging.h (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/rt_advection2D.yml (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtz_2D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/run.sh (diff)
The file was addeddoc/RTD/source/RadiativeTransfer/RTTaskDependencies.webp (diff)
The file was modifiedsrc/hydro/Minimal/hydro_part.h (diff)
The file was modifiedsrc/partition.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D-MF.yml (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtzGrowthRate_3D/run.sh (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/uniform_rt_timestep_output_sync.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/rt_heating_test.yml (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotPhotonPropagationCheck.py (diff)
The file was addedsrc/cell_rt.h (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedtests/test27cells.c (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/run.sh (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro_part.h (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro_part.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotPhotonPropagationCheck.py (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was addeddoc/RTD/source/RadiativeTransfer/RT_subcycling.rst (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/gravity_properties.c (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgrenSphere-3D.yml (diff)
The file was modifiedsrc/gravity_properties.h (diff)
The file was modifiedsrc/rt/GEAR/rt_properties.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/makeIC.py (diff)
The file was modifiedsrc/hydro/Gasoline/hydro_part.h (diff)
The file was modifiedtests/testPeriodicBC.c (diff)
The file was modifiedsrc/multipole_accept.h (diff)
The file was modifiedtools/timed_functions.py (diff)
The file was modifiedsrc/rt/GEAR/rt_unphysical.h (diff)
The file was modifiedtests/test27cellsStars.c (diff)
The file was addedsrc/rt/GEAR/rt_stellar_emission_model.h (diff)
The file was modifiedsrc/rt/GEAR/rt_struct.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedexamples/HydroTests/InteractingBlastWaves_1D/plotSolution.py (diff)
The file was modifiedsrc/distributed_io.c (diff)
The file was modifiedexamples/HydroTests/KelvinHelmholtz_2D/run.sh (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/rt_struct.h (diff)
The file was modifiedsrc/runner_doiact_undef.h (diff)
The file was modifieddoc/RTD/source/RadiativeTransfer/index.rst (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/makeIC.py (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro_part.h (diff)
Commit 26f39139db4398a6dbbb2dfe5faafca4897c845f by Orestis Karapiperis
Addition of Fast Rotor and Magnetic Blast Wave tests
The file was addedexamples/MHDTests/FastRotor/plot.py (diff)
The file was addedexamples/MHDTests/FastRotor/plot_slice.py.save (diff)
The file was addedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.yml (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was addedexamples/MHDTests/FastRotor/getGlass.sh (diff)
The file was addedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was addedexamples/MHDTests/FastRotor/plot_slice.py (diff)
The file was addedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/plot.py (diff)
Commit 5bea28d21a417bc9caa0a27dfcc7eec85941b16f by Orestis Karapiperis
Attempt at correctly incorporating mu_0 - incomplete
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.yml (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot.py (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
Commit a905d765715c518bb945a01f4f8434128efbe698 by fstasyszyn
When searching for more particles in a ghost task we walk up the cell tree,...
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was addedexamples/MHDTests/FastRotor/plot_slice.py (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
The file was addedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was addedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.yml (diff)
The file was addedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was addedexamples/MHDTests/FastRotor/plot.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/plot.py (diff)
The file was addedexamples/MHDTests/FastRotor/getGlass.sh (diff)
The file was addedexamples/MHDTests/FastRotor/plot_slice.py.save (diff)
Commit 830ee4c474b6d53df9b92d1fa4e0ab33f6bbb342 by Orestis Karapiperis
Added artificial resistivity
The file was modifiedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
Commit 49a75da2e7251cfef8f573ccda2e8a51cc84292b by Matthieu Schaller
Update the symmetry test to use the new hydro function signatures
The file was modifiedtests/testSymmetry.c (diff)
Commit b571f614bb8edd4d2cda4aa0e2e0dba2a7ed0355 by Matthieu Schaller
Add the MHD-related fields to the debugging messages for the direct induction case
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 2951b5b6b4e1690d9919195668d7a9b8f980b6de by Matthieu Schaller
Update the function signature of the minimal hydro scheme to also work with MHD
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
Commit 60cc440852be4a258d0aef5bf92c863bee0b189b by Orestis Karapiperis
Fixed mistake in du_dt ODE change due to resistivity
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
Commit ae6f8706b38ca2077a4913dd815de79a2b509938 by Orestis Karapiperis
MHD scheme hyperparameter update
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was addedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was addedexamples/MHDTests/FastRotor/FastRotor.gif (diff)
The file was addedexamples/MHDTests/Monopole/Monopole.yml (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/makeIC.py.save (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was addedexamples/MHDTests/FastRotor/plot_slice_new.py.save (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave_LR.gif (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/#plot_all.py# (diff)
The file was addedexamples/MHDTests/FastRotor/plot_slice_new.py (diff)
The file was addedexamples/MHDTests/Monopole/plot.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.gif (diff)
The file was addedsrc/#tools.c# (diff)
The file was modifiedsrc/hydro/Minimal/hydro_parameters.h (diff)
The file was addedexamples/MHDTests/FastRotor/FastRotor_LR.gif (diff)
The file was addedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was addedexamples/MHDTests/BlobTest_Braspenning2022/README.md (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was addedexamples/MHDTests/BlobTest_Braspenning2022/plot_cloud_evolution.py (diff)
The file was addedexamples/MHDTests/FastRotor/make_gif.py (diff)
The file was addedexamples/MHDTests/BlobTest_Braspenning2022/getICs.sh (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/make_gif.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was addedexamples/MHDTests/FastRotor/makeICnew2.py (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/plotnew.py (diff)
The file was addedexamples/MHDTests/BlobTest_Braspenning2022/blob.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was addedexamples/MHDTests/BrioWuShock/sims.sh (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/plot_all.py (diff)
Commit 5acbebd187b51810b9bcb467fd56339a4f546627 by Matthieu Schaller
Fix the signal velocity signature to accomodate the MHD NONE scheme
The file was modifiedsrc/signal_velocity.h (diff)
Commit bc146c842b24fa89d37cb703ba4e51130e4ad3c2 by Matthieu Schaller
Fix the NONE MHD scheme to compile with the new function signature of mhd_get_magnetic_energy()
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 5b774717ce0467a7ea311032a148db7747d3fc9c by fstasyszyn
Initial sync to work again
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_sanity_checks.py (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/makeIC.py (diff)
The file was modifiedsrc/hydro/PressureEntropy/hydro.h (diff)
The file was modifiedsrc/io_compression.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/makeIC.py (diff)
The file was modifiedsrc/task.c (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/plotSolutionScatter.py (diff)
The file was modifiedsrc/hydro/None/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_GEAR_io.py (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_flux.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/black_holes/EAGLE/black_holes_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotPhotonPropagationCheck.py (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_io.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedINSTALL.swift (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/makeIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DMFCheck.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/makePropagationTestIC.py (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedsrc/engine_unskip.c (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/getGlass.sh (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/riemann/riemann_hllc.h (diff)
The file was modifiedsrc/potential/nfw_mn/potential.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DMFHHeCheck.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/makeIC.py (diff)
The file was modifiedsrc/hydro/Gasoline/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_uniform_box_checks-GEAR.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/stromgren_plotting_tools.py (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/makeIC.py (diff)
The file was modifiedtools/plot_task_dependencies.py (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_iact.h (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_spin.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/hydro/PressureEnergyMorrisMonaghanAV/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/RandomizedBox_3D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_1D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotSolution.py (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_uniform_box_checks.py (diff)
The file was modifiedsrc/io_compression.c (diff)
The file was modifiedsrc/kick.h (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotSolution.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_slope_limiters_face.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/HeatingTest/generate_output_times.py (diff)
The file was modifiedsrc/hydro/Minimal/hydro.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_iact.h (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/plotIonization.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotPhotonPropagationCheck.py (diff)
The file was modifiedsrc/hydro/AnarchyPU/hydro.h (diff)
The file was modifiedsrc/star_formation/EAGLE/star_formation.h (diff)
The file was modifiedsrc/cosmology.h (diff)
The file was modifiedsrc/hydro/PressureEnergy/hydro.h (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.yml (diff)
The file was modifiedsrc/runner_doiact_functions_stars.h (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/swift_rt_debug_io.py (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_part.h (diff)
The file was modifieddoc/RTD/source/ParameterFiles/lossy_filters.rst (diff)
The file was modifiedtests/testActivePair.c (diff)
The file was modifiedtests/testSymmetry.c (diff)
The file was modifiedsrc/hydro/Shadowswift/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/Advection_2D/plotSolution.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/plotStromgren3DsinglebinCheck.py (diff)
The file was modifiedsrc/potential/nfw/potential.h (diff)
The file was modifiedsrc/cosmology.c (diff)
The file was modifiedsrc/hydro/Gizmo/hydro.h (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedexamples/RadiativeTransferTests/UniformBox_3D/rt_sanity_checks-GEAR.py (diff)
The file was modifiedsrc/black_holes/SPIN_JET/black_holes_iact.h (diff)
The file was modifiedsrc/hydro/Gizmo/MFV/hydro_flux.h (diff)
The file was modifiedexamples/RadiativeTransferTests/IonMassFractionAdvectionTest_2D/testIonization.py (diff)
The file was modifiedexamples/RadiativeTransferTests/IonizationEquilibriumICSetupTest/makeIC.py (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/makePropagationTestIC.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_2D/plotRadiationProjection.py (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/makeIC.py (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/StromgrenSphere_3D/makeIC_HHe.py (diff)
The file was modifiedsrc/hydro/Phantom/hydro.h (diff)
The file was modifiedexamples/RadiativeTransferTests/CoolingTest/makeIC.py (diff)
The file was modifiedformat.sh (diff)
The file was modifiedsrc/hydro/Gadget2/hydro.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedCOPYING.LESSER (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedsrc/hydro/Planetary/hydro.h (diff)
Commit 76a1b15f9d85e112f8ceb936a4900d050454333a by Bert Vandenbroucke
Added solution scripts for Brio-Wu test. Ran Python formatting script.
The file was addedexamples/MHDTests/BrioWuShock/hll_solver.py (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot.py (diff)
The file was modifiedexamples/MHDTests/KH_z/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedexamples/MHDTests/KH_z/makeIC.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/exact_solution.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_slice.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/plotSolution.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 83ee2cf4b9c4ac48093de433f65d316e8406768a by fstasyszyn
before Mag.Egy in all the flavors
The file was modifiedsrc/cell_pack.c (diff)
The file was modifiedsrc/threadpool.h (diff)
The file was modifiedsrc/rt/none/rt.h (diff)
The file was modifiedsrc/threadpool.c (diff)
The file was modifiedexamples/GravityTests/Hernquist_circularorbit/plotprog.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was addedtools/task_plots/process_plot_threadpool_MPI (diff)
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was modifiedsrc/cell_unskip.c (diff)
The file was modifiedsrc/runner_recv.c (diff)
The file was modifiedsrc/potential/hernquist/potential.h (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_properties.h (diff)
The file was modifiedsrc/cosmology.c (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_12/eagle_12.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was modifiedsrc/cell.h (diff)
The file was modifiedtools/task_plots/plot_threadpool.py (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/getGlass.sh (diff)
The file was modifiedsrc/hydro/Gizmo/MFM/hydro_part.h (diff)
The file was modifiedtools/task_plots/analyse_threadpool_tasks.py (diff)
The file was addedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/README (diff)
The file was modifiedsrc/rt/GEAR/rt.h (diff)
The file was modifiedsrc/scheduler.c (diff)
The file was modifiedexamples/Cooling/CoolingBox/coolingBox.yml (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/plot_profile.py (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/run.make (diff)
The file was modifiedtools/task_plots/process_plot_threadpool (diff)
The file was modifiedexamples/MHDTests/KH_z/makeIC.py (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/potential/hernquist_sdmh05/potential.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedsrc/engine_maketasks.c (diff)
The file was addedexamples/MHDTests/BrioWuShock/hll_solver.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot.py (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_100/eagle_100.yml (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/README (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_slice.py (diff)
The file was modifiedsrc/rt/GEAR/rt_struct.h (diff)
The file was addedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/rt_advection1D.yml (diff)
The file was addedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/run.sh (diff)
The file was modifiedsrc/cooling/const_lambda/cooling_io.h (diff)
The file was modifiedsrc/space.h (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/plot_time_profile.py (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/space_split.c (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifieddoc/RTD/source/RadiativeTransfer/GEAR_RT.rst (diff)
The file was addedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/plotSolution.py (diff)
The file was addedtools/task_plots/iplot_threadpool.py (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry_utils.h (diff)
The file was modifiedexamples/Cooling/CoolingRedshiftDependence/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/KH_z/plotSolution.py (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/plot_energy.py (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_getters.h (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/sedov.yml (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/makeIC.py (diff)
The file was modifiedsrc/multipole.h (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_io.h (diff)
The file was addedexamples/MHDTests/BrioWuShock/exact_solution.py (diff)
The file was modifiedtools/task_plots/iplot_tasks.py (diff)
The file was modifiedexamples/Cosmology/ConstantCosmoVolume/plotSolution.py (diff)
The file was modifiedsrc/rt/debug/rt.h (diff)
The file was modifieddoc/RTD/source/ExternalPotentials/index.rst (diff)
The file was modifiedsrc/runner_main.c (diff)
The file was modifiedtheory/Gizmo/gizmo-implementation-details/bert.tex (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_25/eagle_25.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/make_visualisations.make (diff)
The file was modifiedsrc/engine_marktasks.c (diff)
The file was modifiedsrc/hydro/Gizmo/hydro_setters.h (diff)
The file was addedexamples/RadiativeTransferTests/AdvectionDifferentTimeStepSizes_1D/makeIC.py (diff)
The file was modifiedexamples/EAGLE_DMO_low_z/EAGLE_DMO_50/eagle_50.yml (diff)
The file was modifiedsrc/cooling/const_lambda/cooling.h (diff)
The file was modifiedsrc/rt/GEAR/rt_iact.h (diff)
The file was modifiedsrc/engine_config.c (diff)
The file was modifiedsrc/rt/GEAR/rt_additions.h (diff)
The file was modifiedsrc/scheduler.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedsrc/rt/SPHM1RT/rt.h (diff)
The file was modifiedMakefile.am (diff)
The file was modifiedsrc/space_recycle.c (diff)
The file was addedexamples/Cooling/CoolingSedovBlast_3D/get_time_profile.py (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/hydro_properties.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd_parameters.h (diff)
The file was addedexamples/MHDTests/Turb01/test/turb-box.yml (diff)
The file was addedexamples/MHDTests/Turb01/libs/turbulence.py (diff)
The file was addedexamples/MHDTests/Turb01/libs/options_parser.py (diff)
The file was addedexamples/MHDTests/Turb01/turb-box.py (diff)
The file was addedexamples/MHDTests/Turb01/libs/__init__.py (diff)
The file was addedexamples/MHDTests/Turb01/libs/utils.py (diff)
The file was addedexamples/MHDTests/Turb01/test/NoteBook.ipynb (diff)
The file was addedexamples/MHDTests/Turb01/libs/uniform_cube.py (diff)
The file was addedexamples/MHDTests/Turb01/libs/rotation.py (diff)
The file was addedexamples/MHDTests/Turb01/libs/const.py (diff)
The file was addedexamples/MHDTests/Turb01/test/run.sh (diff)
Commit d3f149cfb625432a8542bc3b14080774922a1712 by Federico
first version fo spectra
The file was addedexamples/MHDTests/Turb01/test/NoteBook01.ipynb (diff)
The file was modifiedexamples/MHDTests/Turb01/test/NoteBook.ipynb (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/utils.py (diff)
The file was modifiedexamples/MHDTests/Turb01/test/NoteBook.ipynb (diff)
The file was modifiedexamples/MHDTests/Turb01/test/NoteBook01.ipynb (diff)
Commit 814856392e378a9bc4310ce9b86d14c45d80e842 by Orestis Karapiperis
Slight reformulation of MHD, works reasonably well, but considerable particle noise
The file was modifiedsrc/hydro/Minimal/hydro_parameters.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/getGlass.sh (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/signal_velocity.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit ac2232e6142af488121a00befb5e9ab2d5adcf6e by Orestis Karapiperis
Deleted some unnecessary files
The file was removedexamples/MHDTests/FastRotor/FastRotor_LR.gif (diff)
The file was removedexamples/MHDTests/FastRotor/FastRotor.gif (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.gif (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave_LR.gif (diff)
The file was removedexamples/MHDTests/FastRotor/plot_slice_new.py.save (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/#plot_all.py# (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/makeIC.py.save (diff)
Commit d596b8e9889675710eda9e52cc85cb532daabb18 by Matthieu Schaller
Update the Brio-Wu run script to use the correct executable
The file was modifiedexamples/MHDTests/BrioWuShock/run.sh (diff)
Commit 108da9381f1718364cbccb2db40eef8299cdac49 by Matthieu Schaller
Update the run script to use the correct version of python
The file was modifiedexamples/MHDTests/BrioWuShock/run.sh (diff)
Commit 532ebb487a0beb0d8fc881227b37acb9b8dec226 by Orestis Karapiperis
Magnetic energy added to stats file
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit b86d18bf1f5354a7096117355d2d9189966058eb by Matthieu Schaller
Reset the divB accumulator in mhd_reset_gradient and not in reset_acceleration()
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 689ce287a099478b9b3c109b6cc546d0fbe4f328 by Matthieu Schaller
Output B_full and not B in the snapshots
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
Commit 0a48c32ed7377a8bb75ce092dd3e1ba105660b4f by Matthieu Schaller
Add comments clarifying what gets zeroed where
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotnew.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/unused_parameters.yml (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/task_level_0.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/dependency_graph_0.csv (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/task_level_0.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/statistics.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/run.sh (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/plotSolution.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/energy_conservation.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/getReference.sh (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/EnergyPlot.png (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/used_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/noh.xmf (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/plotSolution.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/evrard.xmf (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/timesteps_16.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/noh.yml (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/energy_conservation.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/noh.xmf (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/used_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/noh.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/noh.xmf (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plotdist.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/dependency_graph_0.csv (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/dependency_graph_0.csv (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/noh.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/statistics.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/noh.xmf (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/statistics.txt (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/plotEnergies.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/dependency_graph_0.csv (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/test.png (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/evrard.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/used_parameters.yml (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/make_gif.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/makeIC.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/test.png (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/energy_conservation.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/unused_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/getGlass.sh (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/hydro_v_mhd.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/test.png (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/CircularlyPolarisedAlfvenWave.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/statistics.txt (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot_all.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/makeIC.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/energy_conservation.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/used_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/makeIC.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/timesteps_16.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/noh.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/unused_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/plotEnergies.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/plotSolutionEnergies.py (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/unused_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/timesteps_16.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/timesteps_16.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/test.png (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/evrard.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_base/timesteps_16.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/used_parameters.yml (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/task_level_0.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/task_level_0.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/task_level_0.txt (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeGlassFCC.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/statistics.txt (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/dependency_graph_0.csv (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/run.sh (diff)
The file was addedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/unused_parameters.yml (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
The file was addedexamples/MHDTests/EvrardCollapse_MHD_3D/plotSlice.py (diff)
The file was modifiedsrc/timestep.h (diff)
Commit 0f8a05eab35e9c6d3ffa68198927fb61dfd7160b by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/runner_others.c (diff)
Commit 322c4ba81c2e8ec190743c9b31fe86f6205a9935 by Federico Stasyszyn
Cleaning dependences with mu0 again
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
Commit 701f9527912ff0d59fb75bc404d04ef7429ef3f9 by Federico Stasyszyn
Changes in the 9 plot algorithm.
The file was modifiedexamples/MHDTests/BrioWuShock/run.sh (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 5d8c8e87b0ac39ae04013b3d220cbb861285b7a5 by Federico Stasyszyn
Mu_0 in Vector Potential MHD
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/Turb01/test/NoteBook01.ipynb (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/options_parser.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was removedexamples/MHDTests/Turb01/test/NoteBook01.ipynb (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit a2ee96cc02e7cdc0fde20411e7190e4f0cdc268f by Federico Stasyszyn
Commit changes in the BrioWu plotting in python.
Now reads more information from HDF5 files
Merge from branch MHD_FS
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_debug.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was removedexamples/MHDTests/BrioWuShock/sims.sh (diff)
Commit fd74e64bba2d95f12064dd813e47b7d16e8422b0 by Orestis Karapiperis
Seemingly functioning resistivity formulation
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/evrard.yml (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was addedexamples/MHDTests/BrioWuShock/makeICstack.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/energy_conservation.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_debug.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedsrc/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/README (diff)
The file was addedexamples/MHDTests/BrioWuShock/makeIC_regular.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was addedexamples/MHDTests/BrioWuShock/make_Compact.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was removedexamples/MHDTests/BrioWuShock/makeIC_regular.py (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/timesteps_16.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/used_parameters.yml (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/evrard.xmf (diff)
The file was modified.gitignore (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/unused_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/timesteps_16.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/dependency_graph_0.csv (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/task_level_0.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/noh.xmf (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/unused_parameters.yml (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/dependency_graph_0.csv (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/used_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/dependency_graph_0.csv (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/statistics.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/test.png (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/unused_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/unused_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/noh.xmf (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/test.png (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/noh.xmf (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/task_level_0.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/used_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/test.png (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/timesteps_16.txt (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/statistics.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/statistics.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/timesteps_16.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/task_level_0.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/unused_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/test.png (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/timesteps_16.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/used_parameters.yml (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/statistics.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB/dependency_graph_0.csv (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_dedner_divB_div_v/task_level_0.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/dependency_graph_0.csv (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/task_level_0.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_resistivity/noh.xmf (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/statistics.txt (diff)
The file was removedexamples/MHDTests/Noh_MHD_3D/noh_base/used_parameters.yml (diff)
The file was removedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/EnergyPlot.png (diff)
Commit 4a017c37ee55b38cb3285389b501e7ebdacdcd29 by Matthieu Schaller
Undo more unwanted changes
The file was modified.gitignore (diff)
The file was removedexamples/MHDTests/FastRotor/plot_slice.py.save (diff)
The file was removedexamples/MHDTests/Turb01/test/NoteBook.ipynb (diff)
The file was removedexamples/MHDTests/Turb01/test/NoteBook01.ipynb (diff)
The file was modifiedsrc/rt/GEAR/rt_thermochemistry.h (diff)
The file was removedsrc/#tools.c# (diff)
The file was removedsrc/rt/GEAR/rt_interaction_rates.c (diff)
Commit 9bc6c74f5cf312808a882c64f9b62850c47b18a1 by Matthieu Schaller
Applied code formatting script
The file was modifiedsrc/hydro/Minimal/hydro_debug.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
Commit 31281d02553d7cbea1d7de2cc6d1a699aee75abe by Matthieu Schaller
Remove all the remaining traces of the old MHD_MU0 constant
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/None/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit bcf73df09e8222a7dcd9e1b02ca72f84d2687471 by Matthieu Schaller
Move the debug routines of the Direct induction flavour to the correct files
The file was modifiedsrc/debug.c (diff)
The file was addedsrc/mhd/DirectInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 383f36239ae7979b7c88c8883db22f6fa8e16806 by Matthieu Schaller
Restore the code's ability to compile without MHD
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
Commit d4d19c93aeca4a0b84041a95968b60a1b7e36835 by Orestis Karapiperis
Corrected magnetic energy calculation for stats file
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
Commit 20dda1e2fa8eb4d3e5e9c3592d148f878d9c3497 by Orestis Karapiperis
MHD parameters from parameter files, and addition of divB/curlB based timestep criterion
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/makeIC.py (diff)
The file was modifiedsrc/hydro_properties.c (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/evrard.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
Commit 0dec156dc552d6ef7cc0ee04c39934078b2a6bd6 by Matthieu Schaller
Fix compilation also in the None,DI, and VP mhd cases
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 3322fedd22c5f13f5973501e3105283125f8e646 by Orestis Karapiperis
Disabled Balsara switch in SPHENIX and chose a 'projected' cleaning speed for divergence cleaning
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedexamples/MHDTests/Monopole/plot.py (diff)
The file was modifiedexamples/MHDTests/Monopole/Monopole.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was addedexamples/MHDTests/Monopole/energy_conservation.py (diff)
The file was addedexamples/MHDTests/Monopole/movie.py (diff)
The file was modifiedexamples/MHDTests/Monopole/Monopole.yml (diff)
The file was addedexamples/MHDTests/Monopole/#movie.py# (diff)
The file was addedexamples/MHDTests/Monopole/test.gif (diff)
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
Commit 1c81b1c4a7defc5803516d37bbcec218983db5d5 by Orestis Karapiperis
Deleted unnecessary large file
The file was removedexamples/MHDTests/Monopole/test.gif (diff)
Commit b42d3bd2d62f78dd45ea821930eafb83ecbcc1c1 by Matthieu Schaller
Enforce a_z = 0 when running in 2D
The file was modifiedsrc/runner_others.c (diff)
Commit bc96eaf7869abce542e3a96244124ab199fed362 by Orestis Karapiperis
Barotropic equation of state for star formation sims
The file was modifiedsrc/equation_of_state.h (diff)
The file was addedsrc/equation_of_state/barotropic/equation_of_state.h (diff)
The file was modifiedconfigure.ac (diff)
Commit cbd3ee8c0239a8ec5cd7878d62f56eb4ac7fe990 by Orestis Karapiperis
Magnetised cloud collapse example
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
Commit f7abbd39db81f10b58c15ed3859ed37f823935bd by Matthieu Schaller
Choose an internal system of units that does not overflow the calculation
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
Commit b9064d1d770bc591e2765803e565e4d2fc64e03a by Matthieu Schaller
Convert the snapshots back into CGS
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
Commit bb5e01d5accf8eb28147eba7cf00b97b23b2ffe1 by Orestis Karapiperis
ICs close to complete and reasonable running parameters for MHD cloud collapse, does not seem to crash
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
Commit ad63d0d79c46a1921559b517df257ca4a0657fd7 by Orestis Karapiperis
Fixed vacuum permeability in default unit system value
The file was modifiedsrc/physical_constants_cgs.h (diff)
Commit 1e9384207f1835921fc074f9f69c94659ac28890 by Orestis Karapiperis
Fixed comment for vacuum permeability in default unit system value
The file was modifiedsrc/physical_constants_cgs.h (diff)
The file was modifiedsrc/equation_of_state/barotropic/equation_of_state.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/timestep.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/physical_constants_cgs.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
Commit 22d92a0faf1dbdb774f02acd754b4b3c72ced008 by Orestis Karapiperis
Switch for dedner correction and other small changes
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit ca06eda106e9c7fdc2c6d67cae0a69f9a8103fbe by Orestis Karapiperis
MHD gravitational collapse test
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/ps_slice.py (diff)
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/makeIC_with_ambient_medium.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
Commit d31affe9af3d393fb0f99142d77a706621d3bb1d by Orestis Karapiperis
Updated and cleaned version of the Magnetised Cloud Collapse test
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/README.md (diff)
The file was removedexamples/MHDTests/MagnetisedCloudCollapse/makeIC_with_ambient_medium.py (diff)
The file was removedexamples/MHDTests/MagnetisedCloudCollapse/ps_slice.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/run.sh (diff)
Commit 498acb4b73aaa5ced577ee917d609e6bfc788d1e by Matthieu Schaller
More appropriate value of h_max. Snapshot 70 reached after 1 hr on 4 cores for the default setup
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
Commit e104397be341cbe4559ced08b326b59f8c5f7433 by Matthieu Schaller
Added the new files. Copied over from from the minimal scheme.
The file was modifiedsrc/hydro_parameters.h (diff)
The file was modifiedsrc/hydro.h (diff)
The file was modifiedsrc/part.h (diff)
The file was addedsrc/hydro/MAGMA/hydro_parameters.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/hydro.c (diff)
The file was addedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedsrc/hydro_io.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/debug.c (diff)
The file was addedsrc/hydro/MAGMA/hydro_debug.h (diff)
The file was addedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was addedsrc/hydro/MAGMA/hydro_io.h (diff)
The file was addedsrc/hydro/MAGMA/hydro_part.h (diff)
Commit cc783a0a703b624491d2b4342b833a59db0e89d0 by Matthieu Schaller
Compute the c-matrix and invert it at the end of the gradient loop.
The file was modifiedsrc/hydro/MAGMA/hydro_part.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit a28694e3b8a580741053af1731fcb7be115c363c by Matthieu Schaller
Out-source the symmetric maxtrix definition to a separate file to avoid code duplication
The file was addedsrc/matrix.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_part.h (diff)
The file was modifiedsrc/Makefile.am (diff)
Commit fb537fcea6fe2754688af5aed9e609fe6d0efda0 by Matthieu Schaller
Out-source the symmetric maxtrix definition to a separate file to avoid code duplication
The file was modifiedsrc/matrix.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 8a6058c35b50ad4eb2085999dd3fe82ebcffa807 by Matthieu Schaller
Implement the raw fluid MAGMA equations in the non-symmetric non-comoving case. Viscosity and diffusion still to do.
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/matrix.h (diff)
Commit f85ad64845f3979b8823907e79e4d37f071b0e84 by Matthieu Schaller
Added the viscosity terms. For now without linear reconstruction.
The file was modifiedsrc/hydro/MAGMA/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedtests/test125cells.c (diff)
Commit 10e18ed90563845b331c3e4ba918fcfe90bd8879 by Matthieu Schaller
Add function to print out symmetric matrix
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedsrc/matrix.h (diff)
Commit d96d6af05928dfda7e6af4a02bcd22f35f60f545 by Matthieu Schaller
Update all components of the acceleration vector. Not just x
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit e4c27477dce2ec918c42c1f64dff5bcc411a021e by Matthieu Schaller
Also fix the last coordinate of the G vectors
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 67b513b6a8c6dc003e2d707f7c5f9103bc56e9d0 by Matthieu Schaller
Code working for the 3D BCC Sod shock
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit df5dbae83a44f525a5fa0c48d267965ffc6db8d5 by Matthieu Schaller
Implemented the energy diffusion scheme
The file was modifiedsrc/hydro/MAGMA/hydro_parameters.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 2e0527ba35a044e1ece2d9d456ccbc3607ff8307 by Matthieu Schaller
Something not quite correct yet with the Sedov explosion
The file was modifiedexamples/HydroTests/SedovBlast_3D/plotSolution.py (diff)
Commit ee7ae567cb89f738b6a528598937686ddf757001 by Matthieu Schaller
Add energy evolution plot to the Sedov example.
The file was modifiedexamples/HydroTests/SedovBlast_3D/plotSolution.py (diff)
Commit 1cf9ba08037c2efa8853ea7f56800f4c541e882d by Matthieu Schaller
Add option to use the old-school kernel gradients instead of the G matrix. Temporarily disable diffusion
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit e9267873df93be0c496ffc9485307ef3803edc9d by Matthieu Schaller
Fix typo where the wrong soundspeed was collected for particle pj
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit ad7de96f62e8b199e1dcef0aad4d8220b341bc08 by Matthieu Schaller
Reinstate the diffusion term
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit cafb0f87ec29737c6b947887c9e11bfff5fc05b4 by Matthieu Schaller
Also implemented the Gasoline2-like terms
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 743525e9a879a7c1843405624271e4b083b165d8 by Matthieu Schaller
Implemented velocity gradient. Van Leer limiter missing
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_part.h (diff)
The file was modifiedsrc/matrix.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 40459e8340f74cc33b930815617da6d444d8773c by Matthieu Schaller
Make the exponential term in the Van Leer limiter and actual switch to be applied only when eta_ij > eta_crit
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit a746035851c126daebab68bb36942a3500264739 by Matthieu Schaller
Fix floating-point false-positive in EAGLE feedback
The file was modifiedsrc/feedback/EAGLE_thermal/feedback.h (diff)
Commit b2e73b1c8829e07cd0fdf9b0b0b82cdcf3fce049 by Matthieu Schaller
Avoid division by zero in Dedner scheme. Use correct fabs function
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 5d078b31ae4e1494879c8247ddab999d5dc3f92f by Matthieu Schaller
Fix floating-point overflow in intermediate calculation
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 7721cfefcbe04b5b757887df595bc5b470128247 by Matthieu Schaller
Fix overflow in direct induction time-step condition
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 3561b4a942ebe1a2dbae256527166d19ec47720e by Orestis Karapiperis
Better choice of default parameters for running the MHD gravitational collapse test
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 21735c99bc60ac367991b790fca0e981e1b2fa2b by Orestis Karapiperis
Added mean square of B2 to stats files for dynamo studies
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/makeIC.py (diff)
The file was modifiedsrc/hydro/Minimal/hydro_debug.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
The file was modifiedexamples/HydroTests/SodShock_3D/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/Monopole/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/Monopole/movie.py (diff)
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was modifiedexamples/MHDTests/Monopole/Monopole.yml (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/run.sh (diff)
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/energy_conservation.py (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/serial_io.c (diff)
The file was modifiedsrc/hydro/Minimal/hydro_debug.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
Commit cb88c77dbbef9f3b3c0d115a24c957d25db6ad3f by Orestis Karapiperis
Ignore .yml files in deeper dirs when commiting
The file was modified.gitignore (diff)
The file was addedexamples/MHDTests/RobertsFlow/plot.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/energy_conservation.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/plot_all.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow.yml (diff)
The file was addedexamples/MHDTests/RobertsFlow/makeIC.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/make_gif.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit b6140b9e60070d117778dd3f3083c4ad6cbeb344 by Matthieu Schaller
Applied python formatting script
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/hydro_v_mhd.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_all.py (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/rotation.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/options_parser.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew2.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/makeIC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/make_Compact.py (diff)
The file was modifiedexamples/MHDTests/Monopole/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeIC.py (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/const.py (diff)
The file was modifiedexamples/MHDTests/Monopole/plot.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/plotEnergies.py (diff)
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot_all.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot_all.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot.py (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/utils.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plotdist.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/uniform_cube.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeICstack.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_slice_new.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/make_gif.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/plotSolutionEnergies.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/make_gif.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/Turb01/libs/turbulence.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/plotSlice.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotnew.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/plotEnergies.py (diff)
The file was modifiedexamples/MHDTests/Turb01/turb-box.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/make_gif.py (diff)
The file was modifiedexamples/MHDTests/Monopole/movie.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/make_gif.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 01a2e23eb7223fd010cc078822e9558d04e404dd by Matthieu Schaller
Add Roberts flow forcing term
The file was modifiedsrc/const.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was addedTestAllMHD.sh (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 499b3f55f748f36df69d9fb9cdc8086500781019 by Federico Stasyszyn
Added info in RobertsFlow/README
The file was addedexamples/MHDTests/RobertsFlow/README (diff)
Commit d76c387d18dacf75ae77924a64d2980b325d73b9 by Federico Stasyszyn
small change for extra params
The file was modifiedTestAllMHD.sh (diff)
Commit 713838dcdfa0c6aecdc444cd38fceb0bf279f1d4 by Matthieu Schaller
Read the box size directly from the space structure in the Roberts flow forcing term.
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedTestAllMHD.sh (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/OT_VeP.yml (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/OT_ODI.yml (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/OT_FDI.yml (diff)
Commit 0f4ca0d076c73009488a4e6a446853bd06a1169f by Matthieu Schaller
Eliminate unnecessary Roberts Flow forcing parameter
The file was modifiedsrc/const.h (diff)
The file was modifiedTestAllMHD.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
Commit fb0998f042a31ef54afdb4c86552d7bf3191a893 by Federico Stasyszyn
another file needde for testing
The file was addedexamples/MHDTests/OrszagTangVortex/OT.yml (diff)
Commit 0fe7cdabfbe7521162656e802c89727bc74c5ad9 by Nikyta Shchutskyi
changed vforce to be consistent with arXiv:0808.2141
The file was modifiedsrc/runner_others.c (diff)
Commit ede6bc4069b4cb0a195a035786ad4ab18cb32646 by Nikyta Shchutskyi
fixed v signs in makeIC to allign v field with vforced, added B fields as in  arXiv:0808.2141 to makeICnew, changed v0 to 1.5 in vforced
The file was modifiedsrc/const.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeIC.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/makeICnew.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeICnew.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedTestAllMHD.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OT.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
Commit 6d54073cec26951942d2d7fd5539b7128101224d by Federico Stasyszyn
Adding extra timesteping taking account for resitivity
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 5bd00fb0c7880be0845eb137de0a21e86c17fef1 by Matthieu Schaller
Do not have the Roberts flow forcing term on by default
The file was modifiedsrc/const.h (diff)
Commit 648940dc94532570485b793ff06929015229ba1f by Matthieu Schaller
Applied code formatting script
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeIC.py (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/const.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OT.yml (diff)
Commit 8b184dc905a1b9454893f2198c18d56e12c1d009 by Orestis Karapiperis
New timestepping condition for physical resistivity
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was addedexamples/MHDTests/CurlB/getGlass.sh (diff)
The file was addedexamples/MHDTests/CurlB/makeIC.py (diff)
The file was addedexamples/MHDTests/CurlB/CurlB.yml (diff)
Commit cb91a57b24207f9bb5d8cdf8253b289bd0a3ba6d by Matthieu Schaller
Addded curl B to the snapshots
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/CurlB/makeIC.py (diff)
Commit 260cc5c692f4f1cdb4d20ed284869853059ef643 by Orestis Karapiperis
Laplacian physical resistivity and small corrections to timestepping
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 4f77bfbf5138cd053b036eb70a8bf41be2b04597 by Matthieu Schaller
Set the correct unit for divB in Fede's implementations
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
Commit 9529d4d9d193b94b273bc8f260872d4eeb6933ad by Matthieu Schaller
Fix units of dB/dt and curl B in Orestis implementation
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
Commit b2d3f03927157e4a61eadb72b2cf5acb227b384d by Matthieu Schaller
Add correct units to the Dedner scalar and derivative in the snapshots
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/units.h (diff)
Commit 94e266f38fb6f198f38122ac114d1287d1ee8d4e by Federico Stasyszyn
added vector potentials to Magnetised Cloud collapse
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
Commit a94efe7a84010831a773346bbb9a0cc976cdf20e by Federico Stasyszyn
Added Versioning and aditional information OT vortex plot
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotProjection.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/run.sh (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotTempEvolution.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was modified.gitignore (diff)
Commit a8d88091aae18678d6b32bc5e0d9581b5221d047 by Federico Stasyszyn
Adding Vectror potential to RobertsFlow:
The file was modifiedexamples/MHDTests/RobertsFlow/makeICnew.py (diff)
Commit 306262baef8efbab8655bb1edfd6e73cfde77759 by Federico Stasyszyn
Moved forcing from Runner_to drift. Warning also not change in hdro and
only in V_full
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/runner_others.c (diff)
Commit eaaee15b97ad95236cf450bf9080bb75b2496233 by Federico Stasyszyn
Moved forcing from Runner_to drift. Warning also not change in hdro and
only in V_full
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotProjection.py (diff)
The file was modified.gitignore (diff)
Commit 05b7e1aec9cbb90f022295f3add166e682512eb9 by Federico Stasyszyn
Moved oberts flow forcing back to runners
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit fdd8525466cf77cb58f5474be7a98e09a7041d29 by Matthieu Schaller
Merged master into the branch and applied the formatting script
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
Commit 3f43341046d51f9de878e10066ed94902b956161 by Federico Stasyszyn
error signs in the diffusion term
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit 04c6fc70abe377129a3288e05828d840520b1e45 by Matthieu Schaller
Added mechanism to apply forcing terms *after* the final hydro loop
The file was modifiedsrc/swift.h (diff)
The file was addedsrc/forcing/none/forcing.h (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedconfigure.ac (diff)
The file was addedsrc/forcing.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/engine.h (diff)
The file was modifiedswift.c (diff)
The file was addedsrc/forcing/roberts_flow/forcing.h (diff)
Commit 80e06f06d21dfb3991ac7c2f6c0007d3c9299606 by Matthieu Schaller
Implement the Roberts flow terms in the new mechanism
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/forcing/none/forcing.h (diff)
The file was modifiedsrc/const.h (diff)
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedswift.c (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was addedsrc/forcing.c (diff)
Commit d6268e95dd370c5494f089843e2a32af0e4804aa by Federico Stasyszyn
added read Vz factor from the yml files.
double to float in forcing terms
printout message
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
Commit 3f7289943be30e5113248f0ef7fa677f9413a3a5 by Matthieu Schaller
Document the new Roberts flow parameter in the example file
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
Commit 763c6b5285ff54820ee445b96a538d2b7c2e6520 by Matthieu Schaller
Add new Roberts flow forcing terms based on updating the accelerations
The file was modifiedsrc/forcing.h (diff)
The file was modifiedexamples/parameter_example.yml (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was addedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
Commit f27cf0168904905343cffb6570285985d625565d by Federico Stasyszyn
forcing: added nu calculation from the artifitial term in SPHENIX
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
Commit 7a0faff10afaa56e2d36bda5d4a87a18f72b799c by Nikyta Shchutskyi
fixed magnetic resistivity prefactor in FDI
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit 601bf9e3c5ea78b58fb7544e8b5dcba192d1ff1b by Nikyta Shchutskyi
fixed magnetic resistivity prefactor in VP
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit ab809ca29b0c80e7b7702314f5bb3558f0def0d5 by Nikyta Shchutskyi
instead of multiplying resistivity by 4 i divided. Now fixed
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit fe59c141b8a5f1ec6de84b39137fc7f043db6d84 by Federico Stasyszyn
fix ROBERTS in drift that now is in forcing
The file was modifiedsrc/drift.h (diff)
Commit 5c87508ea3da5b66ad42cd3ae0158e21b716fde1 by Orestis Karapiperis
Removed curlB from timestepping criterion
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 0600614e250e6da8e5bb546f3cecefb23ed97a5a by Orestis Karapiperis
Updated ICs and plotting for Alfven Wave Test
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
Commit b390b602fe55cbd0615865e891841920595fed94 by Orestis Karapiperis
Set parameters in yml file to default we should be running the Brio Wu shock tube with
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
Commit 57d0435e188cd72a9608ee329d3403d14cbf8c20 by Federico Stasyszyn
Homogenization Final push... before dbug
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedTestAllMHD.sh (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OT.yml (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/OT_VeP.yml (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/OT_FDI.yml (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/OT_ODI.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OT.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
Commit 6a714c5dffeda4e01cc8ba27974223a6e7c416cc by Federico Stasyszyn
change in the YML file with resistive ETa
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
Commit a9a7de3b30c1621f5dc383d9fc9f800e15af6343 by Matthieu Schaller
Add computation of the internal energy gradient
The file was modifiedsrc/hydro/MAGMA/hydro_part.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
Commit 363c874c3edb0cd0b9e2b4d0cae2c5f161275c44 by Matthieu Schaller
Added the terms in the gradient loop to compute grad u
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 976f0ba40148c13f09fcfdd17aedd8d895ef0fc3 by Matthieu Schaller
Fix sign of the Van Leer slope limiter condition
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit e94bd9f9d5ab75a34858a5c89b2198d5d054745b by Matthieu Schaller
Use the reconstructed internal energies at the mid-point in the diffusion term
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit ceac5a9187a3473b3d9403f2ba4f236137b39bba by Federico Stasyszyn
Typo in the read of resistive eta in parameter file and mu_0
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/All.r.sh (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/OT.yml (diff)
Commit 50c93543384af72930f98f2db8c37a1fcb022eee by Federico Stasyszyn
removal el mu_0 from mhd_parameters
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/physical_constants.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
Commit cfeae727b09bcb39776135b5bf8cd7e576b816ed by Federico Stasyszyn
passing mu_0 for mhd_prepare_force... Needed in FDI and Vep
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit 9552936ccca58728d1184599d98af968880b41e3 by Orestis Karapiperis
Made compatible Fede's changes with minor updates in code structure in ODI
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
Commit 7b00b79cb3fd4c7773264ab0bd4a4ce0d013aba0 by Federico Stasyszyn
small change in nomenclarure B_mon to divB
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 0605ad2d85edf228d2e55d6e35e426f6e4fd6bbc by Federico Stasyszyn
Hope to kill mu_0, finnally
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
Commit 4667babb425b844dbb5e93708584136419087b7f by Matthieu Schaller
Restore the Balsara switch in the SPHENIX scheme
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit 3b034cf8148bf920a74abd537030cf07dc6fcde6 by Matthieu Schaller
Remove non-unused global configuration variables for MHD from engine.c
The file was modifiedsrc/runner_others.c (diff)
The file was modifiedsrc/engine.c (diff)
Commit 22b486710b02d46bd72f4167c6b2225349cb8b5d by Matthieu Schaller
adding balsara eq 1 in ODI scheme
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot.py (diff)
Commit 6aab8421f08b74995efa9820e3457a64b9a0d6e1 by Federico Stasyszyn
Moved the divB from density to gradient loop
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 54cbabfbcef13a9e13cbefba6309b48dde7cbed5 by Matthieu Schaller
FDI and VeP, changes in mhd_io to comply with naming policies
The file was modifiedexamples/MHDTests/BrioWuShock/makeICstack.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeICnew.py (diff)
The file was modifiedexamples/MHDTests/RJ_1A/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/RJ_1A/makeIC.py (diff)
The file was modifiedexamples/MHDTests/KH_z/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/plotEnergies.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/CurlB/makeIC.py (diff)
The file was modifiedexamples/MHDTests/KH_z/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeICnew2.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/plotSolutionEnergies.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/Noh_MHD_3D/makeIC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/EvrardCollapse_MHD_base/makeIC.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/makeIC.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/plotEnergies.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
Commit b352a260db2194ced14f9d2f9ecb589e46ed453d by Matthieu Schaller
Time integration fix for Phi in FDI.
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit bbd2bb63929fda9553ffc9aab325d8bb5003fa5a by Matthieu Schaller
Applied code formatting script
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotProjection.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot.py (diff)
The file was modifiedexamples/MHDTests/CurlB/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/makeICnew.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
Commit fd9054a29554e2dc633a0ed4ec2d9909d5530503 by Matthieu Schaller
Read the correct resistivity variable name in the OT vortex plot
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
Commit a34fa72334425fba9e7061dfb4a0222050ede592 by Matthieu Schaller
Removing OPTional parameters in all MHD schemes.
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
Commit 2f633ff0fd217a442496ca8b3992870a09e9d7a8 by Orestis Karapiperis
Uniformisation of parameter names, one convetion
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 2f5c193a80766b6d5e9b911b9f76c6a7ad451172 by Matthieu Schaller
Better treatment of gradB tensor and associated AR switch + minor variable...
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit ab258d80a5845a13caa44d542f129ac8139d0938 by Matthieu Schaller
Fix compilation without MHD
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit 26c0504a90494bcbff5170d22d374335f0046b52 by Matthieu Schaller
Symmetric Operator for DivB in VeP and FDI
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 32f60a2baeb0650a531dbc4960c60c6d644c4b12 by Matthieu Schaller
head comments in functions
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit f0807cde4a39876d1b1a18739b3c7ea2b9fd1252 by Matthieu Schaller
Added function to calculate magnetosonic speed
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/memuse.h (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/SubgridTests/StellarEvolution/stellar_evolution.yml (diff)
The file was modifiedsrc/space.c (diff)
Commit 4adbd9d257c0a7f8be3fab19e47c3429b5f264e6 by Matthieu Schaller
Dedner scalar time derivative is now calculated in a function, and the scalar...
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/drift.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 9fc5c6134c8bfe0535c5331db88ba0ec8a278304 by Matthieu Schaller
Calculating root mean square B and average divB error in statistics files
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/engine.c (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit c866e71a35fb326e99678be6faa3670b0834d394 by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/statistics.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 39ff1973dba3c8dbea42f16d448cb595225bf11a by Matthieu Schaller
Fix the order of operations for the RMS of B in stats_finalise()
The file was modifiedsrc/statistics.c (diff)
Commit 4aed754a91becb23348810b7bcb60b621cd069c2 by Orestis Karapiperis
Uniformised MHD parameter names in FDI abd VP too
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit 233f6b357ce30ab57e8d53b081d463fe3cf1db09 by Matthieu Schaller
copy odi magnetosonic speeds functions into fdi and vep
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit b1a3f706dd06b4156a46b6c0b3e4508beccfa4d9 by Matthieu Schaller
Fstasys/naming in mhd io ver01
The file was modifiedexamples/MHDTests/RobertsFlow/plot.py (diff)
The file was modifiedexamples/MHDTests/Monopole/plot.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_slice.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plotdist.py (diff)
The file was modifiedexamples/MHDTests/EvrardCollapse_MHD_3D/plotSlice.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_slice_new.py (diff)
The file was modifiedexamples/SmallCosmoVolume/SmallCosmoVolume_hydro/plotProjection.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotnew.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/ICfiles/getGlass.sh (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_1/RobertsFlow.yml (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_3/RobertsFlow.yml (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_4/RobertsFlow.yml (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_2/RobertsFlow.yml (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_1/makeIC_flow1.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_3/makeIC_flow3.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_0/RobertsFlow.yml (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_4/makeIC_flow4.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_2/makeIC_flow2.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/plotSolution_Nikyta_light.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/ReadMe.txt (diff)
The file was addedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_0/makeIC_flow0.py (diff)
Commit fc8c3d0352331e5df6c950de7bf406bba0b1b4be by Matthieu Schaller
Applied code formatting tools
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_1/makeIC_flow1.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_2/makeIC_flow2.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_3/makeIC_flow3.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_0/makeIC_flow0.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_4/makeIC_flow4.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plotSolution_Nikyta_light.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit 3987de1f0f79b03bbfcb1e455126d6dc3c8c5617 by Matthieu Schaller
Fstasys/forcing roberts flow accel viscous c s
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
Commit 9fefdcd743b63438b2d1f16a7798772e45a645fc by Matthieu Schaller
Do not call error() in the mhd_get_magnetic_energy() and co. functions of the none scheme. These are also called in non-MHD mode
The file was modifiedsrc/mhd/None/mhd.h (diff)
Commit 7f64bfc6ad9f64d3c6bbaa75116980bb68a8ec63 by Matthieu Schaller
Added scripts to load the cosmo box ICs for MHD
The file was addedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0064/swift_param_L0150N0064.yml (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0256/getIC.sh (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0064/getIC.sh (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0128/getIC.sh (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
Commit cdd9192fe8596f52d7efdde1b3899ead5ceadc59 by Matthieu Schaller
Fstasys/fix cosmo factors fdi vp
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
Commit cc1b0230d37845f2f006207c4b6716902649bca0 by Matthieu Schaller
Fstasys/cosmological box mhd gen ic
The file was addedexamples/MHDTests/CosmoVolume/L0150N0064/run.sh (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0128/run.sh (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/swift_param_L0150N0064.yml (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was addedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0256/run.sh (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
The file was addedexamples/MHDTests/CosmoVolume/plotProjection.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 4598c4bfbd89359b33e014aef58fd560dfdd96fb by Matthieu Schaller
Match the function signatures to the MHD requirements
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 73064c22545bf0b06cb9fe016e0f1297b3283163 by Matthieu Schaller
Temporary fixes to get MAGMA to compile with FDI
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro_part.h (diff)
Commit 4a20f4ee1a85cba2a30c33d231c9605b936495c6 by Matthieu Schaller
Simpler MHD signal velocity that considerably helps in reducing noise in...
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 43dd6b03cfbe5c9c4023f5794f6920f5ec7d6acc by Matthieu Schaller
Fstasys/clean blast now with vp
The file was addedexamples/MHDTests/FastRotor/FDI/run.sh (diff)
The file was removedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/ODI/run.sh (diff)
The file was removedexamples/MHDTests/FastRotor/plot.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was addedexamples/MHDTests/FastRotor/VeP/run.sh (diff)
The file was removedexamples/MHDTests/FastRotor/make_gif.py (diff)
The file was addedexamples/MHDTests/FastRotor/ODI/run.sh (diff)
The file was removedexamples/MHDTests/FastRotor/makeICnew2.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/getGlass.sh (diff)
The file was removedexamples/MHDTests/FastRotor/plot_slice.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot_all.py (diff)
The file was addedexamples/MHDTests/FastRotor/FR_schemes.yml (diff)
The file was removedexamples/MHDTests/FastRotor/plot_slice_new.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/BW_schemes.yml (diff)
The file was addedexamples/MHDTests/FastRotor/makeIC_VP.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/VeP/run.sh (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/run.sh (diff)
The file was addedexamples/MHDTests/FastRotor/run.sh (diff)
The file was addedexamples/MHDTests/FastRotor/README.md (diff)
The file was modifiedexamples/MHDTests/FastRotor/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was addedexamples/MHDTests/FastRotor/runSchemes.sh (diff)
The file was removedexamples/MHDTests/FastRotor/makeICnew.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/FDI/run.sh (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/runSchemes.sh (diff)
Commit 9909ac76547ff051e8af28c0b5a990f5bd0ff03d by Matthieu Schaller
Fix two typos in the MAGMA hydro code
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit d436918d0f0d0028546ba1751eaa70c5ee16d437 by Matthieu Schaller
Fix two typos in the MAGMA hydro code
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedsrc/hydro/MAGMA/hydro.h (diff)
Commit 0050115f9c903fe347fbcfcf61c667740d0b0f3a by Matthieu Schaller
Fix FPE in some strange MAGMA configuration
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 58f29c2779078c8f5175f03facae737ae1d18c62 by Matthieu Schaller
Fix FPE in some strange MAGMA configuration
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 6caa23a160c3826aaec4b479def0418d31317a9b by Matthieu Schaller
Fstasys/blast wave additional files
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot_all.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/runSchemes.sh (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was modifiedTestAllMHD.sh (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/README.md (diff)
Commit 2b31449d0a9e0a3a915cad90c371b4adbeb85cae by Matthieu Schaller
Fstasys/fast rotor test multiple schemes
The file was modifiedexamples/MHDTests/MagneticBlastWave/README.md (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/runSchemes.sh (diff)
The file was addedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/README.md (diff)
The file was removedexamples/MHDTests/FastRotor/makeIC_VP.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/runSchemes.sh (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 60c93f63659144a791ee82b359878bc9282020a1 by Matthieu Schaller
Add B energy PS calculation
The file was modifiedsrc/power_spectrum.h (diff)
The file was modifieddoc/RTD/source/ParameterFiles/parameter_description.rst (diff)
The file was modifiedsrc/power_spectrum.c (diff)
Commit 6ddc5486f832c07ddbafef284a8ddb14f67332bd by Matthieu Schaller
Make the cosmo MHD boxes run FOF and compute power spectra. Add an output list for them
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/run.sh (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0128/output_list.txt (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/run.sh (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0064/output_list.txt (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/run.sh (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/swift_param_L0150N0064.yml (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0256/output_list.txt (diff)
Commit 5d671eccc001d7468aa5da61e93d56fab5fabd78 by Matthieu Schaller
Fixed the cosmology in the MHD cosmo box ICs
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/swift_param_L0150N0064.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
Commit 23dbee1c5505b852bcfd606f7ffcc7df873953c1 by Matthieu Schaller
Add snap number to the Gresho vortex plot filename
The file was modifiedexamples/HydroTests/GreshoVortex_3D/plotSolution.py (diff)
Commit 170a0b3a84f05eee4fe23ee6acd8fc8c704128d8 by Matthieu Schaller
Use the correct v and u gradient in the force loop. The ones where the C-matrix was used
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 5b4dc83094f226c17a67e7724464a6e36730f0f7 by Matthieu Schaller
Better value of eta_crit in the flux limiter
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit b7d18a9b48903a4e7858f2253c622f975ef08528 by Matthieu Schaller
Updated parameter files of the cosmo runs to use the new FOF parameters
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/swift_param_L0150N0064.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
Commit da453d8f2a5bed524dd12f7065f110ad5cea746e by Matthieu Schaller
Clean BW shock tube directory, runs easily out of the box
The file was addedexamples/MHDTests/RyuJones_1A/exact_solution.py (diff)
The file was addedexamples/MHDTests/RyuJones_1A/run.sh (diff)
The file was removedexamples/MHDTests/BrioWuShock/makeICstack.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/plotSolution.py (diff)
The file was addedexamples/MHDTests/RyuJones_1A/README (diff)
The file was addedexamples/MHDTests/RyuJones_1A/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/makeIC.py (diff)
The file was removedexamples/MHDTests/BrioWuShock/make_Compact.py (diff)
The file was addedexamples/MHDTests/RyuJones_1A/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/README (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/run.sh (diff)
The file was addedexamples/MHDTests/BrioWuShock/makeBCC.py (diff)
The file was removedexamples/MHDTests/BrioWuShock/plotSolution.jl (diff)
The file was addedexamples/MHDTests/RyuJones_1A/makeIC.py (diff)
The file was addedexamples/MHDTests/RyuJones_1A/makeBCC.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/BrioWu.yml (diff)
The file was addedexamples/MHDTests/RyuJones_1A/RyuJones_1A.yml (diff)
Commit ff798f71beba8ffffe7fd7da0358126516676432 by Matthieu Schaller
Add new error monitoring ot the MHD code
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was addedexamples/MHDTests/RobertsFlow/plot_snapshot_slice.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
Commit 7be781630663e71c160b6c8675da6bece8c742f0 by Orestis Karapiperis
Small fix to make SWIFT compile afetr addition of new error metric code
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
Commit 150149c66020238faf615c597aef19a49ae6fe42 by Matthieu Schaller
Applied code formatting tool
The file was modifiedexamples/HydroTests/SedovBlast_3D/plotSolution.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedexamples/HydroTests/GreshoVortex_3D/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/plot_all.py (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_snapshot_slice.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
Commit 28730fe9eadda33e0f5c2a16af8291c0b8e23c42 by Matthieu Schaller
Starting viscoriy in sphenix is 0.1
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
Commit 9fd97cd47b1c8f243727916c006950d1cfdfc573 by Matthieu Schaller
Karapiperis/update maggntised cloud example
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was modifiedsrc/equation_of_state/barotropic/equation_of_state.h (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/run.sh (diff)
Commit e9925d33b6f8c98c59bcbf1ede7b7bab9e7529b2 by Matthieu Schaller
Applied formatting scripts
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedsrc/equation_of_state/barotropic/equation_of_state.h (diff)
Commit b53a6fa11c2c93c9413a1764b08d688722d067c7 by Matthieu Schaller
Remove duplicate output to stdout of mu_0 upon startup
The file was modifiedsrc/physical_constants.c (diff)
Commit 14aa34cbbdfadaba5c527e9666ff23685fbd260b by Matthieu Schaller
Make the 'none' MHD scheme report the absence of MHD in the snapshots
The file was modifiedsrc/mhd/None/mhd_io.h (diff)
Commit 0917fde6c480218786e6625a361ad802362831bd by Matthieu Schaller
Modified Roberts_flow_acceleration forcing
The file was addedexamples/MHDTests/RobertsFlow/statistics_reader.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/make_IC.py (diff)
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow.yml (diff)
Commit e824412f45b792e904b6d88090a523f0dca40c5c by Matthieu Schaller
Write the velocity gradients to the snapshots
The file was modifiedsrc/hydro/MAGMA/hydro_io.h (diff)
Commit e6e23f45fd941ef2ce9d1d0be91ebae47d605314 by Matthieu Schaller
Use the correct distance vector between the particles
The file was modifiedsrc/hydro/MAGMA/hydro_iact.h (diff)
Commit 0f2b28ed22ed636a970914685873dfef7454fdcf by Matthieu Schaller
Clean version of OTV example that runs out of the box
The file was modifiedexamples/MHDTests/OrszagTangVortex/OrszagTangVortex.yml (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/plotnew.py (diff)
The file was modifiedexamples/MHDTests/BrioWuShock/run.sh (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/makeBCC.py (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/plotSolution.py (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/plotStat.jl (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/README.md (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/run.sh (diff)
The file was addedexamples/MHDTests/BrioWuShock/README.md (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/plotSolution.jl (diff)
The file was removedexamples/MHDTests/OrszagTangVortex/plot.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave.yml (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/MagneticBlastWave_schemes.yml (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/runSchemes.sh (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/run_schemes.sh (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/makeIC.py (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/make_gif.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/makeIC_schemes.py (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/BW_schemes.yml (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/makeBCC.py (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/plot_all.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/plot_schemes.py (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/plot.py (diff)
The file was addedexamples/MHDTests/MagneticBlastWave/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/run.sh (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/FDI/run.sh (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/VeP/run.sh (diff)
The file was modifiedexamples/MHDTests/MagneticBlastWave/README.md (diff)
The file was removedexamples/MHDTests/MagneticBlastWave/ODI/run.sh (diff)
The file was removedexamples/MHDTests/FastRotor/VeP/run.sh (diff)
The file was addedexamples/MHDTests/FastRotor/FastRotor_schemes.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/README.md (diff)
The file was addedexamples/MHDTests/FastRotor/makeBCC.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/run.sh (diff)
The file was removedexamples/MHDTests/FastRotor/FR_schemes.yml (diff)
The file was removedexamples/MHDTests/FastRotor/runSchemes.sh (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/statistics_reader.py (diff)
The file was removedexamples/MHDTests/FastRotor/FDI/run.sh (diff)
The file was addedexamples/MHDTests/FastRotor/run_schemes.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/plotSolution.py (diff)
The file was removedexamples/MHDTests/FastRotor/ODI/run.sh (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/make_IC.py (diff)
The file was addedexamples/MHDTests/FastRotor/plot_schemes.py (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was removedexamples/MHDTests/FastRotor/plot_all.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/FastRotor.yml (diff)
The file was addedexamples/MHDTests/FastRotor/plotSolution.py (diff)
The file was addedexamples/MHDTests/FastRotor/makeIC_schemes.py (diff)
Commit e73c898ad568929cc63031174455f40420985da1 by Matthieu Schaller
A different way of adding B fields to ICs, better choice for current unit too
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/swift_param_L0150N0064.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
The file was addedexamples/MHDTests/CosmoVolume/addMagneticFieldsToICs.py (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
Commit 99cbf194feae8c1091ba8034c08f7e2d44e4f66a by Matthieu Schaller
Restore beta=3 in the SPHENIX parameters
The file was modifiedsrc/hydro/SPHENIX/hydro_parameters.h (diff)
Commit f5cf40963a9ff599ce1c783523f1c9d4373a1600 by Matthieu Schaller
RobertsFlow run script and forcing acceleration changes
The file was removedexamples/MHDTests/RobertsFlow/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_snapshot_slice.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/test_run_parameters.csv (diff)
The file was addedexamples/MHDTests/RobertsFlow/plot_test_program.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/IAfiles/stack_glassCubes.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_0/makeIC_flow0.py (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/getIC.sh (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_0/RobertsFlow.yml (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/RobertsFlow.yml (diff)
The file was removedexamples/MHDTests/RobertsFlow/plotSolution_Nikyta_light.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/plot_all.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/plot.py (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_2/makeIC_flow2.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/make_gif.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/make_IC.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/makeICnew.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/run_test_program.py (diff)
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/ReadMe.txt (diff)
The file was addedexamples/MHDTests/RobertsFlow/IAfiles/makeFCC.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_2/RobertsFlow.yml (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_4/makeIC_flow4.py (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0064/plot_snapshot_slice.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/README (diff)
The file was removedexamples/MHDTests/RobertsFlow/statistics_reader.py (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/addMagneticFieldsToICs.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_1/makeIC_flow1.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/README.md (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_4/RobertsFlow.yml (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/ICfiles/getGlass.sh (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_1/RobertsFlow.yml (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_3/RobertsFlow.yml (diff)
The file was removedexamples/MHDTests/RobertsFlow/RobertsFlow_classic/flow_3/makeIC_flow3.py (diff)
The file was addedexamples/MHDTests/RobertsFlow/IAfiles/getGlass.sh (diff)
The file was addedexamples/MHDTests/RobertsFlow/plot_a_movie_for_run.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/energy_conservation.py (diff)
The file was addedexamples/MHDTests/CosmoVolume/L0150N0064/plot_a_movie_for_run.py (diff)
Commit e789fda5151b57dc4cefffb5b9bba522415de31e by Federico
Fixed cosmological IC generation for CosmoRuns
The file was modifiedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0064/getIC.sh (diff)
Commit 3f0e10f063ccb2fc3fa44621bd313ca0caba362c by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/forcing/roberts_flow_acceleration/forcing.h (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
Commit cc6aba0263d3eb2990068232e3c38fdbf598129c by Matthieu Schaller
Fix merging mistake in the tools
The file was modifiedsrc/tools.c (diff)
Commit 704dd72cb5764c7ec1c9347a7dbfa76627b27382 by Matthieu Schaller
Fix missing constant in tools.c
The file was modifiedsrc/tools.c (diff)
Commit 0b8982c250c50c1f8a76fc05e9ea188a934c691c by Matthieu Schaller
Fstasys/vp cosmo run.galilean invariance
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0128/swift_param_L0150N0128.yml (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/L0150N0256/swift_param_L0150N0256.yml (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit a1a9e3e6c532a33680da157c4c9d28cec439e7aa by Orestis Karapiperis
Additional math checks in tensile instability correction, not expected to make a difference
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 4a142e185f590766fe0ab9e8be3b66a2a9048994 by Matthieu Schaller
Applied code formatting tool
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/entropy_floor/EAGLE/entropy_floor.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit b949bc6cb501f291f96f51eadcedec432ff6749e by Matthieu Schaller
Consider MHD attributes of particles that have no neighbours
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was addedexamples/MHDTests/ABCFlow/run_test_program.py (diff)
The file was addedexamples/MHDTests/ABCFlow/statistics_reader.py (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was addedexamples/MHDTests/ABCFlow/IAfiles/make_cubic_lattice.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/run_test_program.py (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/make_IC.py (diff)
The file was addedexamples/MHDTests/ABCFlow/plot_a_movie_for_run.py (diff)
The file was addedexamples/MHDTests/ABCFlow/IAfiles/stack_glassCubes.py (diff)
The file was addedexamples/MHDTests/ABCFlow/README.md (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/test_run_parameters.csv (diff)
The file was addedexamples/MHDTests/ABCFlow/plot_test_program.py (diff)
The file was removedexamples/MHDTests/RobertsFlow/IAfiles/makeFCC.py (diff)
The file was addedexamples/MHDTests/ABCFlow/test_run_parameters.csv (diff)
The file was addedexamples/MHDTests/ABCFlow/IAfiles/getGlass.sh (diff)
The file was addedsrc/forcing/ABC_flow/forcing.h (diff)
The file was addedexamples/MHDTests/ABCFlow/make_IC.py (diff)
The file was addedexamples/MHDTests/ABCFlow/plot_snapshot_slice.py (diff)
The file was modifiedsrc/forcing.h (diff)
The file was addedexamples/MHDTests/ABCFlow/ABCFlow.yml (diff)
Commit 20366ad1746c3e2b635793626b01b5810ea0c64d by Orestis Karapiperis
AR contributions to dB/dt and du/dt added to snapshots
The file was modifiedsrc/units.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
Commit 35f2d842b1db306aed379d2b0398fe28990f56db by Orestis Karapiperis
Added hopefully correct cosmology dependence to AR snapshot outputs
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
Commit befce8b09238e9d352b3f83f85de948d7c58ca8c by Matthieu Schaller
Fixes to Fast Rotor setup due to typo in PHANTOM paper
The file was addedexamples/MHDTests/FastRotor/PriceComparison.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was addedexamples/MHDTests/FastRotor/1Dprofiles.py (diff)
Commit a9f8d3fbf0c256923b066fe5e08769e003817a33 by Matthieu Schaller
Applied formatting scripts
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedexamples/Cooling/CoolingWithPrimordialElements/plotAbundances.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/PriceComparison.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/1Dprofiles.py (diff)
The file was modifiedexamples/MHDTests/FastRotor/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 89c971786a8075aa57eb3c189498af52f5fcd7d1 by Matthieu Schaller
Corrected version of makeIC.py for cosmo runs
The file was removedexamples/MHDTests/CosmoVolume/addMagneticFieldsToICs.py (diff)
The file was modifiedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
Commit 5b48add9afd0b5089d584cc884c43360ff88492e by Matthieu Schaller
Marco van der Ploeg Zeldovich Pancake
The file was addedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/readme.txt (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/makeIC_perpB.py (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/readme.txt (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/plot_solution_B.py (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/zeldovichPancake.yml (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/run.sh (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_1D_collapse_in_3D/run.sh (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/zeldovichPancake_MHD.yml (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_1D_collapse_in_3D/readme.txt (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/plot_solution.py (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_1D_collapse_in_3D/makeIC.py (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/makeIC.py (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/makeIC_B.py (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/readme.txt (diff)
The file was removedexamples/Cosmology/ZeldovichPancake_3D/run.sh (diff)
The file was removedexamples/Cosmology/ZeldovichPancake_3D/zeldovichPancake.yml (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_1D_collapse_in_3D/zeldovichPancake.yml (diff)
The file was removedexamples/Cosmology/ZeldovichPancake_3D/plotSolution.py (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_1D_collapse_in_3D/plotSolution.py (diff)
The file was removedexamples/Cosmology/ZeldovichPancake_3D/makeIC.py (diff)
The file was addedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/run.sh (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/run.sh (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/zeldovichPancake_MHD.yml (diff)
The file was addedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/plot_solution_perpB.py (diff)
Commit 40c23989afc8aec1e83076fcf89fa9f4082c2abe by Federico Stasyszyn
Small bugfix of not calling B0 B0_z63
The file was modifiedexamples/MHDTests/CosmoVolume/makeIC.py (diff)
Commit 6dd42fabcb852330968c36969e7ad83592aba1e9 by Matthieu Schaller
Magnetic Energy in Physical not Comoving
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit b26ca2cd809a6ce049528ef79fd08152c64f92b4 by Matthieu Schaller
Mention in the file header that the total magnetic energy in the stats file is in the physical frame
The file was modifiedsrc/statistics.c (diff)
Commit 838a23f3213a2cd3b0bc1bb6f733e2d3e5f8ff3a by Matthieu Schaller
Fix typo in direct induction mhd.h introduced when changing the reported energies from comoving to physical
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit b0884c5b8a2175add6bf011944585491ed62e8fe by Matthieu Schaller
Mhd canvas overwinding trigger
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was addedexamples/MHDTests/RobertsFlow/extract_important_results.py (diff)
The file was modifiedsrc/units.c (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/make_IC.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/test_run_parameters.csv (diff)
The file was modifiedexamples/MHDTests/ABCFlow/README.md (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_test_program.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifiedexamples/MHDTests/ABCFlow/test_run_parameters.csv (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_iact.h (diff)
The file was modifiedsrc/units.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/README.md (diff)
The file was modifiedexamples/MHDTests/ABCFlow/run_test_program.py (diff)
The file was modifiedsrc/mhd/DInduction/mhd_struct.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_snapshot_slice.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/forcing/roberts_flow/forcing.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/IAfiles/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/ABCFlow/plot_snapshot_slice.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/run_test_program.py (diff)
The file was modifiedexamples/MHDTests/ABCFlow/plot_test_program.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
Commit 488538610cc11eade077b8af243ba57237f7d709 by Matthieu Schaller
Updated parameters in MHD collapsing cloud example to match Hopkins 2016
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/run.sh (diff)
Commit 96c97d6cdb8fea966b54556797054156f7c6f1f6 by Matthieu Schaller
Fix typo in the SPHENIX part definition following previous master merge
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/power_spectrum.c (diff)
The file was modifiedsrc/mhd/VPotential/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/hydro/Minimal/hydro_parameters.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_parameters.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit 2745e42ead3b78a003fae020d1ce50ec40b4ee54 by Matthieu Schaller
Karapiperis/updates on time integration business
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
Commit ce534b79d3cf2bb274aad2269abea259b0e24da0 by Matthieu Schaller
Applied formatting script to python scripts
The file was modifiedexamples/MHDTests/RobertsFlow/run_test_program.py (diff)
The file was modifiedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/plot_solution.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_snapshot_slice.py (diff)
The file was modifiedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/plot_solution_perpB.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/extract_important_results.py (diff)
The file was modifiedexamples/IsolatedGalaxy/IsolatedGalaxy_multi_component/makeDisk.py (diff)
The file was modifiedexamples/Cosmology/ZeldovichPancake_3D_collapse_in_3D/makeIC.py (diff)
The file was modifiedexamples/MHDTests/ABCFlow/plot_snapshot_slice.py (diff)
The file was modifiedexamples/MHDTests/RobertsFlow/plot_test_program.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/plot_solution_B.py (diff)
The file was modifiedexamples/MHDTests/ABCFlow/run_test_program.py (diff)
The file was modifiedexamples/MHDTests/ZeldovichPancake_1D_collapse_in_3D_MHD/makeIC_perpB.py (diff)
The file was modifiedexamples/MHDTests/ZeldovichPancake_3D_collapse_in_3D_MHD/makeIC_B.py (diff)
Commit 2c977ab1d014ea416f371a21ebb8a09871908134 by Matthieu Schaller
Reasonable number of default number of particles, and associated grav....
The file was removedexamples/MHDTests/Monopole/energy_conservation.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/CircularlyPolarisedAlfvenWave.yml (diff)
The file was modifiedexamples/MHDTests/Monopole/plot.py (diff)
The file was removedexamples/MHDTests/Monopole/#movie.py# (diff)
The file was removedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeGlassFCC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was addedexamples/MHDTests/Monopole/run.sh (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/run.sh (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was addedexamples/MHDTests/Monopole/divergence_evolution.py (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeGlassBCC.py (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/run.sh (diff)
The file was modifiedexamples/MHDTests/Monopole/Monopole.yml (diff)
The file was addedexamples/MHDTests/CircularlyPolarisedAlfvenWave/README.md (diff)
The file was modifiedexamples/MHDTests/OrszagTangVortex/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
The file was addedexamples/MHDTests/Monopole/getGlass.sh (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/run.sh (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/README.md (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was addedexamples/MHDTests/Monopole/README.md (diff)
Commit 87f56a3831669a42c4b939ec7f09aee7e86cbe69 by Orestis Karapiperis
Minimal resolution we want to look at for the MHD cloud collapse
The file was addedexamples/MHDTests/MinimalResMagnetisedCloudCollapse/README.md (diff)
The file was addedexamples/MHDTests/MinimalResMagnetisedCloudCollapse/getGlass.sh (diff)
The file was addedexamples/MHDTests/MinimalResMagnetisedCloudCollapse/plotSolution.py (diff)
The file was addedexamples/MHDTests/MinimalResMagnetisedCloudCollapse/magnetised_cloud.yml (diff)
The file was addedexamples/MHDTests/MinimalResMagnetisedCloudCollapse/run.sh (diff)
The file was addedexamples/MHDTests/MinimalResMagnetisedCloudCollapse/makeIC.py (diff)
Commit 1bd28d64191d540f6f28f426c0be7443eebec40d by Orestis Karapiperis
Added Ryu & Jones 3B shock tube to test rarefaction waves
The file was addedexamples/MHDTests/RyuJones_3B/makeBCC.py (diff)
The file was addedexamples/MHDTests/RyuJones_3B/getGlass.sh (diff)
The file was addedexamples/MHDTests/RyuJones_3B/run.sh (diff)
The file was addedexamples/MHDTests/RyuJones_3B/RyuJones_3B.yml (diff)
The file was addedexamples/MHDTests/RyuJones_3B/README (diff)
The file was addedexamples/MHDTests/RyuJones_3B/makeIC.py (diff)
The file was addedexamples/MHDTests/RyuJones_3B/plotSolution.py (diff)
Commit acaa00c36b6bd2cb034da97939875387453852e9 by Matthieu Schaller
Magnetized Cloud Collapse ic rotation bug
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
Commit 4179de06c38242cf9fb0b86023c7e9b52e16f45d by Matthieu Schaller
Added MHD Cooling Halo example
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/density_profile.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotSolution.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/test_energy_conservation.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/velocity_profile.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/run.sh (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/cooling_halo.yml (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/README (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/makeIC.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/internal_energy_profile.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
The file was modifiedsrc/rt/none/rt_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
Commit 2874b605dc53e12ad1075852aa0d7611c89ebc32 by Matthieu Schaller
added plotting script and cubic lattice generator for Magnetised cloud collapse
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/plotSolutionReference.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was addedexamples/MHDTests/MagnetisedCloudCollapse/makePrimitiveCubicLattice.py (diff)
Commit 5e7be42aeadc52264912ff42942c116bbaaaa277 by Matthieu Schaller
Symmetric gradient operator for divB used in divergence cleaning ; also adapt...
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/RyuJones_3B/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CircularlyPolarisedAlfvenWave/plot.py (diff)
The file was modifiedexamples/MHDTests/RyuJones_3B/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makeIC.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/makePrimitiveCubicLattice.py (diff)
The file was modifiedexamples/MHDTests/Monopole/divergence_evolution.py (diff)
The file was modifiedexamples/MHDTests/MagnetisedCloudCollapse/plotSolutionReference.py (diff)
The file was modifiedexamples/MHDTests/Monopole/makeIC.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit c1c7ba353678197aab82dbc860cddbaa2e8a33b2 by Orestis Karapiperis
Deleted relic comments that have been irrelevant for a very long time
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 49779d582a0eaa112ba152eef234e4752ddf36b4 by Orestis Karapiperis
Deleted relic there from merging old and new Dedner
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
Commit beaf7909332fd68825d0aa503a41cf4c28a6d30d by Matthieu Schaller
Karapiperis/fixes and improvements in mhd io
The file was modifiedexamples/MHDTests/RyuJones_1A/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/RyuJones_3B/plotSolution.py (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
Commit fc27a29d2fd25c66bfdbc83c0ffa144609c9da39 by Matthieu Schaller
Alfven speed as a particle carried quantity; cleaner calculations, will allow...
The file was modifiedsrc/mhd/None/mhd.h (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedsrc/runner_time_integration.c (diff)
The file was modifiedsrc/space.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_debug.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_io.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_struct.h (diff)
Commit ad37c89175634ca051da7f7026a8483798c83540 by Matthieu Schaller
Attempt at computing div(v) with grad h terms
The file was modifiedsrc/runner_ghost.c (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
Commit a23a1399794bd499f85fc4e03ea6bc7098f12291 by Matthieu Schaller
Added profiler scripts with references for OTvortex and FastRotor
The file was addedexamples/MHDTests/OrszagTangVortex/1DprofilerReference/OrszagTangVortex_GIZMO_MFM_t=0.5_y=0.3125/Berr_vs_x.csv (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/1DprofilerReference/OrszagTangVortex_GIZMO_MFM_t=0.5_y=0.3125/rho_vs_x.csv (diff)
The file was addedexamples/MHDTests/FastRotor/1DprofilerReference/FastRotor_GIZMO_MFM_t=0.15_y=0.5/By_vs_x.csv (diff)
The file was addedexamples/MHDTests/FastRotor/1DprofilerReference/1Dprofiles.py (diff)
The file was addedexamples/MHDTests/FastRotor/1DprofilerReference/FastRotor_GIZMO_MFM_t=0.15_y=0.5/rho_vs_x.csv (diff)
The file was addedexamples/MHDTests/FastRotor/1DprofilerReference/FastRotor_GIZMO_MFM_t=0.15_y=0.5/Berr_vs_x.csv (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/1DprofilerReference/1Dprofiles.py (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/1DprofilerReference/OrszagTangVortex_GIZMO_MFM_t=0.5_y=0.3125/Bx_vs_x.csv (diff)
The file was addedexamples/MHDTests/OrszagTangVortex/1DprofilerReference/OrszagTangVortex_GIZMO_MFM_t=0.5_y=0.3125/By_vs_x.csv (diff)
The file was addedexamples/MHDTests/FastRotor/1DprofilerReference/FastRotor_GIZMO_MFM_t=0.15_y=0.5/Bx_vs_x.csv (diff)
Commit 465c48b9776fda30aa06003a6b86e8f0994a90c7 by Matthieu Schaller
Variable h in physical resistivity
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
Commit 41f9cb5a41d8cf09e8b8758b76c6e88667d7f763 by Matthieu Schaller
Moved Balsara switch to shock indicator - Helps considerably with some MHD shock tubes
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_io.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_csds.h (diff)
Commit 8a2b0745236754b1d00bebe87b71e9ecb989ced8 by Orestis Karapiperis
Fix to let the code compile with the changes to Balsara
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit b9d0fd77c247da8a60508871232fc4c002461080 by Matthieu Schaller
Karapiperis/added max div b error to stats file
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/statistics.h (diff)
Commit 111ffd76a2a05ae0dd78946656796a4b4fb12bef by Matthieu Schaller
Karapiperis/added max div b error to stats file
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_io.h (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_part.h (diff)
The file was modifiedsrc/statistics.c (diff)
The file was modifiedsrc/hydro/SPHENIX/hydro_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 8c8aba75ace7765744013c0d56f68eb1c320a9b5 by Matthieu Schaller
Anti-symmetric div(B) cleaning and Hopkins2016 artificial resistivity
The file was modifiedsrc/mhd/DirectInduction/mhd_iact.h (diff)
The file was modifiedsrc/mhd/DirectInduction/mhd.h (diff)
Commit 9b54a69c96448097e5a86a0a7c858c98babc2968 by Matthieu Schaller
Nickishch/mhd canvas/updated cooling halo mhd
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotErrors.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotCorrelation.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/statistics_reader.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/1Dstars.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/run.sh (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/getEagleCoolingTable.sh (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/getYieldTable.sh (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/1Dprofiles.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/cooling_halo.yml (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotSpectrum.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotSolutionReference.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/getEaglePhotometryTable.sh (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/README (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotMovie.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/makeIC.py (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/getGlass.sh (diff)
The file was addedexamples/MHDTests/CoolingHaloWithSpin_MHD/particle_tracker.py (diff)
Commit 2d5fcbc4633eed40f348f205f4e2ce157c2f4bf7 by Matthieu Schaller
Applied code formattin script
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/1Dstars.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotSpectrum.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/makeIC.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/1Dprofiles.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/plotSolutionReference.py (diff)
The file was modifiedsrc/runner_doiact_hydro.h (diff)
The file was modifiedsrc/tools.c (diff)
The file was modifiedsrc/runner_doiact_functions_hydro.h (diff)
Commit 2f4c040e2ff7a2342817c359db54a3c6e7e6dd5a by Matthieu Schaller
Removed the MAGMA2 implementation from this branch
The file was modifiedsrc/hydro_io.h (diff)
The file was removedsrc/hydro/MAGMA/hydro_parameters.h (diff)
The file was removedsrc/hydro/MAGMA/hydro_debug.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/hydro.c (diff)
The file was modifiedsrc/part.h (diff)
The file was modifiedsrc/hydro.h (diff)
The file was modifiedsrc/hydro_parameters.h (diff)
The file was removedsrc/hydro/MAGMA/hydro_io.h (diff)
The file was modifiedsrc/debug.c (diff)
The file was removedsrc/hydro/MAGMA/hydro_iact.h (diff)
The file was modifiedconfigure.ac (diff)
The file was removedsrc/hydro/MAGMA/hydro_part.h (diff)
The file was removedsrc/hydro/MAGMA/hydro.h (diff)
The file was modifiedtests/test125cells.c (diff)
The file was modifiedsrc/part.h (diff)
Commit 9365bbdfbe7d1fe12b53b94c99f8fad35f5f5a71 by Matthieu Schaller
Nickishch/mhd canvas isolated galaxy mhd
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/1Dprofiles.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/getGlass.sh (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/plotCorrelation.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/makeIC.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/plotSolution.py (diff)
The file was modifiedexamples/MHDTests/CoolingHaloWithSpin_MHD/cooling_halo.yml (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/getIC.sh (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/1Dstars.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/getEaglePhotometryTable.sh (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/isolated_galaxy.yml (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/README (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/run.sh (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/statistics_reader.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/particle_tracker.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/getYieldTable.sh (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/SFH.py (diff)
The file was addedexamples/MHDTests/IsolatedGalaxy_MHD/getEagleCoolingTable.sh (diff)
Commit cbe2083600712b39f22885a2e5a7c1f5ec03ce30 by Matthieu Schaller
1st itereation of the runtime jet comparison files
The file was addedexamples/MHDTests/LeidenJetComparisonProject/jet_comparison_project.yml (diff)
The file was addedexamples/MHDTests/LeidenJetComparisonProject/run.sh (diff)
The file was addedexamples/MHDTests/LeidenJetComparisonProject/prepare_ics.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_iact.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/FastRotor_schemes.yml (diff)
The file was modifiedexamples/MHDTests/FastRotor/run_schemes.sh (diff)
The file was modifiedsrc/mhd/DInduction/mhd.h (diff)
The file was modifiedexamples/MHDTests/LeidenJetComparisonProject/prepare_ics.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_io.h (diff)
The file was modifiedexamples/MHDTests/IsolatedGalaxy_MHD/makeIC.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd.h (diff)
The file was modifiedexamples/MHDTests/FastRotor/plot_schemes.py (diff)
The file was modifiedsrc/mhd/VPotential/mhd_struct.h (diff)
The file was modifieddoc/RTD/source/SubgridModels/AGNSpinJets/plots.py (diff)
The file was modifiedexamples/MHDTests/IsolatedGalaxy_MHD/1Dprofiles.py (diff)