Closed akleb closed 3 years ago
Update the latest PETSC version to 3.15 (mdolab/docker#139)
What types of change is it?
Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.
flake8
black
Because this should not break anything, we plan to merge these in individually, then test them altogether once the deps images are updated to 3.15.
Purpose
Update the latest PETSC version to 3.15 (mdolab/docker#139)
Type of change
What types of change is it?
Testing
Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.
Checklist
flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted