From 15985e830464e03d76ffb8e5107b794dbfdb267d Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 27 Mar 2022 17:58:09 -0400 Subject: [PATCH] [Examples] Provide extended description for website --- samples/cxx/jacobian/derivative_speed.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/cxx/jacobian/derivative_speed.cpp b/samples/cxx/jacobian/derivative_speed.cpp index 6f8173a258..6dc544be05 100644 --- a/samples/cxx/jacobian/derivative_speed.cpp +++ b/samples/cxx/jacobian/derivative_speed.cpp @@ -1,7 +1,11 @@ /*! * @file derivative_speed.cpp * - * Benchmark tests for derivative evaluations + * Benchmark derivative evaluations + * + * Calculate derivatives of reaction rates of progress and species production and + * destruction rates with respect to temperature, pressure, molar concentration, + * and mole fractions. Time evaluation for different chemical mechanisms. */ // This file is part of Cantera. See License.txt in the top-level directory or