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

Update Stress to NormStress + Implement TangStress + Update Dependencies #2160

Merged
merged 3 commits into from
Jun 3, 2020

Commits on Jun 2, 2020

  1. Update stressDD to normStressDD

    DataDefs.hs
    - changes made to update stressDD to normStressDD, stressQD to normStressQD and stressEqn to normStressEqn
    
    GenDefs.hs, TMods.hs
    - updated all references to stressDD to normStressDD
    Nathaniel-Hu committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    a0fc92e View commit details
    Browse the repository at this point in the history
  2. Update totStress to totNormStress + add tangStress DD

    DataDefs.hs
    - added tangStressDD data definition entry (tangStressDD, tangStressQD, tangStressEqn, ft)
    - updated references: totStress to totNorm Stress, added tangStress, ft
    - updated DD numbering (tangStressDD is now DD11, push trailing DDs back)
    
    TMods.hs
    - updated all references to totStress to totNormStress
    
    Unitals.hs
    - updated totStress to totNormStress
    - added new entries for symbol ft (tangential force) and unital chunk tangStress
    
    SSP_SRS.tex, SSP_SRS.html
    - updated stable files in accordance to changes made by updating all above files
    Nathaniel-Hu committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    d050743 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Update DD Comments + tangStress DD description

    DataDefs.hs
    - updated DD comments to be more meaningful (removed numbers, added DD names and label)
    
    Unitals.hs
    - updated description for tangStress DD
    
    SSP_SRS.tex, SSP_SRS.html
    - updated stable files in accordance to changes made to Unitals.hs file
    Nathaniel-Hu committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    84910d3 View commit details
    Browse the repository at this point in the history