Skip to content

v1.10.18

Choose a tag to compare

@github-actions github-actions released this 16 Dec 23:26

LowLevelFEM v1.10.18

Diff since v1.10.17

New release: 1.10.18

Bug fixes

Bug fix

New features

  • getindex!, setindex! functions for VectorField, Tensorfield: v[1] = s, t[2,:] = v, s = v[3], s = t[2,3], v = t[:,1]
  • differential operators for scalar fields: d/dx, d/dy, d/dz
  • time derivative of scalar fields
  • integration with respect to time