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

Adjoint #592

Closed
wants to merge 34 commits into from
Closed

Adjoint #592

wants to merge 34 commits into from

Conversation

jshipton
Copy link
Contributor

No description provided.

@Ig-dolci Ig-dolci marked this pull request as ready for review December 17, 2024 11:28
@tommbendall tommbendall added the enhancement Involves adding a new capability label Dec 18, 2024
Comment on lines 83 to 87
object.__setattr__(self, name, value)
# DO NOT MERGE
# Adjoint is a bit twitchy with Constants so let's not make them
# for now
# object.__setattr__(self, name, Constant(value))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Here we should use Function in Real space instead using Constant.

Copy link
Collaborator

Choose a reason for hiding this comment

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

However, we have to have access to the mesh at this point for using Function in Real Space.

@Ig-dolci
Copy link
Collaborator

Ig-dolci commented Jan 6, 2025

This PR will be closed due to my silly attempt at rebasing main. I've opened a new [PR](#607) with the rebase done properly this time. 😊

@Ig-dolci Ig-dolci closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Involves adding a new capability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants