Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lisa_julia.nebel_at_tu-dresden.de
dune-elasticity
Commits
1ab0a61c
Commit
1ab0a61c
authored
Jan 25, 2021
by
lisa_julia.nebel_at_tu-dresden.de
Browse files
Make TR-Solver silent
parent
0af4ea9d
Pipeline
#48493
failed with stage
in 15 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/elasticity/common/trustregionsolver.cc
View file @
1ab0a61c
...
...
@@ -125,6 +125,7 @@ setup(const typename BasisType::GridView::Grid& grid,
mmgStep
->
setBaseSolver
(
baseSolver
);
mmgStep
->
setSmoother
(
presmoother
,
postsmoother
);
mmgStep
->
setObstacleRestrictor
(
std
::
make_shared
<
MandelObstacleRestrictor
<
CorrectionType
>>
());
mmgStep
->
setVerbosity
(
Solver
::
QUIET
);
#endif
// //////////////////////////////////////////////////////////////////////////////////////
...
...
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