We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taking pumps as an example, analogous functions for the following are needed:
operator_flow_coefficients
pipedream/pipedream_solver/nsuperlink.py
Lines 978 to 1009 in 0fc0159
solve_operator_flows
Lines 1468 to 1490 in 0fc0159
In sparse_matrix_equations, analogous lines for the following are needed:
sparse_matrix_equations
Lines 1067 to 1078 in 0fc0159
Lines 1145 to 1159 in 0fc0159
In solve_sparse_matrix, a new matrix must be added to the sum:
solve_sparse_matrix
Line 1198 in 0fc0159
And same goes for solve_banded_matrix:
solve_banded_matrix
Line 1243 in 0fc0159
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Taking pumps as an example, analogous functions for the following are needed:
operator_flow_coefficients
pipedream/pipedream_solver/nsuperlink.py
Lines 978 to 1009 in 0fc0159
solve_operator_flows
pipedream/pipedream_solver/nsuperlink.py
Lines 1468 to 1490 in 0fc0159
In
sparse_matrix_equations
, analogous lines for the following are needed:pipedream/pipedream_solver/nsuperlink.py
Lines 1067 to 1078 in 0fc0159
pipedream/pipedream_solver/nsuperlink.py
Lines 1145 to 1159 in 0fc0159
In
solve_sparse_matrix
, a new matrix must be added to the sum:pipedream/pipedream_solver/nsuperlink.py
Line 1198 in 0fc0159
And same goes for
solve_banded_matrix
:pipedream/pipedream_solver/nsuperlink.py
Line 1243 in 0fc0159
The text was updated successfully, but these errors were encountered: