run#
- FourierConduction.run(solver=None, x0=None, verbose=False)#
Builds the A and b matrices, and calls the solver specified in the
settingsattribute.This method stores the solution in the algorithm’s
solnattribute as aSolutionContainerobject. The solution itself is stored in thexattribute of the algorithm as a NumPy array.- Parameters:
x0 (ndarray) – Initial guess of unknown variable
- Return type:
None