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

Define _localNonOverlappingFaceIDs for Gmsh #857

Merged
merged 34 commits into from
Jun 14, 2022

Commits on Apr 30, 2022

  1. Define _localNonOverlappingFaceIDs for Gmsh

    Gmsh ghost faces were not properly accounted for.
    
    Fixes usnistgov#856
    guyer committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    7b7ba0d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    2a9a81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278a4f4 View commit details
    Browse the repository at this point in the history
  3. Remove unmerged PRs from changelog

    Integration branches and other exeriments should never
    have changed master
    guyer committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a4cc7ca View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

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

    guyer committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    7f036dc View commit details
    Browse the repository at this point in the history
  3. Revert "Remove unmerged PRs from changelog"

    This reverts commit a4cc7ca.
    guyer committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1717b1f View commit details
    Browse the repository at this point in the history
  4. Revert "Remove questions from changelog"

    This reverts commit 278a4f4.
    guyer committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    6ea9397 View commit details
    Browse the repository at this point in the history
  5. Revert "Drop encoding needed by Py27(?)"

    This reverts commit 2a9a81e.
    guyer committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0fb779e View commit details
    Browse the repository at this point in the history
  6. Revert "ping"

    This reverts commit 7f036dc.
    guyer committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9d24cab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

  1. Add custom spelling

    guyer committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7dc4ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7733333 View commit details
    Browse the repository at this point in the history
  3. Simply test structure

    guyer committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c090fad View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    b1138ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f538071 View commit details
    Browse the repository at this point in the history
  3. "Fix" spelling with math

    guyer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    41b6e3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd726bb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Fix buggy check of masked faces

    guyer committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b1a2710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e156c46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0097185 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Fix test

    guyer committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    d8e4659 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Record number of cells specificed by dx, dy, dz

    Fixes `_PeriodicGrid1DTopology._globalOverlappingCellIDs`
    and face topologies for Grid2D & Grid3D
    guyer committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    e1f8ed6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    39ab957 View commit details
    Browse the repository at this point in the history
  2. Add face topologies for Grid2D

    guyer committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3ff06d9 View commit details
    Browse the repository at this point in the history
  3. Add face topologies for Grid3D

    guyer committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8fc4b96 View commit details
    Browse the repository at this point in the history
  4. Test FaceVariable.globalValue

    guyer committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2b47206 View commit details
    Browse the repository at this point in the history
  5. Fix ancient typos

    guyer committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8f18e17 View commit details
    Browse the repository at this point in the history
  6. Enable ghosting integers

    guyer committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8dd0e85 View commit details
    Browse the repository at this point in the history
  7. Remove redundant method

    guyer committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8f8519b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Refactor _getGhostedValues

    guyer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    453ad55 View commit details
    Browse the repository at this point in the history
  2. Move imports to top of module

    Shift to dot-imports
    guyer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ca87358 View commit details
    Browse the repository at this point in the history
  3. Document in1dMA

    guyer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7d35ed2 View commit details
    Browse the repository at this point in the history
  4. Fix spelling

    guyer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    70fadb5 View commit details
    Browse the repository at this point in the history