From 8dc271a993959e13bfabab0926dbe858ccfab370 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 3 Jan 2014 13:34:16 +0000 Subject: [PATCH] add documentation of level_cell git-svn-id: https://svn.dealii.org/trunk@32150 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/dof_info.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/include/deal.II/meshworker/dof_info.h b/deal.II/include/deal.II/meshworker/dof_info.h index 633da8c711..7d0f7f62f8 100644 --- a/deal.II/include/deal.II/meshworker/dof_info.h +++ b/deal.II/include/deal.II/meshworker/dof_info.h @@ -172,6 +172,10 @@ namespace MeshWorker /// The block structure of the system SmartPointer > block_info; + /** + * The structure refers to a cell with level data instead of + * active data. + */ bool level_cell; private: /** -- 2.39.5