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

improve name and documentation #15369

Merged
merged 1 commit into from Jun 17, 2023
Merged

improve name and documentation #15369

merged 1 commit into from Jun 17, 2023

Conversation

jh66637
Copy link
Contributor

@jh66637 jh66637 commented Jun 16, 2023

The function

convert_to_distributed_compute_point_locations_internal(n_quadrature_points,...)

distributes structdim*n_quadrature_points quadrature points, and therefore the name can be easily misunderstood.

@@ -1361,7 +1361,8 @@ namespace GridTools
std::vector<unsigned int> recv_ptrs;

/**
* Distribute quadrature points on found intersections and construct
* Distribute structdim*n_points_1D quadrature points on found
Copy link
Member

Choose a reason for hiding this comment

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

Is this right? Shouldn't it be n_points_1d ^ structdim?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for spotting, this is what I wanted to write. I checked the Code and QGaussSimplex() does not always have n_points_1d ^ structdim points. So I rephrased the documentation.

@bangerth
Copy link
Member

/rebuild

@bangerth bangerth added this to the Release 9.5 milestone Jun 16, 2023
@bangerth bangerth merged commit 6a02ca3 into dealii:master Jun 17, 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

3 participants