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

Matrix free Jacobian action #200

Closed
wants to merge 1 commit into from
Closed

Matrix free Jacobian action #200

wants to merge 1 commit into from

Conversation

JHopeCollins
Copy link
Collaborator

No description provided.

@JHopeCollins JHopeCollins added Core functionality Adding to the main paradiag functionality performance Improving or fixing the computational performance labels Sep 3, 2024
@JHopeCollins JHopeCollins self-assigned this Sep 3, 2024
@@ -143,9 +148,9 @@ def mult(self, mat, X, Y):
self.x.assign(X, update_halos=True, blocking=True)

# assembly stage
fd.assemble(self.action, tensor=self.F.function)
fd.assemble(self.action, tensor=self.F.function, mat_type=self.mat_type)
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you check if this does anything?
when assembling the 1-form, I do not think a matrix is ever assembled.

Copy link
Collaborator

@colinjcotter colinjcotter left a comment

Choose a reason for hiding this comment

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

I don’t think this does anything

@JHopeCollins
Copy link
Collaborator Author

You're right, I got muddled up in firedrake/assemble.py
Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core functionality Adding to the main paradiag functionality performance Improving or fixing the computational performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants