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

Next (simplified setup.py interface to run SWIG, rolled back METIS version, and rolled back default MFEM version) #145

Merged
merged 88 commits into from
Oct 8, 2022

Commits on Aug 29, 2022

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

Commits on Aug 31, 2022

  1. increment version number

    sshiraiwa committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b392c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767d93b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591e4b6 View commit details
    Browse the repository at this point in the history
  4. update README.md

    sshiraiwa committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    baa2ca0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a87775d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4878d4 View commit details
    Browse the repository at this point in the history
  7. minor edit

    sshiraiwa committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f89de39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    068d080 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfd498f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4921398 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53855e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97fe3f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db5a500 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3c3e7a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    40ac027 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    030d486 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00fd28c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aec7ce9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16f63b6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0fd58aa View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    4c96a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602eb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5f2e7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d15e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6475ed5 View commit details
    Browse the repository at this point in the history
  6. fixed parallel build

    sshiraiwa committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a24e045 View commit details
    Browse the repository at this point in the history
  7. minor fix of ex7

    sshiraiwa committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    98c460d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    4531d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c94a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    20e40ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f781a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf516f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    94def34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5820ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4d859 View commit details
    Browse the repository at this point in the history
  4. fixed clean

    sshiraiwa committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a198f76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ba87db View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    f9eeadb View commit details
    Browse the repository at this point in the history
  2. remove a file not used

    sshiraiwa committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1b080d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66f61a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. added mesh::MakeMerged to wrap Mesh::Mesh(Mesh *mesh_array[], int num…

    …_pieces), mesh::GetVertexArray is changed to return reference (same memory) instead of returning a copy of vertex coordinate
    sshiraiwa committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    4c5ae5d View commit details
    Browse the repository at this point in the history
  2. update test_mesh.py

    sshiraiwa committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    7501a4b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. adding workflow file

    sshiraiwa committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    25bfcce View commit details
    Browse the repository at this point in the history
  2. working on workflow

    sshiraiwa committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    96f7c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db87686 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    077b943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6018840 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c2182e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e933ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    43335a8 View commit details
    Browse the repository at this point in the history
  2. working on actions

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    46b56e1 View commit details
    Browse the repository at this point in the history
  3. working on actions

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b43d047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c8515b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4a3ecc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6c9de1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c40b1f View commit details
    Browse the repository at this point in the history
  8. working on actions

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    cdf3656 View commit details
    Browse the repository at this point in the history
  9. minor edit of install.txt

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c07cfe1 View commit details
    Browse the repository at this point in the history
  10. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0893343 View commit details
    Browse the repository at this point in the history
  11. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3291954 View commit details
    Browse the repository at this point in the history
  12. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    df102ae View commit details
    Browse the repository at this point in the history
  13. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    80e7568 View commit details
    Browse the repository at this point in the history
  14. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    866e794 View commit details
    Browse the repository at this point in the history
  15. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d625e0b View commit details
    Browse the repository at this point in the history
  16. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    feefe32 View commit details
    Browse the repository at this point in the history
  17. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b1d3a00 View commit details
    Browse the repository at this point in the history
  18. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f13a5e1 View commit details
    Browse the repository at this point in the history
  19. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f73f5ef View commit details
    Browse the repository at this point in the history
  20. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    30163a9 View commit details
    Browse the repository at this point in the history
  21. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4e54f2c View commit details
    Browse the repository at this point in the history
  22. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    baeab56 View commit details
    Browse the repository at this point in the history
  23. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    eda281c View commit details
    Browse the repository at this point in the history
  24. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5a3caee View commit details
    Browse the repository at this point in the history
  25. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    903f8a4 View commit details
    Browse the repository at this point in the history
  26. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c4bf033 View commit details
    Browse the repository at this point in the history
  27. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1ed7f35 View commit details
    Browse the repository at this point in the history
  28. (testing..workflow)

    sshiraiwa committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9420354 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. (testing..workflow)

    sshiraiwa committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    8545ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0789b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae4a87c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4154a3 View commit details
    Browse the repository at this point in the history
  5. minor edit

    sshiraiwa committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    c4409a6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #148 from mfem/next_setupfile_cleaning

    cleaned setup.py under mfem/_ser and mfem/_par, added gslib.i in serial
    sshiraiwa authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    07d554a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a912fa6 View commit details
    Browse the repository at this point in the history