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

Refactor engineering material models to use History and Tensor objects #136

Draft
wants to merge 33 commits into
base: dev
Choose a base branch
from

Conversation

reverendbedford
Copy link
Collaborator

@reverendbedford reverendbedford commented May 19, 2022

To eventually be able to template on the scalar Real type a logical first step is to move everything over to using the History and Tensor objects, instead of raw double * data. Even accomplishing this will have several steps:

  • Setup objects to name history using History but then convert to rawptr
  • Refactor to provide HasHistory type mixin
  • Eliminate the difference between store and history
  • Move top level objects over to tensor interface and then convert back to rawptr for lower level
  • Move down the chain, converting objects over to tensor objects as you go
  • Code cleanup and consolidation

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