finesse.simulations.basesolver.BaseSolver.initial_run¶
- BaseSolver.initial_run(self)¶
Once a solver has been constructed it will most likely need to be initially filled and ran. Some sparse solvers for example must do a full factor first, then can perform faster refactors.
This method should be overwritten by an inheriting solver class with specfics of the solving technique.