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

Some updates for mesh generation #3275

Merged
merged 44 commits into from
Sep 12, 2024

Commits on Jun 21, 2024

  1. Some updates for mesh generation

    papel authored and papel committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ebad27d View commit details
    Browse the repository at this point in the history
  2. Fix nullspace test case

    papel authored and papel committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    809f5e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix wrong dimension order

    papel authored and papel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5bc15b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Apply suggestions from review

    papel authored and papel committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1663134 View commit details
    Browse the repository at this point in the history
  2. More error strings fixed

    papel authored and papel committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    363f079 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    1769774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da75c6 View commit details
    Browse the repository at this point in the history
  3. Fix capture

    schnellerhase committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1f674e5 View commit details
    Browse the repository at this point in the history
  4. Fix generation

    schnellerhase committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a24bf05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0759a30 View commit details
    Browse the repository at this point in the history
  6. Fix up revert

    schnellerhase committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9c7faf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d575c31 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    a09ea39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce1ffb View commit details
    Browse the repository at this point in the history
  3. Fix auto

    schnellerhase committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    864e44d View commit details
    Browse the repository at this point in the history
  4. Fix comm equality check

    schnellerhase committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e35d683 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 24, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 28, 2024

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

Commits on Sep 8, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    4d58854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6c598 View commit details
    Browse the repository at this point in the history
  3. Simplifications

    garth-wells committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ec7f382 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    garth-wells committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9fc6f27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a00abd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca358bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b1f3cf View commit details
    Browse the repository at this point in the history
  8. Fix capture

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2c2f412 View commit details
    Browse the repository at this point in the history
  9. Fix generation

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6b0e2dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6dda3c View commit details
    Browse the repository at this point in the history
  11. Fix up revert

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3f0f7e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3046736 View commit details
    Browse the repository at this point in the history
  13. Fix auto

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dbad5fb View commit details
    Browse the repository at this point in the history
  14. Fix comm equality check

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    93d0c9a View commit details
    Browse the repository at this point in the history
  15. One dimensional refinement routine (FEniCS#3314)

    * Fix cmake
    
    * Implement a one dimensional refinement routine
    
    * Change to assert
    
    * Switch to ghost mode by user choice
    
    * Switch naming from 'edges' to 'cells'
    
    * More 'edge' -> 'cell'
    
    * Add parameter of intervals and explicit data type
    
    * Bug fix in test
    
    * Remove vector<bool> comment
    
    * Capitalization of comments
    
    * Split -> refined
    
    * Doc string
    
    * Fix edge confusion
    
    * Switch to ghost mode default shared_facet
    
    * Fix float comparison
    
    * Fix typo
    
    * Fix type
    
    * Remove auto
    
    * Add brackets for readability
    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7026f37 View commit details
    Browse the repository at this point in the history
  16. Fix bug in interval refinement test (FEniCS#3331)

    * Rename interval refinement test file
    
    Pytest discovery previously ignored the interval test case, since it did not match the expected `test_` naming scheme
    
    * Fix: implicit ghost_mode of interval mesh made explicit
    
    * Fix: Bug for parallel interval refinement
    
    Caused by assumption that ghost cells are refined on the process as well, which is not the case -> job of remote process that owns it
    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e0a16c9 View commit details
    Browse the repository at this point in the history
  17. Simplifications

    garth-wells authored and schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f87aa2d View commit details
    Browse the repository at this point in the history
  18. Fix formatting

    garth-wells authored and schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a45206a View commit details
    Browse the repository at this point in the history
  19. Fix author

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a49666b View commit details
    Browse the repository at this point in the history
  20. Fix rebase

    schnellerhase committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    492b26a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    9ddf599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a18e0 View commit details
    Browse the repository at this point in the history