-
Notifications
You must be signed in to change notification settings - Fork 91
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: trying to improve the constitutive allocation message #3511
base: develop
Are you sure you want to change the base?
Conversation
group = constitutiveGroup->registerGroup< ConstitutiveBase >( subRelationName, std::move( constitutiveModel ) ); | ||
group.setSizedFromParent( 1 ); | ||
group.resize( constitutiveGroup->size() ); | ||
hangConstitutiveRelation( subRelationName, parent, numConstitutivePointsPerParentIndex ); |
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.
This recursive call potentially goes deeper than the original code. Are we sure it will terminate?
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.
good point, i am sure it will terminate but not sure what way is correct
@rrsettgast @CusiniM could you please confirm?
updated output looks like this: