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.
- Support for the solution of transient PDEs in parallel with
GridapDistributed
. Since PR #68.
- Exporting most used functions from
ODETools
andTransientFETools
. Since PR #68.
- Updated to Gridap v0.17 in PR #58
- New API for transient FE operators. Since PR #63.
- Hiding the creation of
TransientFESolver
from user code. Since PR #59.
- Fixing Autodiff since PR #62.
- Updated to Gridap v0.15 in PR #43
- Append
matdata
fromjacobian
andjacobian_t
to get the right sparsity pattern. Since PR #21 - Bug-fixed skeleton terms. Since PR #24
- The
MultiFieldFESpace
method that takes a vector of spaces that include at least oneTransientFESpace
is calledTransientMultiFieldFESpace
. Since PR #27 - Updated to Gridap v0.13.
- Support for computation of partial time derivatives since PR #20
- Updated to Gridap v0.12.0
- New constant and affine version of operators via a new Trait
OperatorType
being used inODEOperator
,ODEOpFromFEOp
andTransientFEOperator
. Since PR #18
- Tests updated for new Gridap inner product format
- Support to automatic differentiation
- Time integration of multivalue problems
- Implementation of a ForwardEuler solver
- Bug in ThetaMethod
It is the first fully functional version.