Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplex doxygen: more cleanup #14820

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/doxygen/headers/simplex.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
/**
* @defgroup simplex Simplex support (experimental)
*
* @brief This module describes the experimental simplex support in deal.II.
* This module describes the experimental simplex support in deal.II.
*
* Simplex and mixed meshes in deal.II are still experimental, i.e., work
* in progress. Large parts of the library have been ported to be able to
* operate on such kind of meshes. However, there are still many functions
* that need to be generalized.
*
* @section Important Simplex Functionality
* @section simplex_functionality_list Important Simplex Functionality
*
* Here is an incomplete list of functionality related to simplex
* computations:
Expand Down
3 changes: 2 additions & 1 deletion include/deal.II/grid/grid_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,8 @@ namespace GridGenerator
*
* @image html grid_generator_implicit_function_3d.png
*
* @relates simplex
* Also see
* @ref simplex "Simplex support".
*
* @param[out] tria The output triangulation
* @param[in] implicit_function The implicit function
Expand Down