devito
devito copied to clipboard
DSL and compiler framework for automated finite-differences and stencil computation
TODO: This needs to be made optional as, while in some cases it leads to a better conditioned discrete system, the computational cost is prohibitive.
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Release notes Sourced from matplotlib's releases. REL: v3.10.8 This is a bugfix release in the 3.10.x series. The primary highlights...
The following code fails when a `ConditionalDimension` is supplied through `implicit_dims` **together** with `subdomain=grid.interior` : ``` grid = Grid((2,2)) _, y = grid.dimensions u = Function(name='u', grid=grid, space_order=2) v =...
Updates the requirements on [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) to permit the latest version. Release notes Sourced from flake8-pyproject's releases. 1.2.4 Fixes typo in name of meta variable in --toml-config help message. (#21) Registers...
Updates the requirements on [fsspec](https://github.com/fsspec/filesystem_spec) to permit the latest version. Commits f199984 changelog (#1955) cfb7a25 fix(async): fix _glob kwargs passing (#1953) 5fe1abc Mark dir fs, async wrapper as chained (#1932)...
# Description `plot_perturbation` has a small bug where the nbl is not properly addressed when plotting. This PR addressed that by applying the same slicing as `plot_velocity`.
This is WIP, I need this for a separate piece of work
I'm trying to automate detection a lot of the "nitpick" code review comments _and_ providing a route to automatically fixing the issues apriori. What I have added to CI is...