DIfferential/ALgebraic equations Solvers. ARKode, IDA, and KINSOL are
supported. ARKode is a solver library that provides adaptive-step time
integration. IDA is a package for the solution of differential-algebraic
- equations systems in the form $F(t,y,y')=0$. KINSOL is olver for nonlinear
+ equations systems in the form $F(t,y,y')=0$. KINSOL is solver for nonlinear
algebraic systems.
\item
\item
A dedicated differentiation module has been created to provide support for
automatic and symbolic differentiation. Automatic differentiation is a set of
- technique to evaluate the derivates of a function defined by a compute
+ technique to evaluate the derivatives of a function defined by a compute
program. Currently the Adol-C and Sacado libraries are supported through a
unified interface. In practice, this support means that Adol-c and Sacado
data types can be used in the \texttt{FEValues} and \texttt{FEValuesViews}