Skip to content

Error checking of StencilI/StencilJ/StencilK variables #14

@babrodtk

Description

@babrodtk

The following should give errors:

i = StencilI()
j = StencilJ()
$ u@i,j@ = 1/8 * ( 4*u_0@i,k@ ) $
$ u@i,k@ = 1/8 * ( 4*u_0@i,j@ ) $

also

i = StencilI()
k = StencilJ()
$ u@i,j@ = 1/8 * ( 4*u_0@i,k@ ) $
$ u@i,k@ = 1/8 * ( 4*u_0@i,j@ ) $

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions