-
Notifications
You must be signed in to change notification settings - Fork 95
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
PETSc XZHermiteSpline #2917
Open
ZedThree
wants to merge
14
commits into
next
Choose a base branch
from
petsc-xzhermitespline
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PETSc XZHermiteSpline #2917
Commits on Feb 3, 2024
-
Simplify XZInterpolation class
Reduce duplication by moving some overloads to the base class.
Configuration menu - View commit details
-
Copy full SHA for 6ee9f74 - Browse repository at this point
Copy the full SHA 6ee9f74View commit details
Commits on Feb 4, 2024
-
Optimised build was omitting XZInterpolation factory registrations.
Configuration menu - View commit details
-
Copy full SHA for 936cd55 - Browse repository at this point
Copy the full SHA 936cd55View commit details
Commits on May 24, 2024
-
Merge branch 'next' into petsc-interpolation
* next: (194 commits) invert_laplace: Fix outer boundary metrics Apply clang-format changes Apply clang-format changes Apply suggestions from code review Fix missed adios Prefer ADIOS2 over ADIOS in more cases Update tests/unit/test_extras.hxx Apply clang-format changes Silence warning about assignment in `if` statement Fix some short identifiers Make a couple of implicit casts explicit CI: Suppress some warnings about short identifiers Move some static functions to anonymous namespace CI: Remove deprecated clang-tidy option Include header for `BoutReal`; remove unused header Apply clang-format Add options to set Butcher tables by name Simplify SUNDIALS cmake Switch to [[maybe_unused]] Apply suggestions from code review ...
Configuration menu - View commit details
-
Copy full SHA for 2dc3967 - Browse repository at this point
Copy the full SHA 2dc3967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdb962 - Browse repository at this point
Copy the full SHA 0cdb962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ee8be - Browse repository at this point
Copy the full SHA 86ee8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb8b550 - Browse repository at this point
Copy the full SHA cb8b550View commit details -
Add
PetscXZHermiteSpline
that can be split in x directionBased on @dschwoerer's implementation in #2651
Configuration menu - View commit details
-
Copy full SHA for b9cbb52 - Browse repository at this point
Copy the full SHA b9cbb52View commit details -
WIP: Switch
PetscXZHermiteSpline
to usePetscMatrix
for weightsCurrently gives pretty bad results, not sure why
Configuration menu - View commit details
-
Copy full SHA for 183c7a2 - Browse repository at this point
Copy the full SHA 183c7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bef1c - Browse repository at this point
Copy the full SHA 39bef1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 654f605 - Browse repository at this point
Copy the full SHA 654f605View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c453dee - Browse repository at this point
Copy the full SHA c453deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e4d8c - Browse repository at this point
Copy the full SHA 05e4d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf90b1d - Browse repository at this point
Copy the full SHA bf90b1dView commit details
Commits on May 31, 2024
-
Although `getGlobal` is only valid for local indices, unfortunately `isLocal` calls `getGlobal`, so we can't actually check!
Configuration menu - View commit details
-
Copy full SHA for b7f5b94 - Browse repository at this point
Copy the full SHA b7f5b94View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.