Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
6a562914
Commit
6a562914
authored
Apr 04, 2019
by
Julian Hammer
Browse files
added comment
parent
4ae9e360
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/kerncraft_coupling/kerncraft_interface.py
View file @
6a562914
...
...
@@ -60,7 +60,8 @@ class PyStencilsKerncraftKernel(kerncraft.kernel.KernelCode):
if
isinstance
(
cur_node
,
LoopOverCoordinate
):
loop_counter_sym
=
cur_node
.
loop_counter_symbol
loop_info
=
(
loop_counter_sym
.
name
,
cur_node
.
start
,
cur_node
.
stop
,
1
)
# cur_node.step)
# If the correct step were to be provided, all access within that step length will
# also need to be passed to kerncraft: cur_node.step)
self
.
_loop_stack
.
append
(
loop_info
)
cur_node
=
cur_node
.
parent
self
.
_loop_stack
=
list
(
reversed
(
self
.
_loop_stack
))
...
...
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