diff --git a/include/adaflo/sharp_interface_util.h b/include/adaflo/sharp_interface_util.h index 73805d3..1f47914 100644 --- a/include/adaflo/sharp_interface_util.h +++ b/include/adaflo/sharp_interface_util.h @@ -86,11 +86,11 @@ namespace dealii Utilities::MPI::RemotePointEvaluation cache; const auto evaluation_values = - VectorTools::evaluate_at_points(background_mapping, - background_dofhandler, - velocity_vector, - evaluation_points, - cache); + VectorTools::point_values(background_mapping, + background_dofhandler, + velocity_vector, + evaluation_points, + cache); unsigned int counter = 0;