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

New ASPH H update algorithm #302

Open
wants to merge 141 commits into
base: develop
Choose a base branch
from
Open

New ASPH H update algorithm #302

wants to merge 141 commits into from

Commits on Feb 27, 2024

  1. Generalizing hydros to allow user specification of custom smoothing

    scale udpate rules.  Also a few minor fixes for generating ratio
    spheres in 2D.
    jmikeowen committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c99d3a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    ac2929a View commit details
    Browse the repository at this point in the history
  2. Modifying (and simplifying) TableKernel to use QuadraticInterpolator

    for looking up nperh information for ideal H estimation.  Preparing
    for adding new interpolators based on the second moment for our new
    ASPH approach.
    jmikeowen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c28c1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7ab895 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    jmikeowen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ca8b3bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    308f49c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ac8845 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    19811cc View commit details
    Browse the repository at this point in the history
  2. Loosening a tolerance for a test that intermittently fails (nothing to

    do with the changes in this branch).
    jmikeowen committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e9ebda5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Simplifying how we integrate for nperh reference lookups. Also

    applying limits to the allowed nperh lookup range to ensure there's
    something to sample from.  Brody's TestIntegrator function is failing
    now for reasons I don't understand, so leaving that alone 'til I
    figure out why.
    jmikeowen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4b5dee1 View commit details
    Browse the repository at this point in the history
  2. Reworked bisectRoot a bit, reinstantiating the y-tolerance for

    convergence checking.
    jmikeowen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4acd830 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Adding initialization methods for CubicHermiteInterpolator, to be

    consistent with QuadraticInterpolator
    jmikeowen committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6c8ab42 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    2cd6444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611a48b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e918f37 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fixing a comment

    jmikeowen committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4c66a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90ce4d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Adding compiler guards

    jmikeowen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    94fb57c View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    jmikeowen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    eb98b89 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 18, 2024

  1. Extended interface for idealH in SmoothingScale methods to allow

    zeroth, first, and 2 second moments be passed in.  Also updated all
    the hydros that call these methods to compute those moments (untested still).
    jmikeowen committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0f1290d View commit details
    Browse the repository at this point in the history
  2. Removing the temporary ASPHv2 object since we've folded that

    functionality into the ordinary ASPH algorithm object now.
    jmikeowen committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8f4c9a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

    jmikeowen committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    997bdee View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    0041b75 View commit details
    Browse the repository at this point in the history
  2. Checkpoint -- we have to make a radical change for the ideal ASPH H,

    our current second moment does not reliably work
    jmikeowen committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    33674cc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Experimenting with a whole different ASPH idea based on extracting the

    shape tensor using convex hulls.
    jmikeowen committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    27bddf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Checkpoint

    jmikeowen committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ec8e53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c6f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e2668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45bb52a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15eea0a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. Checkpoint

    jmikeowen committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1dfe1f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8045055 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Checkpoint -- I believe our problem now is that we need to correct for

    off center of mass measurements of the second-moment.
    jmikeowen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    74b19e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Checkpoint

    jmikeowen committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    de0f760 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Checkpoint

    jmikeowen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c834cff View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    jmikeowen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    48aae45 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 24, 2024

  1. INITIAL changes to make smoothing scale advancement it's own Physics

    package. To revert to our prior model with everything in the hydro
    schemes go to checkin before this one.  Not complete yet in this change.
    jmikeowen committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    88f8e29 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Working though adding Python interface and changes for new independent

    smoothing scale update package.
    jmikeowen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8db728d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Getting more tests running with new smoothing scale package

    approach.  This requires an interface change to building the CRK
    package unfortunately.
    jmikeowen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    20e7ae0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Dodging deprecation warnings by judicious header inclusion

    choices. Hopefully updating to a newer boost will make this better.
    jmikeowen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ed3326a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Looks like using the convex hull as an optimizing precursor to

    clipping for the Voronoi doesn't work well.  We can have collinear
    points along the hull that are missed as neighbors.
    jmikeowen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f1ef4d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a78e437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48b034 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Got things running with the separate SmoothingScale physics

    packages. ASPH not great yet though...
    jmikeowen committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a83eeb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Checkpoint

    jmikeowen committed May 15, 2024
    Configuration menu
    Copy the full SHA
    64fe066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b0682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bb9d22 View commit details
    Browse the repository at this point in the history
  4. Checkpoint

    jmikeowen committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1a0db43 View commit details
    Browse the repository at this point in the history
  5. Checkpoint

    jmikeowen committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4f7cda1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    80c3698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399b804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b63341f View commit details
    Browse the repository at this point in the history
  4. Experimenting with a crude artificial pair-wise pressure to push

    points toward the cell centroids when using ASPH
    jmikeowen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c12b3a1 View commit details
    Browse the repository at this point in the history
  5. Checkpoint

    jmikeowen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    24c0659 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 22, 2024

  1. First stage getting the Voronoi cell geometry as a generic physics

    package to provide geometry information for any other physics packages
    in the cycle consistently.
    jmikeowen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a8a418c View commit details
    Browse the repository at this point in the history
  2. Removing debug print

    jmikeowen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b485532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79593d2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    21b5650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b57301 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 28, 2024

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

    jmikeowen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1d602d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    3e9741c View commit details
    Browse the repository at this point in the history
  2. Switched to HG forces acting pairwise rather than internal to points.…

    … 1D results look good with subpoint hourglass control on.
    jmikeowen committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fa234fe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    2e655b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3aacb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fdbeee View commit details
    Browse the repository at this point in the history
  4. Moving Voronoi geometry calculation to start of step, which is

    necessary for sub-cell hourglass control to have the correct ghost
    nodes in it's pair matching
    jmikeowen committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2e2d2c0 View commit details
    Browse the repository at this point in the history
  5. Fixing operator<<(Box1d)

    jmikeowen committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3842b1d View commit details
    Browse the repository at this point in the history
  6. Fixing compiler guard

    jmikeowen committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0378f87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48a34bd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

    jmikeowen committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    93d75f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a4bd30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc0dd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ea0bed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    122ee2a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    0638bec View commit details
    Browse the repository at this point in the history
  2. Fixed one problem with Voronoi cells building during the step related

    to the update of ghost positions.  Still not right in our hourglass
    filter however.
    jmikeowen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0503ccd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 19, 2024

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

