Skip to content
New issue

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

New method: iterative system growth #305

Open
oameye opened this issue Nov 1, 2024 · 0 comments
Open

New method: iterative system growth #305

oameye opened this issue Nov 1, 2024 · 0 comments
Labels
new feature New feature or request performance Regarding performance of the package

Comments

@oameye
Copy link
Member

oameye commented Nov 1, 2024

Implement a new method which compute the solution by iteratively increasing the system size, i.e, first solve x1=[u1,v1,0,0,0,0], Then solve x2=[u1,v1,v2,v2,0,0], starting from the solution of x1, then solve x3=[u1,v1,v2,v2,u3,v3], starting from the solution of x2.

@oameye oameye added new feature New feature or request performance Regarding performance of the package labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request performance Regarding performance of the package
Projects
None yet
Development

No branches or pull requests

1 participant