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

PyMFEM4.7 #231

Merged
merged 38 commits into from
Aug 7, 2024
Merged

PyMFEM4.7 #231

merged 38 commits into from
Aug 7, 2024

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Merge pull request #228 from mfem/update-mfem-default-branch

    update default mfem version to 4.7
    sshiraiwa committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cfcf247 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. (WIP) modified a wrapper generation so that AttributeSets::GetAttribu…

    …teSetNames returns Python set
    sshiraiwa committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    009b777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c4af5 View commit details
    Browse the repository at this point in the history
  3. added ex39p.py

    sshiraiwa committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5e73aa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef6cc30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c717b2 View commit details
    Browse the repository at this point in the history
  6. fixed wrong filename

    sshiraiwa committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    577d7f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fixing VectorFEBoundaryNormalLFIntegrator wrapping. this is a newly a…

    …dded integrator having a coefficient as a constructor argument
    sshiraiwa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cea2c51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #236 from mfem/fix_VectorLFBoundaryNormalIntegrator

    fixing  VectorFEBoundaryNormalLFIntegrator wrapping.
    sshiraiwa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    260b43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    604ec99 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #234 from mfem/ex39_dev

    Ex39 dev
    sshiraiwa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    00c47be View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    edb458f View commit details
    Browse the repository at this point in the history
  2. (WIP)

    sshiraiwa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    823c1d8 View commit details
    Browse the repository at this point in the history
  3. added hyperbolic.i

    sshiraiwa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    566af73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d03d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30f41d2 View commit details
    Browse the repository at this point in the history
  6. ex18.py should pass test

    sshiraiwa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fdd3935 View commit details
    Browse the repository at this point in the history
  7. fixed ex18p

    sshiraiwa committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    28ba768 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request #235 from mfem/fix-ex18-v2

    Fix ex18 v2
    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    083cd06 View commit details
    Browse the repository at this point in the history
  2. added minor fix to ex23 and ex39p. Ex23 should pass with 4.7 release.…

    … 39p should generate the same file
    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    79341e5 View commit details
    Browse the repository at this point in the history
  3. (WIP) fixed building mfem with libceed (update version number of libc…

    …eed) and minor changes"
    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bae0279 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #238 from mfem/fix-example-23-39p

    added minor fix to ex23 and ex39p.
    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    69246d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84f7257 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3364869 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44deb4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2efa26b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c621d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7f6dcd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #240 from mfem/fix-libceed-remove-python37

    Update libceed version to the one required for building MFEM4.7
    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f00966c View commit details
    Browse the repository at this point in the history
  12. update changelog.txt

    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e9f7a1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08f5091 View commit details
    Browse the repository at this point in the history
  14. merged changes for CI

    sshiraiwa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45b73e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update changelog.txt

    sshiraiwa committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    98fb726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4a954 View commit details
    Browse the repository at this point in the history
  3. Update changelog.txt

    justinlaughlin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    448db6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #244 from mfem/mfem_47_doc

    Documentation for PyMFEM 4.7 release
    sshiraiwa committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9a2e7ae View commit details
    Browse the repository at this point in the history