v1.5.0
Changelog since [1.4.0] - 2021-11-15
Added
- Add kwargs of
field.extract()
tofun
andjac
ofnewtonrhapson
.
Changed
- Set default number of
threads
inMatadiMaterial
tomultiprocessing.cpu_count()
. - Moved documentation to Read the Docs (Sphinx).
Fixed
- Fix
dim
in calculation of reaction forces (tools.force
) forFieldMixed
. - Fix calculation of reaction moments (
tools.moment
) forFieldMixed
.