Skip to content
Snippets Groups Projects
Commit 40df55c7 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[Doc] Extended documentation of <is_linear>

parent 36271a2d
No related branches found
No related tags found
No related merge requests found
This flag will enable two optimizations for the ComponentTransport process: This flag enables two optimizations for the ComponentTransport process:
1. the global equation systems are assembled only once, in the first timestep, 1. the global equation systems are assembled only once, in the first timestep,
and reused subsequently and reused subsequently
2. the non-linear solver will converge in a single iteration in each timestep 2. the non-linear solver will converge in a single iteration in each timestep
\attention \attention
With this option enabled, OGS will produce correct results only if the process equations are linear. With this option enabled, **OGS will produce correct results only if the process equations are linear**.
OGS will not detect any non-linearities. It is the responsibility of the user to OGS will not detect any non-linearities. It is the responsibility of the user to
ensure that the assembled equation systems are linear, indeed! ensure that the assembled equation systems are linear, indeed!
Furthermore, the material properties and parameters used in the process's
equations must **not carry any time dependence**.
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