-
Hi!
So I installed the latest devito and I'm trying to load the `TimeData` as I have seen in some tutorials but it seems that `TimeData` can not be found?!
```
from devito import *
?TimeData()…
-
The following script generates a stencil with a very large number of operations. The resulting opearator takes approximately 45mins to generate;
https://github.com/gamdow/devito/blob/master/slow-co…
-
Current master: 71e2b5078d
This style of injection/interpolation loop is generated by precomputed interpolation stencils.
Despite the data-dependent index in the Increment into `u` (thus unknown…
-
Very similar to #508 , but with the flow dependence on `y` instead of `x`.
```
from devito import (Grid, Operator, TimeFunction, configuration, Eq,
INTERIOR, DOMAIN)
config…
-
Is there a provision in devito where a coefficient could be considered a variable in space and/or time instead of a constant value? For instance, is it possible to consider a diffusion coefficient (or…
ghost updated
6 years ago
-
While working on #332 we realised that there are several scenarios that lead to circular dependencies which can be traced back to how bulky `interfaces.py` has become. This file should (probably) be b…
-
```
from devito import (Grid, Operator, TimeFunction, configuration, Eq,
ConditionalDimension)
configuration["openmp"] = True
#configuration["compiler"] = "intel"
grid = G…
-
This is a noob question...
I'm trying to make this module work but doesn't understand why the first location works but the second one doesn't work:
```
location /hls/ {
alias /var/www/videos…
-
This issue is to keep track of things being put off for until after checkpointing is completely in.
~https://github.com/opesci/devito/pull/342#discussion_r137460092~
~https://github.com/opesci/…
-
As we start bringing together common pieces between PyTorch and Caffe2, it will no longer be the case that the most logical place for a third party library or a cmake to live is in the aten/ folder. T…