Skip to content

Commit

Permalink
Update include/deal.II/grid/grid_tools.h
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kronbichler <martin.kronbichler@uni-a.de>
  • Loading branch information
jh66637 and kronbichler committed Apr 14, 2023
1 parent 2ec4452 commit c845900
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions include/deal.II/grid/grid_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,12 @@ namespace GridTools
* account that the returned cell will only contain the point approximately.
* @param[in] enforce_unique_mapping Enforce a one to one mapping between points
* in real and reference space.
* @param[in] marked_vertices Provide vertices that correspond to elements in
* the reference points are searched
* @param[in] marked_vertices An array of bools indicating which
* vertices of @p mesh will be considered within the search
* as the potentially closest vertex. On receiving a non-empty
* @p marked_vertices, the function will
* only search among @p marked_vertices for the closest vertex,
* otherwise on all vertices in the mesh.
* @return A tuple containing the quadrature information
*
Expand Down

0 comments on commit c845900

Please sign in to comment.