From e01645911acf9cfef3c35ba6101e63f9f0947608 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 4 Feb 2002 10:02:05 +0000
Subject: [PATCH] Commit doc update by Ben.

git-svn-id: https://svn.dealii.org/branches/Branch-3-3@5467 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/base/include/base/data_out_base.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h
index 034ce4db6d..d8c999054c 100644
--- a/deal.II/base/include/base/data_out_base.h
+++ b/deal.II/base/include/base/data_out_base.h
@@ -283,6 +283,19 @@ class ParameterHandler;
  * (bi-,tri-)linear elements.
  *
  *
+ * @sect3{Tecplot format}
+ *
+ * The @p{write_tecplot} function and the @p{write} function through the @p{tecplot}
+ * parameter write the data in the Tecplot (http://www.amtec.com) FEBLOCK format. The
+ * program supports 1, 2, and 3D data and has features such as contouring, slicing,
+ * drawing streamlines, and animation. Patches are written as a collection of
+ * quadrilaterals in 2D or bricks in 3D, with the nodal values interpolated to
+ * (bi-,tri-) linear elements.
+ *
+ * Future work will write Tecplot binary files directly rather than the current
+ * ASCI text files provided the proper libraries are detected at compile time.
+ *
+ *
  * @sect3{VTK format}
  *
  * This is the file format used by the Visualization Toolkit (VTK, see
-- 
2.39.5