From 92dc74529ccb1fad348d9c76e72e3fb83adbcec1 Mon Sep 17 00:00:00 2001 From: Alexander Grayver Date: Sat, 21 Mar 2020 08:43:03 +0100 Subject: [PATCH] Add a wiki link --- examples/step-65/step-65.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5