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

Eliminate the need to store the coefficients matrix. #2

Open
rymanderson opened this issue Apr 2, 2021 · 1 comment
Open

Eliminate the need to store the coefficients matrix. #2

rymanderson opened this issue Apr 2, 2021 · 1 comment
Assignees

Comments

@rymanderson
Copy link
Collaborator

Allow for arbitrary numbers of panels by computing interaction coefficients just in time rather than storing the entire matrix.

@rymanderson
Copy link
Collaborator Author

  1. Create a special type to represent our influence coefficients matrix
  2. Try overloading getindex() to compute a row at a time, or a single value at a time (performance?)
  3. Pass this special type to gmres(). Probably should replace NonliftingBody._G with this type.

@rymanderson rymanderson self-assigned this Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant