From 8e9f363d9123371b8df18bcd46743fd1aad73fe9 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 28 May 2008 20:29:32 +0000 Subject: [PATCH] replace $hp$ by hp git-svn-id: https://svn.dealii.org/trunk@16267 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-27/step-27.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-27/step-27.cc b/deal.II/examples/step-27/step-27.cc index 8c3e8054e2..6a440b5b57 100644 --- a/deal.II/examples/step-27/step-27.cc +++ b/deal.II/examples/step-27/step-27.cc @@ -44,7 +44,7 @@ // SparsityPattern class and the // CompressedSparsityPattern class already // discussed in step-11 and step-18. The last - // two provide $hp$ versions of the + // two provide hp versions of the // DoFHandler and FEValues classes as // described in the introduction of this // program. @@ -263,7 +263,7 @@ void LaplaceProblem::setup_system () // cell. Its main working is as has been // described in many of the tutorial programs // before. The significant deviations are the - // ones necessary for $hp$ finite element + // ones necessary for hp finite element // methods. In particular, that we need to // use a collection of FEValues object // (implemented through the hp::FEValues @@ -369,7 +369,7 @@ void LaplaceProblem::assemble_system () // all we still have to do is to treat // Dirichlet boundary values // correctly. This works in exactly the - // same way as for non-$hp$ objects: + // same way as for non-hp objects: std::map boundary_values; VectorTools::interpolate_boundary_values (dof_handler, 0, -- 2.39.5