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

Mesh Modifications & Load Combinations #206

Open
wants to merge 6 commits into
base: DKMQ
Choose a base branch
from

Commits on Jul 25, 2024

  1. Squashed commit of the following:

    commit 07cc6f2
    Author: SoundsSerious <[email protected]>
    Date:   Thu Aug 10 21:10:57 2023 -0700
    
        uncomment AnnulusMesh.generate()
    
    commit 89a8ef8
    Author: SoundsSerious <[email protected]>
    Date:   Wed Aug 9 21:16:29 2023 -0700
    
        Add y origin mesh code
    
    commit 63aecaa
    Merge: 71d5540 94bd942
    Author: SoundsSerious <[email protected]>
    Date:   Wed Aug 9 16:29:20 2023 -0700
    
        Merge pull request #2 from Ottermatics/quad-stress
    
        Quad Stress Clarification
    
    commit 94bd942
    Author: Kevin Russell <[email protected]>
    Date:   Wed Aug 9 16:27:14 2023 -0700
    
        Add Bound Protection & Stress Description
    
    commit 71d5540
    Author: Kevin Russell <[email protected]>
    Date:   Wed Aug 9 15:02:46 2023 -0700
    
        Merge branch 'cylinder_mesh_3d' of https://github.com/Ottermatics/PyNite into cylinder_mesh_3d
    
        (cherry picked from commit 5a8dbd9)
    SoundsSerious committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    af14b97 View commit details
    Browse the repository at this point in the history
  2. Tests Passing

    >Added start_node alighnment routine for annulus meshes
    >for an existing start node, a duplicate is made after checking for a unique value in annulus start node check
    >Added KDTree paris within tolerance to provide a future topdown look at the mesh (in the future may want to use a graph, like `NetworkX`)
    >improve readability in merge-duplicate-nodes check
    SoundsSerious committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5c90637 View commit details
    Browse the repository at this point in the history
  3. Add Duplicate Node Replacements

    SoundsSerious committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f3f542c View commit details
    Browse the repository at this point in the history
  4. commented print statement

    SoundsSerious committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    88bc16a View commit details
    Browse the repository at this point in the history
  5. add load combos to directly call defined unit of work

    SoundsSerious committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4bd00c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3416a9 View commit details
    Browse the repository at this point in the history