Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
0dd96a01
Commit
0dd96a01
authored
Jul 31, 2020
by
wenqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Test/SmallDeformation] Changed the preconditioner for Ehlers/axisymmetric_sphere_pl
parent
a8bc90fe
Pipeline
#1157
passed with stages
in 159 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ProcessLib/SmallDeformation/Tests.cmake
ProcessLib/SmallDeformation/Tests.cmake
+1
-1
Tests/Data/Mechanics/Ehlers/axisymmetric_sphere_pl.prj
Tests/Data/Mechanics/Ehlers/axisymmetric_sphere_pl.prj
+1
-1
No files found.
ProcessLib/SmallDeformation/Tests.cmake
View file @
0dd96a01
...
...
@@ -35,7 +35,7 @@ if (NOT OGS_USE_MPI)
OgsTest
(
PROJECTFILE Mechanics/Linear/PressureBC/hollow_sphere.prj LARGE
)
OgsTest
(
PROJECTFILE Mechanics/Linear/PressureBC/axisymmetric_sphere.prj
)
OgsTest
(
PROJECTFILE Mechanics/Linear/square_with_deactivated_hole.prj
)
OgsTest
(
PROJECTFILE Mechanics/Ehlers/axisymmetric_sphere_pl.prj
LARGE
)
OgsTest
(
PROJECTFILE Mechanics/Ehlers/axisymmetric_sphere_pl.prj
)
OgsTest
(
PROJECTFILE Mechanics/InitialStates/into_initial_state.prj
)
OgsTest
(
PROJECTFILE Mechanics/InitialStates/equilibrium_restart.prj
)
OgsTest
(
PROJECTFILE Mechanics/InitialStates/non_equilibrium_initial_state.prj
)
...
...
Tests/Data/Mechanics/Ehlers/axisymmetric_sphere_pl.prj
View file @
0dd96a01
...
...
@@ -248,7 +248,7 @@
<lis>
-i CG -p jacobi -tol 1e-16 -maxiter 10000
</lis>
<eigen>
<solver_type>
BiCGSTAB
</solver_type>
<precon_type>
DIAGONAL
</precon_type>
<precon_type>
ILUT
</precon_type>
<max_iteration_step>
10000
</max_iteration_step>
<error_tolerance>
1e-16
</error_tolerance>
</eigen>
...
...
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