Commits on Jul 20, 2024

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

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    575c554 View commit details
    Browse the repository at this point in the history
  2. More testing

    jmikeowen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    57ae1a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    a8176c8 View commit details
    Browse the repository at this point in the history
  2. Changing reference pressure for HG control, but not affecting ASPH Noh

    results anymore since we fixed the ASPH idealH bug.
    jmikeowen committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    260b840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7397fb9 View commit details
    Browse the repository at this point in the history
  4. Implemented 3D filter sub-pressures, and adding option to do direct

    centroidal position displacements to the houglass object.  Doesn't
    seem to work as well as the pressure filter at first glance.
    jmikeowen committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7bcf5fd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    24b53df View commit details
    Browse the repository at this point in the history
  2. Changing a deffault

    jmikeowen committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c8ae196 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 10, 2024

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

Commits on Aug 12, 2024

  1. Test updates

    jmikeowen committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a152e28 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    35701aa View commit details
    Browse the repository at this point in the history
  2. Contract bug fix

    jmikeowen committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fcf963c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8d917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cd19e5 View commit details
    Browse the repository at this point in the history
  5. More test fixes

    jmikeowen committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    80a48f8 View commit details
    Browse the repository at this point in the history
  6. DEM fixes

    jmikeowen committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eea0679 View commit details
    Browse the repository at this point in the history
  7. Test updates

    jmikeowen committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    45260eb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Checkpoint

    jmikeowen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    066629a View commit details
    Browse the repository at this point in the history
  2. CubicHermiteInterpolator now uses a solve for the gradient values if …

    …not provided. Also made tests more robust.
    jmikeowen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0670aff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576dd32 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    d06d490 View commit details
    Browse the repository at this point in the history
  2. Fixing compile warnings

    jmikeowen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3718784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b276d0 View commit details
    Browse the repository at this point in the history
  4. Test robustness fix

    jmikeowen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d3e0283 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    077632d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec18353 View commit details
    Browse the repository at this point in the history
  3. Physics::postStateUpdate now returns a bool indicating if boundary co…

    …nditions should be applied
    jmikeowen committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2d28e1d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 11, 2024

  1. - Cleaned up ASPH implementation, removing unused code and variables.

    - Making ASPH only require Voronoi cells when using IdealH. Potentially pretty big time savings for pure IntegrateH mode.
    - Adding an optional function hook to modify the final ideal H calculation from user scripts.
    jmikeowen committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ec5c69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f827caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5813b17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0916e18 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Moving -fvar-tracking-assignments-toggle to be on for PYB11 builds on…

    … all GCC builds to avoid symbols overflows during compilation
    jmikeowen committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    602be57 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Changing -fvar-tracking-assignments-toggle to -fno-var-tracking-assig…

    …nments which is explicitly what we want for PYB11 targets
    jmikeowen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e674000 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. Fixed some problems with the initial iterateIdealH. Also adding a

    specialized user-overridable functor for the ASPH ideal H user
    filter.  I've also excluded surface points from the ideal H
    replacement as well.  With these changes we can now run 2D slab
    ablation problems well using IntegrateH or IdealH.
    jmikeowen committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3c0680b View commit details
    Browse the repository at this point in the history