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

Implementing craig bampton #12

Closed maikkirapo closed 7 years ago

maikkirapo commented 7 years ago

Replaced Kll invariant with a better solution.

ahojukka5 commented 7 years ago

This is already merged, you can start a new branch from master and cherry pick the latest commit to it.

https://git-scm.com/docs/git-cherry-pick

git checkout master
git pull
git checkout -b improvement
git cherry-pick b992443e42834f0f948126073c5ab792558a3553