Skip to content

Commit

Permalink
Use VectorTools::point_value
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum committed May 30, 2021
1 parent 9d63c90 commit bf25063
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/adaflo/sharp_interface_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ namespace dealii
Utilities::MPI::RemotePointEvaluation<spacedim, spacedim> cache;

const auto evaluation_values =
VectorTools::evaluate_at_points<spacedim>(background_mapping,
background_dofhandler,
velocity_vector,
evaluation_points,
cache);
VectorTools::point_values<spacedim>(background_mapping,
background_dofhandler,
velocity_vector,
evaluation_points,
cache);

unsigned int counter = 0;

Expand Down

0 comments on commit bf25063

Please sign in to comment.