Fix docs warnings update#3412
Open
dschwoerer wants to merge 1523 commits into
Open
Conversation
Co-authored-by: Peter Hill <peter.hill@york.ac.uk>
Global unused options
This includes the needed fixes, thus no workaround needed anymore
We want to follow spec0
Spec0 update
Bumps [externalpackages/googletest](https://github.com/google/googletest) from `d72f9c8` to `dc3c9ed`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@d72f9c8...dc3c9ed) --- updated-dependencies: - dependency-name: externalpackages/googletest dependency-version: dc3c9eda2f02ba32de9329dd27ace7e527f492dc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…nalpackages/googletest-dc3c9ed Bump externalpackages/googletest from `d72f9c8` to `dc3c9ed`
This is to prevent the PTC method from getting stuck when the alpha parameter gets very small, taking many iterations to recover.
…nalpackages/googletest-0b1e895 Bump externalpackages/googletest from `8736d2c` to `0b1e895`
Add checks to chooseProcessorSplit function in boutmesh.cxx
Not needed in current use, and may prevent vectorization.
If iterating over Field3D, the RegionID can be used to get the Region and so the blocks. This avoids lookup of array indices and helps vectorize simple loops.
…ctions/checkout-7 Bump actions/checkout from 6 to 7
Fix off by one error
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Peter Hill <zed.three@gmail.com>
- Throw exception if `use_precon` is used. Added to `boutupgrader`. - Remove temporary workaround for Hermes-3 braginskii_conduction - Prefer `if` to `#if`
PETSc preconditioning requires converting between BOUT++ state vectors and PETSc vectors.
Trying to catch examples of `use_precon` with CVODE solver.
Refactor PETSc preconditioner for CVODE
Fixes a bug due to uninitialised dt. The residuals calculation calls the RHS function with time `simtime + dt`, so occasionally the time would be large values (e.g. 1e200). This would crash `hermes-3` if `upstream_density_feedback` was being used, because the integration of the error would blow up.
snes: Initialise dt
WIP: Improve BoutExpr CPU performance
Improve docker CI
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [externalpackages/googletest](https://github.com/google/googletest) from `0b1e895` to `8b53336`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@0b1e895...8b53336) --- updated-dependencies: - dependency-name: externalpackages/googletest dependency-version: 8b53336594cc52213c6c2c7a0b29194fa896d039 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/cache-6 Bump actions/cache from 5 to 6
…nalpackages/googletest-8b53336 Bump externalpackages/googletest from `0b1e895` to `8b53336`
6af5f77 to
6d08e29
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update #2844 to next.