-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Commits on Jun 21, 2024
-
Some updates for mesh generation
papel authored and papel committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for ebad27d - Browse repository at this point
Copy the full SHA ebad27dView commit details -
papel authored and papel committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 809f5e3 - Browse repository at this point
Copy the full SHA 809f5e3View commit details
Commits on Jun 24, 2024
-
papel authored and papel committed
Jun 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 5bc15b8 - Browse repository at this point
Copy the full SHA 5bc15b8View commit details
Commits on Jun 30, 2024
-
papel authored and papel committed
Jun 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 1663134 - Browse repository at this point
Copy the full SHA 1663134View commit details -
papel authored and papel committed
Jun 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 363f079 - Browse repository at this point
Copy the full SHA 363f079View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1769774 - Browse repository at this point
Copy the full SHA 1769774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da75c6 - Browse repository at this point
Copy the full SHA 8da75c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f674e5 - Browse repository at this point
Copy the full SHA 1f674e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a24bf05 - Browse repository at this point
Copy the full SHA a24bf05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0759a30 - Browse repository at this point
Copy the full SHA 0759a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7faf5 - Browse repository at this point
Copy the full SHA 9c7faf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d575c31 - Browse repository at this point
Copy the full SHA d575c31View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 693446b - Browse repository at this point
Copy the full SHA 693446bView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a09ea39 - Browse repository at this point
Copy the full SHA a09ea39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce1ffb - Browse repository at this point
Copy the full SHA 3ce1ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 864e44d - Browse repository at this point
Copy the full SHA 864e44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e35d683 - Browse repository at this point
Copy the full SHA e35d683View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 692bbee - Browse repository at this point
Copy the full SHA 692bbeeView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f5cadc - Browse repository at this point
Copy the full SHA 1f5cadcView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8879ac - Browse repository at this point
Copy the full SHA a8879acView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98027ab - Browse repository at this point
Copy the full SHA 98027abView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42a0a9d - Browse repository at this point
Copy the full SHA 42a0a9dView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d58854 - Browse repository at this point
Copy the full SHA 4d58854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6c598 - Browse repository at this point
Copy the full SHA 9c6c598View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7f382 - Browse repository at this point
Copy the full SHA ec7f382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc6f27 - Browse repository at this point
Copy the full SHA 9fc6f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00abd6 - Browse repository at this point
Copy the full SHA a00abd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca358bd - Browse repository at this point
Copy the full SHA ca358bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1f3cf - Browse repository at this point
Copy the full SHA 1b1f3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2f412 - Browse repository at this point
Copy the full SHA 2c2f412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0e2dc - Browse repository at this point
Copy the full SHA 6b0e2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dda3c - Browse repository at this point
Copy the full SHA e6dda3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0f7e8 - Browse repository at this point
Copy the full SHA 3f0f7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3046736 - Browse repository at this point
Copy the full SHA 3046736View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbad5fb - Browse repository at this point
Copy the full SHA dbad5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d0c9a - Browse repository at this point
Copy the full SHA 93d0c9aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7026f37 - Browse repository at this point
Copy the full SHA 7026f37View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e0a16c9 - Browse repository at this point
Copy the full SHA e0a16c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87aa2d - Browse repository at this point
Copy the full SHA f87aa2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45206a - Browse repository at this point
Copy the full SHA a45206aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a49666b - Browse repository at this point
Copy the full SHA a49666bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 492b26a - Browse repository at this point
Copy the full SHA 492b26aView commit details
Commits on Sep 12, 2024
-
Merge branch 'create_rectangle' of https://github.com/schnellerhase/d…
…olfinx into create_rectangle
Configuration menu - View commit details
-
Copy full SHA for 9ddf599 - Browse repository at this point
Copy the full SHA 9ddf599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a18e0 - Browse repository at this point
Copy the full SHA 28a18e0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.