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 a new feature for 2nd order symmetric tensor split #15920

Merged
merged 4 commits into from
Oct 31, 2023

Commits on Aug 22, 2023

  1. new feature to split a 2nd-order symmetric tensor into a positive par…

    …t and a negative part
    
    split a 2nd-order symmetric tensor based on the signs of the eigenvalues obtained from a spectrum decomposition, also provide the corresponding 4th-order tensors that are the derivatives of the positive/negative part of the tensor with respect to the original tensor.
    taojinllnl committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bd7d418 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. add an entry in changelog

    taojinllnl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    35c2139 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Address the comments provided in the code review

    Change the output types of the two tensor functions as a pair and a tuple
    taojinllnl committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c471d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b9b1e View commit details
    Browse the repository at this point in the history