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

added compute_jacvec_product to Problem #1060

Merged
merged 18 commits into from
Sep 30, 2019

Conversation

naylor-b
Copy link
Member

No description provided.

@@ -163,7 +163,7 @@ class System(object):
Array of local sizes of this system's allprocs variables.
The array has size nproc x num_var where nproc is the number of processors
owned by this system and num_var is the number of allprocs variables.
_owned_var_sizes : ndarray
_owned_sizes : ndarray
Array of local sizes for 'owned' or distributed vars only.
Copy link
Member

Choose a reason for hiding this comment

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

You should merge out. I made these same changes on a branch that is on master.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@swryan swryan merged commit a291bc8 into OpenMDAO:master Sep 30, 2019
@naylor-b naylor-b deleted the compute_jacvec_prod branch September 30, 2019 15:24
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.

4 participants