Skip to content

Error using ADCZM #24901

Jul 5, 2023 · 2 comments · 22 replies
Discussion options

You must be logged in to vote

does this work?
either:

  RealVectorValue interface_displacement_jump_rate = (1.0/_dt) * (MetaPhysicL::raw_value(_interface_displacement_jump[_qp]) - _interface_displacement_jump_old[_qp]) + Vini_vec;

or using AD (probably preferrable actually)

  ADRealVectorValue interface_displacement_jump_rate = (1.0/_dt) * (_interface_displacement_jump[_qp] - _interface_displacement_jump_old[_qp]) + Vini_vec;

Replies: 2 comments 22 replies

Comment options

You must be logged in to vote
15 replies
@GiudGiud
Comment options

@GiudGiud
Comment options

@chunhuizhao478
Comment options

@GiudGiud
Comment options

Answer selected by chunhuizhao478
@chunhuizhao478
Comment options

@GiudGiud
Comment options

@chunhuizhao478
Comment options

@GiudGiud
Comment options

Comment options

You must be logged in to vote
7 replies
@roystgnr
Comment options

@ahzeeshan
Comment options

@lindsayad
Comment options

@roystgnr
Comment options

@roystgnr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants