-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: main
Are you sure you want to change the base?
Conversation
gusto/core/configuration.py
Outdated
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)) |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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.
No description provided.