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

Add second time derivative support for AD variables #18178

Closed
cticenhour opened this issue Jun 25, 2021 · 0 comments · Fixed by #18179
Closed

Add second time derivative support for AD variables #18178

cticenhour opened this issue Jun 25, 2021 · 0 comments · Fixed by #18179
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@cticenhour
Copy link
Member

Reason

For AD objects that require second time derivatives, an adUDotDot option doesn't exist. This should be added.

Design

Add adUDotDot and adUDotDotNeighbor in MooseVariable* classes, and implement in the Newmark-Beta and Central Difference time integrators. Add an adCoupledDotDot method for developers to use in custom object param definitions.

Impact

New capability.

@cticenhour cticenhour added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Jun 25, 2021
@cticenhour cticenhour self-assigned this Jun 25, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jun 25, 2021
cticenhour pushed a commit to cticenhour/moose that referenced this issue Jun 25, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jun 25, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jun 25, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jun 25, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 8, 2021
cticenhour pushed a commit to cticenhour/moose that referenced this issue Jul 8, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 8, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 8, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 8, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 8, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 13, 2021
- Removes errant requirement number from new ad newmark test. 
- Moved method definitions for adUDot and adUDotDot to outside class 
definition (still in header).
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 13, 2021
- Removes errant requirement number from new ad newmark and central 
difference tests. 
- Moved method definitions for adUDot and adUDotDot to outside class 
definition (still in header).
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 13, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 13, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour pushed a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
- Removes errant requirement number from new ad newmark and central 
difference tests. 
- Moved method definitions for adUDot and adUDotDot to outside class 
definition (still in header).
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 14, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
cticenhour pushed a commit to cticenhour/moose that referenced this issue Jul 15, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
- Removes errant requirement number from new ad newmark and central 
difference tests. 
- Moved method definitions for adUDot and adUDotDot to outside class 
definition (still in header).
cticenhour added a commit to cticenhour/moose that referenced this issue Jul 15, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
- Removes errant requirement number from new ad newmark and central 
difference tests. 
- Moved method definitions for adUDot and adUDotDot to outside class 
definition (still in header).
jbadger95 pushed a commit to jbadger95/moose that referenced this issue Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant