run¶
- StokesFlow.run(solver=None, x0=None)¶
Builds the A and b matrices, and calls the solver specified in the
settings
attribute.- Parameters
x0 (ndarray) – Initial guess of unknown variable
Notes
This method doesn’t return anything. The solution is stored on the object under
pore.quantity
where quantity is specified in thesettings
attribute.