Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 1, 2024
1 parent bd6ca51 commit 9e58656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/dolfinx/refinement/refine.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace dolfinx::refinement
/// process as the parent cell.
/// @param[in] option Control the computation of parent facets, parent
/// cells. If an option is not selected, an empty list is returned.
/// @return New mesh and optional parent cell index, parent facet
/// @return New mesh, and optional parent cell indices and parent facet
/// indices.
template <std::floating_point T>
std::tuple<mesh::Mesh<T>, std::optional<std::vector<std::int32_t>>,
Expand Down
4 changes: 2 additions & 2 deletions cpp/dolfinx/refinement/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ std::vector<std::int64_t> adjust_indices(const common::IndexMap& map,
/// @warning The refined mesh must not have been redistributed during
/// refinement.
///
/// @warning `GhostMode` must be mesh::GhostMode::none.
/// @warning Mesh/topology `GhostMode` must be mesh::GhostMode::none.
///
/// @param[in] tags0 Tags on the parent mesh.
/// @param[in] topology1 Refined mesh topology.
Expand All @@ -300,7 +300,7 @@ std::array<std::vector<std::int32_t>, 2> transfer_facet_meshtag(
/// @warning The refined mesh must not have been redistributed during
/// refinement.
///
/// @warning `GhostMode` must be mesh::GhostMode::none.
/// @warning Mesh/topology `GhostMode` must be mesh::GhostMode::none.
///
/// @param[in] tags0 Tags on the parent mesh.
/// @param[in] topology1 Refined mesh topology.
Expand Down

0 comments on commit 9e58656

Please sign in to comment.