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

Implement PSATD with arbitrary temporal dependency of J and rho. #4263

Open
wants to merge 32 commits into
base: development
Choose a base branch
from

Commits on Sep 1, 2023

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

Commits on Sep 8, 2023

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

Commits on Sep 26, 2023

  1. Fix compiler warnings

    EZoni committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    917bfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    227edcb View commit details
    Browse the repository at this point in the history
  3. Clean up

    EZoni committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dfdc383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2d906f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    ce502d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    324d998 View commit details
    Browse the repository at this point in the history
  3. Fix compilation

    EZoni committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    877241a View commit details
    Browse the repository at this point in the history
  4. Fix update_with_rho equations

    EZoni committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dd3b1dd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

  1. Renamed class PsatdAlgorithmJArbitraryInTime as PsatdAlgorithmJRm to …

    …be consistent with PSATD-JRm paper
    oshapoval committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    137b06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b989298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a49e58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa61e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da4cb42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5d18be View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 2, 2023

  1. Added 2D Langmuir CI tets for: PSATD-CC2, PSATD-LL1 (nodal, staggered…

    …), PSATD-LQ1, PSATD-QQ1
    oshapoval committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1ba669a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    dd8b852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2a58b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Added missing div_e_cleaning=1 as an input parameter for 2D Langmuir …

    …CI tests: PSATD-LL1, CL1, CC2, QQ1 & .json files
    oshapoval committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3805324 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 9, 2023

  1. Updated CI benchmarks for 2D Langmuir tests using PSATD: LL1, LL1_nod…

    …al, LQ1_nodal, CC2_nodal and QQ1_nodal
    oshapoval committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    156e24b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    d427e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154cf0d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    9576af3 View commit details
    Browse the repository at this point in the history
  2. Renamed file name.

    oshapoval committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8d334d5 View commit details
    Browse the repository at this point in the history
  3. Renamed all multi-J related parameters and tests names (using new alg…

    …orithm abreviaton of psatd-JRm).
    oshapoval committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a127d8a View commit details
    Browse the repository at this point in the history
  4. Removed two classes: PsatdAlgorithmJConstantInTime and PsatdAlgorithm…

    …JLinearInTime. Now we have one class PSATD-JRm.
    oshapoval committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3582dec View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Typo fixed.

    oshapoval committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1615262 View commit details
    Browse the repository at this point in the history
  2. Fixed clang_tidy warnings.

    oshapoval committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8131a15 View commit details
    Browse the repository at this point in the history