From bfa2c7e21e6492308f81f02f8185605ebbcb3f81 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 4 Feb 2002 10:01:37 +0000 Subject: [PATCH] Commit doc update by Ben. git-svn-id: https://svn.dealii.org/trunk@5466 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