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

Add support for CEED_EVAL_GRADIENT and CEED_TRANSPOSE in CeedBasisApplyAtPoints #1388

Merged
merged 4 commits into from
Oct 31, 2023

Conversation

zatkins-dev
Copy link
Collaborator

This MR implements CeedBasisApplyAtPoints for the previously unsupported CEED_EVAL_GRADIENT and CEED_TRANSPOSE option.

Additionally, it adds a test similar to t314-basis.c to test the gradient transpose. We may want to consider an improved test for gradient transpose, both for CeedBasisApplyAtPoints and CeedBasisApply.

@zatkins-dev zatkins-dev force-pushed the zach/basis-gradient-transpose-at-points branch from cfb542b to c4df5ae Compare October 31, 2023 17:51
Copy link
Member

@jeremylt jeremylt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
@zatkins-dev
Copy link
Collaborator Author

Do you think we should add a more robust gradient transpose test in this PR or is this good to merge? @jeremylt

@jeremylt
Copy link
Member

I'd say good to merge

@zatkins-dev zatkins-dev merged commit 038a894 into main Oct 31, 2023
26 checks passed
@zatkins-dev zatkins-dev deleted the zach/basis-gradient-transpose-at-points branch October 31, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants