Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Latest commit

 

History

History
91 lines (51 loc) · 2.72 KB

NEWS.md

File metadata and controls

91 lines (51 loc) · 2.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

  • Exporting most used functions from ODETools and TransientFETools. Since PR #68.

[0.8.0] - 2021-12-13

Added

  • Updated to Gridap v0.17 in PR #58

Changed

  • New API for transient FE operators. Since PR #63.
  • Hiding the creation of TransientFESolver from user code. Since PR #59.

Fixed

  • Fixing Autodiff since PR #62.

[0.7.0] - 2021-09-21

Added

  • Added Newmark method in PR #55
  • Updated to Gridap v0.16 in PR #54

[0.6.0] - 2020-12-15

Changed

  • Updated to Gridap v0.15 in PR #43

[0.5.0] - 2020-08-24

Fixed

  • Append matdata from jacobian and jacobian_t to get the right sparsity pattern. Since PR #21
  • Bug-fixed skeleton terms. Since PR #24

Changed

  • The MultiFieldFESpace method that takes a vector of spaces that include at least one TransientFESpace is called TransientMultiFieldFESpace. Since PR #27
  • Updated to Gridap v0.13.

[0.4.0] - 2020-07-08

Added

  • Support for computation of partial time derivatives since PR #20
  • Updated to Gridap v0.12.0

[0.3.0] - 2020-06-29

Added

  • New constant and affine version of operators via a new Trait OperatorType being used in ODEOperator, ODEOpFromFEOp and TransientFEOperator. Since PR #18

[0.2.1] - 2020-06-16

Changed

  • Tests updated for new Gridap inner product format

[0.2.0] - 2020-04-26

Added

  • Support to automatic differentiation
  • Time integration of multivalue problems
  • Implementation of a ForwardEuler solver

Changed

Fixed

  • Bug in ThetaMethod

[0.1.0] - 2020-04-18

It is the first fully functional version.