devito
devito copied to clipboard
DSL and compiler framework for automated finite-differences and stencil computation
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
These functions have been extracted from my PETSc fork. @JDBetteridge wants to use them for something outside of PETSc.
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...
@ggorman pointed out that you can now Flake8 lint Jupyter Notebooks. We should probably do this.
Implement snapshotting to save snapshots of the forward wavefield used to compute the gradient to reduce memory usage.