reservoirflow.solutions.numerical.FDM.get_matrices_symb#
- FDM.get_matrices_symb(threading=False)#
Initialize flow equations’ matrices (A, d).
- Parameters:
sparse (bool, optional) – use sparse matrices instead of dense matrices.
threading (bool, optional) – use multiple threads for concurrence workers. The maximum number of threads are set to the half number of cells.
- Returns:
_description_
- Return type:
_type_