Skip to content

Conversation

@JHopeCollins
Copy link
Member

No description provided.

return inner(b, v)*dx
elif isinstance(b, Cofunction):
v = TestFunction(b.function_space().dual())
return inner(b.riesz_representation(), v)*dx
Copy link
Contributor

Choose a reason for hiding this comment

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

How about?

Suggested change
return inner(b.riesz_representation(), v)*dx
return b

@JHopeCollins
Copy link
Member Author

Closed in favour of #4716

@JHopeCollins JHopeCollins deleted the JHopeCollins/correlation-operators branch November 10, 2025 11:31
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