Skip to content

Commit

Permalink
Add comment on Diamond for relative_precision in Linear Solver using …
Browse files Browse the repository at this point in the history
…wells. If using wells, recommended value: 1e-13.
  • Loading branch information
mbahlali committed Apr 5, 2024
1 parent 1e38536 commit 4f10b36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ICFERST/schemas/solvers.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ generic_solver_options =
## Relative error
##
## The solver finishes if the preconditioned error becomes smaller than the original preconditioned error times this value.
## Suggested value: 1.0e-10
## Suggested value: 1.0e-10 without wells, 1.0e-13 with wells
element relative_error {
real
},
Expand Down
14 changes: 7 additions & 7 deletions ICFERST/schemas/solvers.rng
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ by the PETSc library. Many more methods are provided.
</define>
<!--
####################################################################
options for the different iterative ksp methods
####################################################################
-->
<define name="kspgmres_options">
Expand Down Expand Up @@ -146,9 +146,9 @@ http://www-unix.mcs.anl.gov/petsc/petsc-2/snapshots/petsc-dev/docs/manualpages/K
</define>
<!--
####################################################################
options for the different preconditioners
####################################################################
-->
<define name="pcsor_options">
Expand Down Expand Up @@ -509,17 +509,17 @@ Default : 0.1</a:documentation>
</define>
<!--
####################################################################
all the other solver options
####################################################################
-->
<define name="generic_solver_options">
<element name="relative_error">
<a:documentation>Relative error

The solver finishes if the preconditioned error becomes smaller than the original preconditioned error times this value.
Suggested value: 1.0e-10</a:documentation>
Suggested value: 1.0e-10, 1.0e-13 with wells</a:documentation>
<ref name="real"/>
</element>
<optional>
Expand Down

0 comments on commit 4f10b36

Please sign in to comment.