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

Changes shape, shape derivative, weights, and jacobians to use per-element Views #237

Merged
merged 3 commits into from
Aug 13, 2024

Conversation

ddement
Copy link
Collaborator

@ddement ddement commented Aug 5, 2024

This gets a ~10% speed up on GPU for the 3 blade problem. This is a first step towards doing this process for all quadrature point based views.

…ement Views

This gets a ~10% speed up on GPU for the 3 blade problem.  This is a first step towards doing this process for all quadrature point based views.
@ddement ddement self-assigned this Aug 5, 2024
I also took the chance to use scratch memory for matrix integration, netting a 10-20% speed up for the 3 beam problem on GPUs
Changed quadrature point variables in Beams to be per-element
Base automatically changed from more_clang_tidy to main August 13, 2024 03:31
@ddement ddement merged commit afea395 into main Aug 13, 2024
9 checks passed
@ddement ddement deleted the qp_to_elem_shape branch August 13, 2024 03:46
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

Successfully merging this pull request may close these issues.

2 participants