You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Add solver params (#21) - Change the API of: update_static_flow_pressure(graph, boundary_flow, params) - PETSc solver parameters can be set in the params.yaml file. - Removed unit test on pressure because values may change up to a constant - Set real values for speed in compute_static_flow_pressure
sliced_ids considers all nodes, not only cc nodes (#16) We were considering only the nodes in the main connected component: `positions = graph.points[cc_mask]` For the sliced_ids, we need all nodes.
Enh/petsc vtk (#14) * vkt is now an optional dependency. Use `pip install astrovascpy[viz]` to enable it. Fixes#13 * Fix PetscBinaryIO.get_conf() value on error. Returns a valid config when PETSc installation cannot be located.