Skip to content

Conversation

@pbehne
Copy link
Contributor

@pbehne pbehne commented Oct 27, 2025

This involved moving the n_iterations parameter from the smooth method to the constructor and storing it as a class attribute. The old functionality is deprecated.

Ref #4082

@pbehne pbehne force-pushed the variational_smoother_moose branch from 807995f to 9a6fdb5 Compare October 27, 2025 20:52
…of as argument to smooth method. This makes it look like it's parent class MeshSmoother and it's sister class VariationalMeshSmoother Ref. libMesh#4082.
@pbehne pbehne force-pushed the variational_smoother_moose branch from 9a6fdb5 to c8252a7 Compare October 27, 2025 21:25
@moosebuild
Copy link

moosebuild commented Oct 28, 2025

Job Coverage, step Generate coverage on 9e73306 wanted to post the following:

Coverage

Inconsistent report tags were found between the head and base reports.
This can happen when reports are missing from either the head or the base.

Inconsistent tags:
32bit-np2_threads2
Full coverage report

This comment will be updated on new commits.

(_mesh.comm(), _mesh.nodes_begin(), _mesh.nodes_end(), sync_object);

} // end for n_iterations
for (unsigned int n = 0; n < _n_iterations; n++) {
Copy link
Member

Choose a reason for hiding this comment

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

Yeah, let's fix all this. Whitespace changes should be in separate commits, and also they should change formatting to libMesh standards, not away from libMesh standards. ;-)

@roystgnr
Copy link
Member

Failure unrelated

@roystgnr roystgnr merged commit e27e71b into libMesh:devel Oct 30, 2025
20 of 21 checks passed
@pbehne pbehne deleted the variational_smoother_moose branch October 30, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants