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

switch to BOUT_FOR and simplify Div_a_Grad_perp #2641

Merged
merged 6 commits into from
Feb 23, 2023
Merged

Conversation

dschwoerer
Copy link
Contributor

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 25 out of 26. Check the log or trigger a new build to see more.

src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Show resolved Hide resolved
src/mesh/fv_ops.cxx Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Comment on lines +17 to +20
template <class T>
Slices<T> makeslices(bool use_slices, const T& field) {
return Slices<T>(use_slices, field);
}
Copy link
Member

Choose a reason for hiding this comment

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

Just to note that we'll upgrade to C++17 soon and that should be able to deduce T without this helper

@ZedThree ZedThree merged commit c199c5a into next Feb 23, 2023
@ZedThree ZedThree deleted the fv_ops_cleanup branch February 23, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants