Skip to content

Releases: tdegeus/FrictionQPotFEM

Output Epsdot

05 May 15:07
e186809
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.19.0

Internal changes only

25 Mar 09:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

Replacing `System` by `HybridSystem`

23 Mar 08:50
d22e9c7
Compare
Choose a tag to compare

What's Changed

  • Fixing docstrings by @tdegeus in #136
  • Adding damping at the interface (adds setEta) by @tdegeus in #139
  • Adding historic test case using prrng (in Python for readability) by @tdegeus in #144
  • Adding output to historic test by @tdegeus in #145
  • Fixing historic test to shear by @tdegeus in #146
  • Historic tests by @tdegeus in #147
  • [BREAKING CHANGE] Merging HybridSystem in System. Immediate deprecation material. Deprecating deprecated methods. by @tdegeus in #143
  • Adding xtensor-python to version string by @tdegeus in #140
  • Removing virtual where unneeded by @tdegeus in #148
  • Minor internal updates. Removing virtual on updated_v by @tdegeus in #149

Full Changelog: v0.17.4...v0.18.0

Improving Python naming

18 Feb 16:50
76056ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.3...v0.17.4

Adding "timeSteps_residualcheck"

17 Feb 16:37
378e087
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.2...v0.17.3

Truncate minimise: adding overload

08 Feb 16:59
931f9d2
Compare
Choose a tag to compare

What's Changed

  • Adding "minimise_truncate" overload to deal with triggering by @tdegeus in #131

Full Changelog: v0.17.1...v0.17.2

Adding function to truncate minimise

28 Jan 09:02
Compare
Choose a tag to compare

What's Changed

  • Adding function to truncate minimization at a certain A by @tdegeus in #130

Full Changelog: v0.17.0...v0.17.1

Extending eventDriven protocol with iterative search

16 Nov 19:52
1f7a180
Compare
Choose a tag to compare
  • [BREAKING CHANGE] eventDriven: adding iterative search (replaces "fallback" that is immediately deprecated) (#129)
  • Fixing GH pages (#129)

Relaxing test

31 Oct 16:47
4ec2ed6
Compare
Choose a tag to compare

eventDriven: Preferring no step over sign inverse

Relaxing parameters

31 Oct 15:55
Compare
Choose a tag to compare
  • eventDriven: adding modest fallback option
  • Increasing the maximum number of iterations
  • minimise: improving debug information
  • Fixing the maximum iterations
  • Renaming CMake target "docs" -> "html" (as in sphinx)