From 4236c837b62191c9ad2245e8812c92b5839165f0 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 17 Sep 2010 21:49:34 +0000 Subject: [PATCH] add documentation of parameter git-svn-id: https://svn.dealii.org/trunk@22033 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index acb9b373f9..c5158ba1a2 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -475,6 +475,11 @@ class FETools * is the format used in * FiniteElement, where we want * to use this function mostly. + * + * @arg isotropic_only Set + * to true if you only + * want to compute matrices for + * isotropic refinement. */ template static void compute_projection_matrices( -- 2.39.5