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

State-space matrices allocation #2

Closed
SalvatoreMaraniello opened this issue Aug 30, 2017 · 0 comments
Closed

State-space matrices allocation #2

SalvatoreMaraniello opened this issue Aug 30, 2017 · 0 comments

Comments

@SalvatoreMaraniello
Copy link
Owner

The allocation of the linear system matrices (in both lin_uvlm2d_sta.py and lin_uvlm2d_dyn.py) is inefficient as based on for loops over non-contingent array elements (e.g. influence coefficient matrix allocation). Sparsity can not be exploited here as these matrices are full. For improving performance, for loops should be rewritten in C++/Fortran and the the allocation modified so as to manipulate contingent elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant