You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifBackendDAEUtil.isInitOptModuleActivated("generateHomotopyComponents", initOptModules) andnotBackendDAEUtil.isInitOptModuleActivated("inlineHomotopy", initOptModules) then
<%iflistEmpty(initialEquations_lambda0) then (ifnot BackendDAEUtil.isInitOptModuleActivated("generateHomotopyComponents") then '0'else'3') elseifnot BackendDAEUtil.isInitOptModuleActivated("generateHomotopyComponents") then '1'else'2'%>, /* useHomotopy - 0: no homotopy orlocal homotopy (equidistant lambda), 1: global homotopy (equidistant lambda), 2: new global homotopy approach, 3: new local homotopy approach */
1083
+
<%ifConfig.adaptiveHomotopy() then (ifConfig.globalHomotopy() then '2'else'3') else(ifConfig.globalHomotopy() then '1'else'0')%>, /* useHomotopy - 0: local homotopy (equidistant lambda), 1: global homotopy (equidistant lambda), 2: new global homotopy approach (adaptive lambda), 3: new local homotopy approach (adaptive lambda)*/
("local", Util.gettext("Local homotopy approach. The homotopy parameter only effects the local strongly connected component.")),
1396
-
("global", Util.gettext("Default, global homotopy approach. The homotopy parameter effects the entire initialization system."))
1395
+
("equidistantLocal", Util.gettext("Local homotopy approach with equidistant lambda steps. The homotopy parameter only effects the local strongly connected component.")),
1396
+
("adaptiveLocal", Util.gettext("Local homotopy approach with adaptive lambda steps. The homotopy parameter only effects the local strongly connected component.")),
1397
+
("equidistantGlobal", Util.gettext("Default, global homotopy approach with equidistant lambda steps. The homotopy parameter effects the entire initialization system.")),
1398
+
("adaptiveGlobal", Util.gettext("Global homotopy approach with adaptive lambda steps. The homotopy parameter effects the entire initialization system."))
0 commit comments