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
hyteg
hyteg
Commits
0cdccc05
Commit
0cdccc05
authored
Aug 20, 2020
by
Nils Kohl
🌝
Browse files
Back to cube domain
parent
a2dc09ae
Pipeline
#26342
passed with stages
in 79 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/MultigridStudies/2020_agglomeration/create_run_script.py
View file @
0cdccc05
...
...
@@ -369,7 +369,7 @@ def supermuc_scaling():
]
for
discretization
in
[
"P2"
]:
for
scaling_type
in
[
"weak_fast
_tdomain
"
]:
for
scaling_type
in
[
"weak_fast"
]:
for
coarse_grid_tol
in
[
1e-05
,
1e-12
]:
for
coarse_grid_solver_type
,
coarse_grid_preconditioner_type
in
coarse_grid_solver_string
.
keys
():
for
agglomeration_parameter_set
in
agglomeration_parameters
:
...
...
apps/MultigridStudies/MultigridStudies.cpp
View file @
0cdccc05
...
...
@@ -1205,7 +1205,7 @@ void MultigridStokes( const std::shared_ptr< PrimitiveStorage >& st
}
// allocate more memory
petscSolverInternalTmp
->
setMUMPSIcntrl
(
14
,
2
00
);
petscSolverInternalTmp
->
setMUMPSIcntrl
(
14
,
1
00
);
petscSolverInternalTmp
->
setVerbose
(
true
);
petscSolverInternalTmp
->
setDirectSolverType
(
solverType
);
...
...
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