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

Implemented analytic Jacobian evaluation for Guccione active contraction #163

Open
MarioHabenbacher opened this issue Aug 16, 2018 · 0 comments

Comments

@MarioHabenbacher
Copy link

Updated analytic evaluation of the Jacobian for the Guccione active contraction to incorporate length dependence:

  lambda(1) = 1/(SQRT(2.0_DP*E(1)+1)) !deriv of lambda wrt E
  lambda(2) = 1/(SQRT(2.0_DP*E(2)+1)) !deriv of lambda wrt E
  lambda(3) = 1/(SQRT(2.0_DP*E(3)+1)) !deriv of lambda wrt E

...

      STRESS_TENSOR(component_idx)=STRESS_TENSOR(component_idx)+VALUE*(1.0_DP+1.45_DP*(lambda(component_idx)-1.0_DP))
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

No branches or pull requests

1 participant