From 687f62f14d924aa59f9eadf386b54ad789d99d89 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Fri, 2 Oct 2009 15:32:11 +0000 Subject: [PATCH] Tiny update in first paragraph. git-svn-id: https://svn.dealii.org/trunk@19670 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-37/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-37/doc/intro.dox b/deal.II/examples/step-37/doc/intro.dox index a41f5fc6d3..5d979e4ac3 100644 --- a/deal.II/examples/step-37/doc/intro.dox +++ b/deal.II/examples/step-37/doc/intro.dox @@ -8,7 +8,7 @@ This example shows how to implement a matrix-free method, that is, a method that does not explicitly store the matrix elements, for a -second-order Poisson equation with variable coefficients on a rather +second-order Poisson equation with variable coefficients on a fairly unstructured mesh representing a circle.

Matrix-vector product implementation

-- 2.39.5