Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 31 Dec 07:32

LowLevelFEM v1.7.1

Diff since v1.7.0

New release: 1.7.1

Bug fixes

  • Computation of heat capacity matrix
  • Plotting temperature path result

New features

Transient heat conduction problems.

  • ϑ-method
    • Explicit Euler (ϑ=0)
    • Implicit Euler (ϑ=1)
    • Crank-Nicolson (ϑ=1/2)
    • Faster algorithm when ϑ=0 and heat capacity matrix is lumped.