From 2b0b1afa06b9f14d38e5385d3ff367d6afb8daa5 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 9 Aug 2012 17:54:22 +0000 Subject: [PATCH] improve intro git-svn-id: https://svn.dealii.org/trunk@25835 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/vector_valued.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index a1642ae729..367b222e5f 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -16,7 +16,8 @@ * @defgroup vector_valued Handling vector valued problems * * - * Vector-valued problems are partial differential equations in which the + * Vector-valued problems are systems of partial differential + * equations. These are problems where the * solution variable is not a scalar function, but a vector-valued function or * a set of functions. This includes, for example: * * * This page gives an overview of how to implement such vector-valued problems - * efficiently in deal.II. + * easily in deal.II. In particular, it explains the usage of the class + * FESystem, which allows us to write code for systems of partial + * differential very much like we write code for single equations. * * * -- 2.39.5
%Table of contents