Skip to content
Snippets Groups Projects
Commit ec1870ca authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Update dangling references.

parent dbc5a0fd
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,9 @@ prefix:
prj and gml input file, respectively.
All other top level cases, however, belong somewhere in the project file XML tree.
You can see where they belong in the <em>Additional Info</em> section of the [tag] and
[attr] pages, e.g., \ref ogs_file_param__boundary_condition__geometry of the
boundary condition has the full XML tag path
[attr] pages, e.g., \ref
ogs_file_param__prj__process_variables__process_variable__boundary_conditions__boundary_condition__geometry
of the boundary condition has the full XML tag path
<tt>process_variables.process_variable.boundary_conditions.boundary_condition.geometry</tt>.
2. Cases that distinguish types do not translate to XML tags either.
They enclose a set of configuration settings that can be used at that specific point.<br>
......
The type of norm of the solution vector being computed.
See \ref ogs_file_param__process__convergence_criterion__DeltaX__norm_type.
See \ref ogs_file_param__prj__time_loop__processes__process__convergence_criterion__DeltaX__norm_type.
......@@ -9,4 +9,4 @@ If for a certain component no relative tolerance shall be applied, zero can be
given as the respective tolerance value.
For the computation of the relative error for each component, see \ref
ogs_file_param__process__convergence_criterion__DeltaX__reltol.
ogs_file_param__prj__time_loop__processes__process__convergence_criterion__DeltaX__reltol.
The type of norm of the solution vector being computed.
See also \ref ogs_file_param__process__convergence_criterion__DeltaX__norm_type.
See also \ref ogs_file_param__prj__time_loop__processes__process__convergence_criterion__DeltaX__norm_type.
......@@ -9,4 +9,4 @@ If for a certain component no relative tolerance shall be applied, zero can be
given as the respective tolerance value.
For the computation of the relative error for each component, see \ref
ogs_file_param__process__convergence_criterion__Residual__reltol.
ogs_file_param__prj__time_loop__processes__process__convergence_criterion__Residual__reltol.
The type of norm of the solution vector being computed.
See also \ref ogs_file_param__process__convergence_criterion__DeltaX__norm_type.
See also \ref ogs_file_param__prj__time_loop__processes__process__convergence_criterion__DeltaX__norm_type.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment