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
fluidparticles
MigFlow
Commits
67f967a6
Commit
67f967a6
authored
Sep 06, 2021
by
Michel Henry
Browse files
wip
parent
55a2eb0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
fluid/fluid_problem.c
View file @
67f967a6
...
...
@@ -443,8 +443,7 @@ static void fluid_problem_f(const FluidProblem *problem, const double *sol, doub
f10
[(
U
+
i
)
*
n_fields
+
U
+
j
][
j
]
+=
-
mu
*
dc
[
i
]
/
c
;
f10
[(
U
+
i
)
*
n_fields
+
U
+
i
][
i
]
+=
-
mu
*
dc
[
j
]
/
c
;
f11
[(
U
+
i
)
*
n_fields
+
U
+
j
][
j
][
i
]
+=
mu
;
// f11[(U+i)*n_fields+U+i][j][j] += mu;
f11
[(
U
+
i
)
*
n_fields
+
U
+
j
][
i
][
j
]
+=
mu
;
f11
[(
U
+
i
)
*
n_fields
+
U
+
i
][
j
][
j
]
+=
mu
;
// SUPG
double
supg
=
uold
[
j
]
*
taup
;
...
...
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