Skip to content

Commit

Permalink
add instantiations
Browse files Browse the repository at this point in the history
  • Loading branch information
jh66637 committed Apr 14, 2023
1 parent 1e2b2f2 commit 053a158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/grid/grid_tools.inst.in
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
const Cache<deal_II_dimension, deal_II_space_dimension> &,
const std::vector<Point<deal_II_space_dimension>> &,
const std::vector<std::vector<BoundingBox<deal_II_space_dimension>>> &,
const double tolerance);
const double tolerance,
const std::vector<bool> &marked_vertices,
const bool enforce_unique_mapping);

template internal::DistributedComputePointLocationsInternal<
deal_II_dimension,
Expand Down

0 comments on commit 053a158

Please sign in to comment.