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

Treat VectorizedInterpolation as a true vector interpolation where possible #1011

Open
KnutAM opened this issue Jul 2, 2024 · 0 comments
Open

Comments

@KnutAM
Copy link
Member

KnutAM commented Jul 2, 2024

In #1010 errors are thrown when trying to use a VectorizedInterpolation as a "true" vector interpolation (which doesn't rely on a scalar interpolation in the background).

In many cases, there are some significant performance advantages of using that there is a scalar interoplation that has been vectorized (e.g. for the L2Projector as this reduces the mass matrix by factor vdim).

But this also leads to special-casing in the code-base, so it would be nice to explore where we could get rid of the specialization to simplify the code without inflicting significant performance degradations.

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