Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smartstar #198

Open
wants to merge 131 commits into
base: main
Choose a base branch
from
Open

Smartstar #198

wants to merge 131 commits into from

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    588d114 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    0eefcb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab507c5 View commit details
    Browse the repository at this point in the history
  3. forgot some file updates

    azton committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    48e4eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c98f4a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Vast debugging from frontera. Get crashes with and without SMM. Is it…

    … fronteras MPI? run on comet to see.
    azton committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a15483f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a04fe5b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. reverted energy deposition to as defined in Hopkins. Tests were failu…

    …res and the deposition matches that of star_maker3mom.F now as well
    azton committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    fa9a971 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    d1cd108 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    81ca203 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Reverted deposition cloud to the grid-cloud from simpson 2015--works …

    …nicely with the weights, etc from Hopkins. Spherical clouds... do not.
    azton committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    574c766 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Added seeding field for PIII stars; separately track SNII metal, SNIa…

    … metals, and P3 metals in different fields.
    azton committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    76fe2a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. timing prints and fixed typedefs.h

    Azton Wells committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    d317031 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Multiple optimization to try and make winds tractable. Theres just so…

    … many goddamn stars!
    azton committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    dc15e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d825fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a239f47 View commit details
    Browse the repository at this point in the history
  4. Removed modification of SNII and SNIa fields at particle creation- th…

    …ese are fractions and dont need modification
    azton committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    fffc0c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a03b77e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cef58a View commit details
    Browse the repository at this point in the history
  7. Again, moved total metals calculation to calling routines to save tim…

    …e in MechStars routines
    azton committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    6acf305 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. missed checks on metal field flags to prevent access when not using S…

    …NII, SNIa and PIII metals
    azton committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b9d664a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643f476 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    619f7cc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    fd8d8b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    e8ec9f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. forgot to add config for make

    azton committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    c0cc43c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    429feea View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. debugged fringe case supernovae in low density by choosing energy as …

    …max(Nsn*1e51, eKinetic). made computational compromises for speed: winds are deposited NGP as opposed to CIC, SNe are still CIC. Star particles shut off after 500 Myr. Only one star particle forms per grid per timestep of that grid. No upper limit is placed on the amount of star formation added to new stars. Turned off critical_debug in the deposition, as it slows the code down too much with ~1k events.
    azton committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d039490 View commit details
    Browse the repository at this point in the history
  2. removed max age on stars; put in resolution check to determine whethe…

    …r winds are deposited NGP or CIC
    azton committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    13ed171 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Updating SS with minor enhancements

    John Regan committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b0324c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    1ef7bcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee4379 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    7be123c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. updated

    azton committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    2c70aee View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    ea91e7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request enzo-project#1 from azton/radiationStars

    Radiation stars
    azton committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    6ce49fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52dd8d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. repurposed DepositUnresolvedEnergyAsThermal parameter; now controls w…

    …hether winds are deposited CIC (0) or NGP (1)
    azton committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    d509b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b6361 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Removed enforced failure for stars being out of grid; this is resulti…

    …ng from the enzo algorithm and isn't actually a failure--the stars should be corrected/communicated at the next step, and if they arent its an entirely different problem
    azton committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    fb93a2f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    1619214 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Updating some minor SS parameters

    John Regan committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6eb6b04 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Added new refinement criteria to refine PopIII stars; also added sect…

    …ion to check and rescale densities of Pop III deposition to ensure mass/metal conservation
    azton committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    384a762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b67f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbb371 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    828eace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4184611 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. debugging--corrected the deposition for really low resolution cases; …

    …left in debugging statements for use on frontera
    azton committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a616a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b08cf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ed6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Moved conservation check into StarParticleAddFeedback so that it is c…

    …onservative across grids
    azton committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    0a2f9f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    e23cc95 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. attempted debugging on frontera; still have accumulating errors beyon…

    …d first deposition :(
    azton committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    a1b5ae6 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    0c8c54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9164421 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    1eb8522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f370421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1337a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. edited volume change criteria

    azton committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    580fdfd View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    77c0923 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. edited upper limit of HN mass to be consistent with SN bins; over lim…

    …it causes failures in search_lower_bound.
    azton committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    d4e2c1a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    a39b354 View commit details
    Browse the repository at this point in the history
  2. updates and debugs

    azton committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    61bec1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d3fa5f View commit details
    Browse the repository at this point in the history
  4. missed one

    azton committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    0b9806f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. debugging deposition; error is <= 5.2% on laptop in nested simulation…

    … after 13 SNe and their evolution
    azton committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    635434e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c1bdaf View commit details
    Browse the repository at this point in the history
  3. Hopefully, thats all she wrote

    azton committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    b2b546f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c0df62 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Reorganized MPI_Allreduce; was causing comm miss, now does reduce for…

    … all SN feedback :(
    azton committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    1886561 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Combined PopII/popIII behavior

    azton committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    2bd3ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2113d4b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. adding uncommitted files

    azton committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    eff2d11 View commit details
    Browse the repository at this point in the history
  2. resolved conflicts

    azton committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    98488d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    882ca3b View commit details
    Browse the repository at this point in the history
  2. merging

    John Regan committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    23e91ce View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    b24b78c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    fb8b194 View commit details
    Browse the repository at this point in the history
  2. put yet another print behind debug -- these shouldnt print with simpl…

    …e -d execution option
    azton committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ad5cc80 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. adding tests for smartstar

    John Regan committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3b5b1b7 View commit details
    Browse the repository at this point in the history
  2. couple of minor updates

    John Regan committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f76821e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Committing the Burkert Bodenheimer parameter file

    John Regan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    668a4a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Merge branch 'master' into smartstar

    John Regan committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2bb0ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. interim commit

    John Regan committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b92e89f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    7cbf88e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. many updates to MechStars, and its coupling to radiation modules. tes…

    …ting well on home pc, needs larger scale tests on 256^3 at frontera
    azton committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f62a65e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. intermediate commit - switching clusters

    John Regan committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5c16fd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    ab4beb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. PopII support added to SS

    fearmayo committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d2c09c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18fc520 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. updating formation criteria

    fearmayo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    62b0c9e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Adding in ShuCollapse Test

    fearmayo committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4bcb979 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    0e6de24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521b54c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    693bd0e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. compilation update for Kay

    John Regan committed May 7, 2021
    Configuration menu
    Copy the full SHA
    35f3f7b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'smartstar' of https://github.com/fearmayo/enzo-dev into…

    … smartstar
    John Regan committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b3df234 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    a35c9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e3bbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f016e View commit details
    Browse the repository at this point in the history
  4. removed prints

    azton committed May 14, 2021
    Configuration menu
    Copy the full SHA
    4b431af View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    9688bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985b757 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    fa4c573 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. potential bug in deleting particles in RemoveMassFromGrid. Not able t…

    …o reproduce easily (without serious hacking) so currently unclear
    fearmayo committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c0b7910 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    e0c7f02 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Revert "manually added a commit from JHW to fix MPI errors"

    This reverts commit e0c7f02.
    regan committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e2e2b28 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. debugging seg fault on formation

    regan committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    091e926 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    00435b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    770e3c0 View commit details
    Browse the repository at this point in the history
  2. fixing conflicts

    fearmayo committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    053f403 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. fixed memory leak - simone

    fearmayo committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b449623 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    15d950b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Very massive PopIII stars use thermal feedback

    John Regan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e6d1063 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    08447cc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    4607036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d0781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff316e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d0ba41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a931f52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16ab1ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    677b497 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64f9445 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b43a591 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    2cdedc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    269edd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    61372b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    1958f31 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    e42e928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    330356a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    96b4854 View commit details
    Browse the repository at this point in the history