Skip to content

Commit

Permalink
Merge pull request #49 from peterrum/point_value
Browse files Browse the repository at this point in the history
Use VectorTools::point_value
  • Loading branch information
mschreter authored May 31, 2021
2 parents 9d63c90 + bf25063 commit c8b6989
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 c8b6989

Please sign in to comment.