Skip to content

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

3 participants