devito icon indicating copy to clipboard operation
devito copied to clipboard

DSL and compiler framework for automated finite-differences and stencil computation

Results 239 devito issues
Sort by recently updated
recently updated
newest added

Hey, I am trying to reproduce this tutorial ( https://slimgroup.github.io/Devito-Examples/tutorials/07_elastic_varying_parameters/ ), but I am unable to achieve the same results as shown in the example. I am encountering the same...

Integrate security scanning tools—pip-audit, Bandit, and Trivy—into the GitHub Actions workflow

testing
dependencies
CI

These functions have been extracted from my PETSc fork. @JDBetteridge wants to use them for something outside of PETSc.

API

Hi, When I install devito in colab with pip, after installation and when running it gives the following error: "np.boolis a deprecated alias for the builtinbool. To silence this warning,...

Hi team, I'm trying to incorporate a PML boundary into the solver to make it easier for new users like myself to apply Devito to field data. My primary reference...

Ensure that SubDimensions are consistently concretized to the same object across multiple calls to the function. This is important when using `rcompile` on equations with SubDimensions. TODO: Enhance `SymbolRegistry` by...

compiler

@ggorman pointed out that you can now Flake8 lint Jupyter Notebooks. We should probably do this.

CI

Implement snapshotting to save snapshots of the forward wavefield used to compute the gradient to reduce memory usage.

examples