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
3da87ef2
Commit
3da87ef2
authored
Oct 22, 2021
by
Michel Henry
Browse files
higher check_residual_norm
parent
aeac523c
Pipeline
#9901
passed with stages
in 4 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
validation/cavity/cavity.py
View file @
3da87ef2
...
...
@@ -91,7 +91,7 @@ class Poiseuille(unittest.TestCase) :
tic
=
time
.
time
()
while
ii
<
1000
:
#Fluid solver
time_integration
.
iterate
(
fluid
,
None
,
dt
,
check_residual_norm
=
1
e-4
)
time_integration
.
iterate
(
fluid
,
None
,
dt
,
check_residual_norm
=
1
)
t
+=
dt
#Output files writting
if
ii
%
outf
==
0
:
...
...
Write
Preview
Supports
Markdown
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