ONSAS / ONSAS.jl

An Open Nonlinear Structural Analysis Solver in Julia
MIT License
7 stars 1 forks source link

Initial State `LinearStaticAnalysis` #427

Closed mvanzulli closed 1 year ago

mvanzulli commented 1 year ago

Closes #422

Requires #425

codecov-commenter commented 1 year ago

Codecov Report

Merging #427 (8002ce4) into main (3891a12) will increase coverage by 0.60%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #427      +/-   ##
==========================================
+ Coverage   86.18%   86.79%   +0.60%     
==========================================
  Files          43       43              
  Lines        1643     1643              
==========================================
+ Hits         1416     1426      +10     
+ Misses        227      217      -10     
Impacted Files Coverage Δ
src/StructuralAnalyses/LinearStaticAnalyses.jl 85.29% <100.00%> (ø)

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jorgepz commented 1 year ago

Excellent. In structures the standard is to use self weight instead of own weight. I suggest changing that

mvanzulli commented 1 year ago

Excellent. In structures the standard is to use self weight instead of own weight. I suggest changing that

Thanks for the comment. It is done :)

mforets commented 1 year ago

can you rebase once https://github.com/ONSAS/ONSAS.jl/pull/425 is merged?