Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tom Harke
pystencils
Commits
715e9a55
Commit
715e9a55
authored
Nov 24, 2019
by
Michael Kuron
Browse files
Typo in staggered_vecto_access
parent
2258e7dd
Changes
1
Show whitespace changes
Inline
Side-by-side
pystencils/field.py
View file @
715e9a55
...
...
@@ -548,7 +548,7 @@ class Field(AbstractField):
return
sp
.
Matrix
([[
self
.
staggered_access
(
offset
,
(
i
,
k
))
for
k
in
range
(
self
.
index_shape
[
2
])]
for
i
in
range
(
self
.
index_shape
[
1
])])
else
:
raise
NotImplementedError
(
"
center_vector
is not implemented for more than 3 index dimensions"
)
raise
NotImplementedError
(
"
staggered_vector_access
is not implemented for more than 3 index dimensions"
)
@
property
def
staggered_stencil
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment