From: Wolfgang Bangerth Date: Mon, 4 Feb 2002 10:01:37 +0000 (+0000) Subject: Commit doc update by Ben. X-Git-Tag: v8.0.0~18372 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64edb7d91dfec8742cb32de86a8898d76d2b012b;p=dealii.git Commit doc update by Ben. git-svn-id: https://svn.dealii.org/trunk@5466 0785d39b-7218-0410-832d-ea1e28bc413d --- 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