From: Alexander Grayver Date: Sat, 21 Mar 2020 07:43:03 +0000 (+0100) Subject: Add a wiki link X-Git-Tag: v9.2.0-rc1~389^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92dc74529ccb1fad348d9c76e72e3fb83adbcec1;p=dealii.git Add a wiki link --- diff --git a/examples/step-65/step-65.cc b/examples/step-65/step-65.cc index 2bba62ff20..9ea786db42 100644 --- a/examples/step-65/step-65.cc +++ b/examples/step-65/step-65.cc @@ -470,9 +470,10 @@ namespace Step65 // interpret the subdivisions of the elements as a high-order Lagrange // polynomial rather than a collection of bilinear patches. // Recent visualization programs, like ParaView version 5.5 - // or newer, can then render a high-order solution (one typically needs to - // adjust a parameter called "nonlinear subdivision level"). Secondly, we - // need to make sure that the mapping is passed to the + // or newer, can then render a high-order solution (see a wiki + // page for more details). + // Secondly, we need to make sure that the mapping is passed to the // DataOut::build_patches() method. Finally, the DataOut class only prints // curved faces for boundary cells by default, so we need to ensure // that also inner cells are printed in a curved representation via the