Skip to content

Conversation

waltsims
Copy link
Owner

This PR cleans up the kArray object and uses inheritance to specify the "Element" object.

Still TODO:

  • Use typing to reduce checks
  • Use new classes for "Array" generation
  • Add deprecation warnings
  • Add get offgrid point methods to element?

@waltsims waltsims requested a review from faridyagubbayli July 16, 2024 04:16
integration_points=np.array([[1, 1, 1, 2, 2, 2, 3, 3, 3], [1, 2, 3, 1, 2, 3, 1, 2, 3]], dtype=np.float32),
integration_points=np.array([[1, 1, 1, 2, 2, 2, 3, 3, 3], [1, 2, 3, 1, 2, 3, 1, 2, 3]]),
measure=9,
element_dim=2,
Copy link
Owner Author

Choose a reason for hiding this comment

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

don't change the signature of the current methods

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.

1 participant