JuliaFEM / ModelReduction.jl

ModelReduction is a repository of JuliaFEM to reduce the dimension of a model for multibody dynamics problems. The package includes e.g. the Guyan reduction and the Craig-Bampton method.
https://juliafem.github.io/ModelReduction.jl/latest/
MIT License
10 stars 7 forks source link

Featuring guyan reduction #6

Closed maikkirapo closed 7 years ago

ahojukka5 commented 7 years ago

Files inside build should not be added to repository, how did you add files?

ahojukka5 commented 7 years ago

Checkout master and rebase to get newest .gitignore ignoring files inside build.

ahojukka5 commented 7 years ago
git checkout master
git pull
git checkout featuring_guyan_reduction
git rebase master
ahojukka5 commented 7 years ago

To remove unnecessary files:

git rm -r build
ahojukka5 commented 7 years ago

After removing unwanted files and commiting changes to repository, you may want to rebase changes, i.e. squash commits to single one, see https://www.google.fi/search?q=git+squash

Read this: https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 9b554016e50f617d59ea09e53942925dbadc2cd4 on featuring_guyan_reduction into on master.

ahojukka5 commented 7 years ago

Could you squash these commits also?

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 9b554016e50f617d59ea09e53942925dbadc2cd4 on featuring_guyan_reduction into 80b4f7999a16a557799c57dcc094868f464297d6 on master.

ahojukka5 commented 7 years ago

Notice that I have merged conflicts already, so you may need to pull changes to local computer before squashing.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a5a4d607d53365324abd4b0c65b8dbeff3c2a1d8 on featuring_guyan_reduction into 80b4f7999a16a557799c57dcc094868f464297d6 on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a5a4d607d53365324abd4b0c65b8dbeff3c2a1d8 on featuring_guyan_reduction into 80b4f7999a16a557799c57dcc094868f464297d6 on master.