Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
patapon
patapon
Commits
b57b1166
Commit
b57b1166
authored
Nov 30, 2020
by
ph
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
da6c84d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
stvenant/stvenant_kernels.cl
stvenant/stvenant_kernels.cl
+2
-2
No files found.
stvenant/stvenant_kernels.cl
View file @
b57b1166
...
...
@@ -316,8 +316,8 @@ __kernel void time_step(__global const double *wn, __global double *wnp1) {
wR[1]
=
wnow[1]
-
2
*
qn
*
vn[0]
;
wR[2]
=
wnow[2]
-
2
*
qn
*
vn[1]
;
}
flux_riem_2d
(
wnow,
wR,
vn,
flux
)
;
//
fluxnum
(
wnow,
wR,
vn,
flux
)
;
//
flux_riem_2d
(
wnow,
wR,
vn,
flux
)
;
fluxnum
(
wnow,
wR,
vn,
flux
)
;
//
time
evolution
for
(
int
iv
=
0
; iv < _M; iv++) {
...
...
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