From c5e67c814f82a5ded0560777f641274e8c663f49 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 7 Apr 2018 16:31:36 -0400 Subject: [PATCH] Fix two typos. --- 9.0/paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/9.0/paper.tex b/9.0/paper.tex index f124220..1d8a807 100644 --- a/9.0/paper.tex +++ b/9.0/paper.tex @@ -200,7 +200,7 @@ The major changes of this release are: 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 @@ -220,7 +220,7 @@ The major changes of this release are: \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} -- 2.39.5