devito icon indicating copy to clipboard operation
devito copied to clipboard

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

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

The coefficient furthest to the right is not being replaced when using the right sided finite difference term 'Function'.dxr with symbolic coefficients. Hence the presence of the w symbol causing...

bug-py

When offloading to GPU via openmp a memory leak occurs. More details will follow after I've had chance to conduct further tests, but take the following example: When running: ```...

bug-performance-gpu

it should rather be `abs(...)` not `fabs(...)` this causes compilation warnings which however shouldn't affect the correctness...

compiler
bug-C-minor

Hello folks, As noticed by @nogueirapeterson, we are experiencing numeric precision errors with `np.float64` in adjoint tests, he introduced this errors on Slack ([here](https://devitocodes.slack.com/archives/C1HSXP6KB/p1605747162212800?thread_ts=1603204771.133200&cid=C1HSXP6KB)) and now we figured out what’s...

Hi! We are working on PR #1406 and we are facing some issues with temporaries variables that are non-time dependent, but must be passed as Time Function. When they are...

bug-py

To block next release before documentation about `Buffer` comes out.

When ConditionalDimension is used with the intended inner-most dimension as its parent and more than one dimension in the condition, Devito sometimes produces a code referencing one of the dimensions...

Modifying [this](https://github.com/devitocodes/devito/blob/master/tests/test_gradient.py#L58) test to run at space order 16 causes it to fail. Is this expected?

I'm wondering if I've missed something, but I can't seem to find/figure out how to implement periodic boundary conditions (or just define a periodic grid). With my understanding of finite...

the Devito publications at https://www.devitoproject.org/publications needs work - [ ] make references uniform (pick a style and use everywhere) - [ ] dates are missing from many references - [...

documentation