finesse.simulations.basesolver.BaseSolver.construct

BaseSolver.construct(self)

This is called when workspaces and submatrices have been setup. Calling construct should now go and allocate the memory for the matrix and RHS.

This method should be overwritten by an inheriting solver class with specfics of the solving technique.