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

Set any extra boundary cells in LaplacePetsc3dAmg #2254

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

johnomotani
Copy link
Contributor

Avoids risk of using uninitialised values.

Also adds a check that parallel slices exist before trying to set boundary cells of solution.ydown() and solution.yup(). Not sure what should happen if parallel slices don't exist though (see #2253).

Avoids risk of using uninitialised values
@johnomotani johnomotani added bugfix small-change Changes less than 100 lines - should be quick to review labels Mar 8, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2021

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

@ZedThree ZedThree merged commit af8092f into next Mar 15, 2021
@ZedThree ZedThree deleted the petsc3damg-set-extra-boundary-cells branch March 15, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix small-change Changes less than 100 lines - should be quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants