From 0f1574115ac48a7211f6c4581680bdb319a6fd3b Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 14 May 2013 14:13:36 +0000 Subject: [PATCH] Update comment git-svn-id: https://svn.dealii.org/trunk@29508 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_q_iso_q1.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_q_iso_q1.h b/deal.II/include/deal.II/fe/fe_q_iso_q1.h index a07a1b621b..7f4c5cc620 100644 --- a/deal.II/include/deal.II/fe/fe_q_iso_q1.h +++ b/deal.II/include/deal.II/fe/fe_q_iso_q1.h @@ -56,10 +56,11 @@ DEAL_II_NAMESPACE_OPEN * *
  • Systems of PDEs where certain variables demand for higher resolutions * than the others and the additional degrees of freedom should be spend on - * increasing the resolution of linears instead of higher order - * polynomials. This can be the case when irregularities (shocks) appear in - * the solution and stabilization techniques are used that work for linears - * but not higher order elements.
  • + * increasing the resolution of linears instead of higher order polynomials, + * and you do not want to use two different meshes for the different + * components. This can be the case when irregularities (shocks) appear in the + * solution and stabilization techniques are used that work for linears but + * not higher order elements. * *
  • Stokes/Navier Stokes systems as the one discussed in step-22 could be * solved with Q2-iso-Q1 elements for velocities instead of Q2 -- 2.39.5