From: kanschat Date: Thu, 9 Aug 2012 17:54:22 +0000 (+0000) Subject: improve intro X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36c8d6f7671f24a29ae48466d6c411ef300bb4f;p=dealii-svn.git improve intro git-svn-id: https://svn.dealii.org/trunk@25835 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. * * *
%Table of contents