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

Remove deprecated functions in GridReordering #15611

Conversation

masterleinad
Copy link
Member

Deprecated in #12071 and #12082.

Comment on lines -28 to -38
/**
* A class implementing various grid reordering algorithms. For more information
* see the
* @ref reordering "reordering module".
*
* @deprecated Use GridTools::invert_all_negative_measure_cells() or
* GridTools::consistently_order_cells() instead of the functions provided by
* this class. Usage of the old-style numbering is deprecated.
*/
template <int dim, int spacedim = dim>
class GridReordering
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unfortunate that we didn't mark this class as deprecated, nor that we poisoned the header file. Any thoughts?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is ok to delete this function, given that all functions in the class were deprecated before.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good!

@masterleinad
Copy link
Member Author

/rebuild

@bangerth bangerth merged commit 80c4fc3 into dealii:master Jul 3, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants