From: Timo Heister Date: Fri, 10 May 2024 15:26:03 +0000 (+0200) Subject: Update examples/step-15/step-15.cc X-Git-Tag: v9.6.0-rc1~291^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16981%2Fhead;p=dealii.git Update examples/step-15/step-15.cc Co-authored-by: Martin Kronbichler --- diff --git a/examples/step-15/step-15.cc b/examples/step-15/step-15.cc index 013dc483f3..c5770aaec0 100644 --- a/examples/step-15/step-15.cc +++ b/examples/step-15/step-15.cc @@ -373,7 +373,7 @@ namespace Step15 // it to the SolutionTransfer. Now we can actually execute the refinement // and create the new matrices and vectors including the vector // `current_solution`, that will hold the current solution on the new mesh - // after calling `interpolate`: + // after calling SolutionTransfer::interpolate(): SolutionTransfer solution_transfer(dof_handler); const Vector coarse_solution = current_solution; solution_transfer.prepare_for_coarsening_and_refinement(coarse_solution);