From 724f4a0694313a739e9304f308767fd70bebbd93 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 2 Sep 2007 20:16:31 +0000 Subject: [PATCH] add function documentation git-svn-id: https://svn.dealii.org/trunk@15101 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/flow_function.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/base/include/base/flow_function.h b/deal.II/base/include/base/flow_function.h index 2bdde879b2..da682e0418 100644 --- a/deal.II/base/include/base/flow_function.h +++ b/deal.II/base/include/base/flow_function.h @@ -172,6 +172,12 @@ namespace Functions * Artificial divergence free function with homogeneous boundary * conditions on the cube [-1,1]dim. * + * The function in 2D is + * @f[ + * \left(\begin{array}{c}u\\v\\p\end{array}\right) + * \left(\begin{array}{c}\cos^2x \sin y\cos y\\-\sin x\cos x\cos^2y\\ + * \sin x\cos x\sin y\cos y\end{array}\right) + * @f] * @ingroup functions * @author Guido Kanschat, 2007 */ -- 2.39.5