From 86a7301fd8e9f8d07ce3b9bbb354a5a09279a3e6 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 10 Jan 2010 10:23:25 +0000 Subject: [PATCH] add MeshWorker module git-svn-id: https://svn.dealii.org/trunk@20346 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/mesh_worker.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deal.II/doc/doxygen/headers/mesh_worker.h diff --git a/deal.II/doc/doxygen/headers/mesh_worker.h b/deal.II/doc/doxygen/headers/mesh_worker.h new file mode 100644 index 0000000000..76cd8bbf93 --- /dev/null +++ b/deal.II/doc/doxygen/headers/mesh_worker.h @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------- +// $Id: lac.h 12034 2006-01-15 21:16:14Z wolf $ +// Version: $Name$ +// +// Copyright (C) 2010 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//------------------------------------------------------------------------- + + +/** + * @defgroup MeshWorker The MeshWorker interface + * + * A collection of classes and functions simplifying the coding of + * loops over all cells and faces. + * All classes and functions of this module are in the MeshWorker + * namespace, which also contains documentation on the usage. + */ -- 2.39.5