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

Linear elastic FFT solver #441

Merged
merged 15 commits into from
Oct 6, 2020
Merged

Linear elastic FFT solver #441

merged 15 commits into from
Oct 6, 2020

Commits on Aug 3, 2020

  1. Initial stab at linear elastic FFT solver Refs. idaholab#401

    To make this run, explicit instantiation of
    
    auto RankFourTensorTempl<T>::operator*(const Tensor<T2> & b) const
    
    is required in MOOSE's RankFourTensor.h
    recuero committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c0a274f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Work in progress

    recuero committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    77daaac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4c2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4705799 View commit details
    Browse the repository at this point in the history
  4. Clean up

    recuero committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    aad41f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39b76b9 View commit details
    Browse the repository at this point in the history
  6. More clean up

    recuero committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e3ba0a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    9e9a200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e2838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d8c47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c799351 View commit details
    Browse the repository at this point in the history
  5. Some cleanup

    recuero committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4383ed8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Add const qualifiers

    recuero committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    bb5ecbb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Adress reviewer's comments.

    Mostly delegate some buffer operations to FFTData<T>.
    Use of lambdas.
    recuero committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c49c47f View commit details
    Browse the repository at this point in the history
  2. More changes

    recuero committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5e602e8 View commit details
    Browse the repository at this point in the history