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

Adding integrated material qois (dissipation for HyperVisco) #77

Merged
merged 22 commits into from
May 14, 2024

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    9b67282 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. trying out things in test

    ralberd committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4466961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e6acc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. adding test comparing dissipated energy to difference between interna…

    …l and free energies at a material point
    ralberd committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    dc6afcb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    d520d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c783a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    004ecba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e7284 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    563a3b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. [WIP] adding test for integration of dissipation. Test is a mess beca…

    …use it's being used to try some things out for now
    ralberd committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a42ff2f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    0bd5216 View commit details
    Browse the repository at this point in the history
  2. Revert "small change to adjoint function space to enable use of bubbl…

    …e functions"
    
    This reverts commit 0bd5216.
    ralberd committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4449dcb View commit details
    Browse the repository at this point in the history
  3. small change to adjoint function space to enable use of bubble functi…

    …ons: Fixed tests this time
    ralberd committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f995824 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fixing bug in HyperVisco incremental potential energy; refactoring; u…

    …pdating test accordingly
    ralberd committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bf8d038 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    a48470b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53afb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd4543 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d13fd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca64be2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. adding a uniaxal strain analytic solution up to a max log strain of 1…

    … with a relaxation time of 25.0s and loading time of 100.0s at a strain rate of 1.0e-2. Removed the zero test since this is covered by this test now for time=0s. Will modify later to cover range of strain rates. This will lead to large test times though.
    cmhamel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8134e6c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. cleans up 1D HyperVisco test

    ralberd committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c206460 View commit details
    Browse the repository at this point in the history
  2. fixes bug in ordering of MaterialModel functions. Makes density decla…

    …red last and makes compute_material_qoi as default to None. Makes specification of MaterialModel functions explicit in implementations
    ralberd committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4c1ea4b View commit details
    Browse the repository at this point in the history