simList after the .inputObjects phaseThe final part of .runInputObjectsPhase(): store the loaded modules, apply the
user-supplied objects, inputs, and outputs, and check parameters. Split out for
readability; it is reached on both the normal (simInit) and resumed
(restartSimInit) paths, since both go through .runInputObjectsPhase().
.finishSimInit(sim, ctx, modulesLoaded)A finished simList.
A simList.
The context list stored at sim@.xData[["._simInitContext"]] during
simInit (supplies core, loadOrderBase, objects, objNames, inputs,
outputs, verbose, dotParams, and parentChildGraph).
The named list of loaded modules (core + user), as assembled by
.runInputObjectsPhase().