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

Don't use Blaze HybridMatrix for internal Gauss points #135

Open
bremerm31 opened this issue Dec 14, 2018 · 1 comment
Open

Don't use Blaze HybridMatrix for internal Gauss points #135

bremerm31 opened this issue Dec 14, 2018 · 1 comment
Labels

Comments

@bremerm31
Copy link
Contributor

With p=10, the number of internal Gauss points is 79, which far exceeds the 16, set here. Eigen doesn't have this problem as it makes the non-static dimension, full dynamic. A simple fix would be to just set Hybrid matrices to dynamic matrices in Blaze.

Alternatively, we could set the hyb_mat_buff_size to 79, although I'm not sure if this was intended usage.

@bremerm31 bremerm31 added the bug label Dec 14, 2018
@bremerm31
Copy link
Contributor Author

Another simple fix, would be to expose an optional template parameter for hybrid matrices. This would allow other hybrid matrices to remain small.

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

No branches or pull requests

1 participant