| Release | Date | Notes | Manual | Patches | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Input | Install | ||||||||||
| 1.3 CHANGELOG | |||||||||||
| mbdyn-1.3.4-Beta.tar.gz | 2008-08-25 | [Same as below] | |||||||||
| mbdyn-1.3.3-Beta.tar.gz | 2008-01-26 | adds model debugging information; fixes bug in aerodynamic tables lookup (affected 1.3.X only). | [Same as below] | ||||||||
| mbdyn-1.3.2-Beta.tar.gz | 2008-01-03 | bugfix release. | [Same as below] | ||||||||
| mbdyn-1.3.1-Alpha.tar.gz | 2007-08-31 | first 1.3 public release. | [Same as below] |
Constitutive law:
fix constitutive law type detection for nlsf/nlp constitutive laws, and disable casting of expression to >1D constitutive law. |
|||||||
| mbdyn-1.3.0-Alpha.tar.gz | 2007-08-27 | first 1.3 release. | [None] | ||||||||
| 1.2 CHANGELOG | |||||||||||
| mbdyn-1.2.7.tar.gz | 2007-05-21 | last 1.2 release. | [Same as below] | ||||||||
| mbdyn-1.2.6.tar.gz | 2006-02-01 | enhanced modal element and more. | [Same as below] | Schur data manager:
fix compilation when --enable-schur. Rod with offset: fix bug in Jacobian matrix of RodWithOffset. Deformable displacement joint: fix a series of bugs in the DeformableDisplacementJoint. Revolute pin: fix bug in Jacobian matrix of PlanePinJoint. Beam3: fix bug in three node beam input ("from nodes" orientation matrix). |
|||||||
| mbdyn-1.2.5.tar.gz | 2005-11-29 | introduces "hints" and other features. | |||||||||
| mbdyn-1.2.4.tar.gz | 2005-03-02 | fixes Cygwin build and other portability issues. | [Same as below] | ||||||||
| mbdyn-1.2.3.tar.gz | 2005-02-10 | matrix-free nonlinear solvers. | [Same as below] | ||||||||
| mbdyn-1.2.2.tar.gz | 2004-11-24 | Bug fix release. | [Same as below] | ||||||||
| mbdyn-1.2.1.tar.gz | 2004-08-16 | parallel Schur solver is fixed; Simulink interface is released. |
chaco:
allow Chaco
as domain partitioning library; only recommended to developers. |
||||||||
| mbdyn-1.2.0.tar.gz | 2004-07-21 | 1.2 release. | planej:
fix revolute joint relative rotation element private data
(problem noted by Roger Polston <roger underscore polston at udlp.com>). |
||||||||
| mbdyn-1.2-Beta.4.tar.gz | Last snapshot of 1.2 development. | ||||||||||
| mbdyn-1.2-Beta.3.tar.gz | Snapshot of 1.2 development. | ||||||||||
| mbdyn-1.2-Beta.2.tar.gz | Snapshot of 1.2 development. | [Same as below] | |||||||||
| mbdyn-1.2-Beta.1.tar.gz | Snapshot of 1.2 development. | ||||||||||
| 1.1 | |||||||||||
| mbdyn-1.1.4.tar.gz | Various bug fixes and improvements, including support for Umfpack 4.0. | f2c.h-2:
patch to avoid symbol clashing if f2c.h is available on your system
(problem noted by Dieter Kraft <dkraft at acm.org>). cygwin: patch to workaround improper isfinite() definition under Cygwin and to fix improper use of yet undefined macro. |
|||||||||
| mbdyn-1.1.3.tar.gz | Various bug fixes and minor improvements. | ||||||||||
| mbdyn-1.1.2-2.tar.gz | Parallel build improvement; unsteady aerodynamics fix. | ||||||||||
| mbdyn-1.1.1.tar.gz | Parallel build improvement; symbolic constitutive law; enhancement of tire/shock absorber/unsteady aerodynamics. | ||||||||||
| mbdyn-1.1.0.tar.gz | std::ization, more efficient solution, support for Umfpack 3. | ||||||||||
| 1.0 | |||||||||||
| mbdyn-1.0.1.tar.gz | Minor fixes. | ||||||||||
| mbdyn-1.0.0.tar.gz | First release. | ||||||||||
See this link for up-to-date snapshots for Windows XP (compiled under MSYS/MinGW & Cygwin).
If you enjoy MBDyn, please consider posting a message on the mbdyn-users@mbdyn.org mailing list to let us know what you are using MBDyn for. Interesting projects can be listed in MBDyn's Research Page.It is known to work on:
LIBS="-lF90 -lCEPCF90"
CXXCPPFLAGS="-I$INTELPATH/include -I$INTELPATH/substitute_headers $CPPFLAGS"
gunzip -c mbdyn.tar.gz | tar xf -
cd mbdyn-$VERSION ./configure [options]
make
mbdyn/mbdyn(not kidding: the name mbdyn is used very extensively in the sources ...);
The main copyright holders at present are Paolo Mantegazza and Pierangelo Masarati. Contributors must explicitly share the copyright of the code they contribute to MBDyn with the main copyright holders, because the main copyright holders want to be able to act against any license violations. The main copyright holders reserve for themselves the right to change the license of subsequent versions of the code as permitted by the GPL, because they want to be able to protect the distribution of the code in case flaws in the license are discovered. This will not alter any user's rights on an already distributed version.
Any static/dynamic object that comes with MBDyn must be considered part of the code and NOT a library. As a consequence, it is covered by the same license as the code.
* Better read the license anyway :)