Skip to content

Conversation

@quangx
Copy link
Contributor

@quangx quangx commented Nov 3, 2025

This pull request adds another test for GMG global coarsening. Work in progress until test results are updated.

@tjhei
Copy link
Member

tjhei commented Nov 12, 2025

are iterations numbers similar between GC and LS? Also for meshes that are a bit finer? If yes, I am okay to remove the assert and merge this PR.

Comment on lines 1575 to +1577
if (this->get_boundary_velocity_manager().get_tangential_boundary_velocity_indicators().size() > 0)
{
Assert(false, dealii::StandardExceptions::ExcNotImplemented("This is not tested."));
// Assert(false, dealii::StandardExceptions::ExcNotImplemented("This is not tested."));
Copy link
Contributor

Choose a reason for hiding this comment

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

If you remove the assert, just remove it. The current state of the code base should represent the current state, not some previously present assertion -- that is just bound to confuse readers. If you think the code is now well tested, let's just remove the assertion. If you don't think that the code is well tested, then of course we should not remove the assertion.

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.

3 participants