⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Patch for integral computations when using overintegration#216

Draft
thomasgibson wants to merge 1 commit intomainfrom
integral-patch
Draft

Patch for integral computations when using overintegration#216
thomasgibson wants to merge 1 commit intomainfrom
integral-patch

Conversation

@thomasgibson
Copy link
Collaborator

No description provided.

@thomasgibson thomasgibson linked an issue Jan 28, 2022 that may be closed by this pull request
return DOFArray(
actx,
data=tuple(
actx.einsum("ei,i,ei->ei",
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
actx.einsum("ei,i,ei->ei",
# FIXME: Using einsum only for the benefit of eager eval.
# With proper broadcasting, this should likely just be
# a multiplication.
actx.einsum("ei,i,ei->ei",

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.

elementwise_integral doesn't respect quadrature rules

2 participants