This block sets parameters for the LDD solver. Namely L and λ
This block sets parameters for the LDD solver. Namely L and λ.
-`L`: Each subdomain (say with index k) should get up to a pair of L parameters
one for each phase, i.e. `Lwk =` in the case of Richards and `Lwk =, Lnwk =` if two-phase flow is assumed.
-`λ`: Similary, each interfaces should get a pair of λ values. Since in the above example we only have one interface, we only get one pair of λ values.
See multi-domain examples for a generalisation.
-`include_gravity = True/False`: toggle the inclusion of gravity.
-`analyse_condition = False/False`: toggle the inclusion of condition number analysis. Setting this setting to `True` might impact performance since the calculation of condition numbers can be quite time consuming.