From 847f418c6fe7ecaf1bffa56e4b9435cc1bf7eccd Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 10 May 2024 17:26:03 +0200 Subject: [PATCH] Update examples/step-15/step-15.cc Co-authored-by: Martin Kronbichler --- examples/step-15/step-15.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5