From 1fe8ecb60f8fd69b2eda9f6dacbd3624592d6336 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Sep 2004 19:01:04 +0000 Subject: [PATCH] Remove comments that aren't accurate. Update other comments. git-svn-id: https://svn.dealii.org/trunk@9684 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_q.h | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 0405505abd..351aa3a406 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -307,13 +307,18 @@ class FE_Q : public FE_Poly,dim> /** * Declare a nested class which - * will hold static definitions of - * various matrices such as - * constraint and embedding - * matrices. The definition of - * the various static fields are - * in the files fe_q_[123]d.cc - * in the source directory. + * will hold static definitions + * of various matrices such as + * constraint. All other + * information about this + * particular finite element, + * such as embedding matrices, + * will be computed on-the-fly + * during construction. The + * definition of the various + * static fields are in the files + * fe_q_[123]d.cc in the + * source directory. */ struct Matrices { -- 2.39.5