From cd8be7870ababfe7ec81a2b78d9ee593690f3cc7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Aug 2007 19:45:36 +0000 Subject: [PATCH] One more sentence git-svn-id: https://svn.dealii.org/trunk@14886 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-27/doc/intro.dox | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-27/doc/intro.dox b/deal.II/examples/step-27/doc/intro.dox index 25ca5805d6..78116a856d 100644 --- a/deal.II/examples/step-27/doc/intro.dox +++ b/deal.II/examples/step-27/doc/intro.dox @@ -61,11 +61,13 @@ what the program should do, not exactly how all this is going to happen. In deal.II, the $hp$ functionality is largely packaged into -the @ref hp namespace. This namespace provides classes that handle +the hp namespace. This namespace provides classes that handle $hp$ discretizations, assembling matrices and vectors, and other tasks. We will get to know many of them further down below. In addition, many of the functions in the DoFTools, and VectorTools -classes accept $hp$ objects in addition to the non-$hp$ ones. +classes accept $hp$ objects in addition to the non-$hp$ ones. Much of +the $hp$ implementation is also discussed in the @ref hp documentation +module and the links found there. It may be worth giving a slightly larger perspective at the end of this first part of the introduction. $hp$ functionality has been @@ -185,8 +187,13 @@ only with hanging node constraints, but also with $hp$ constraints at the same time. +

Assembling matrices and vectors with $hp$ objects

+ + + +

A simple indicator for $hp$ refinement and estimating smoothness

One of the central pieces of the adaptive finite element method is that we -- 2.39.5