-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Robustification isotropic mesh adaptation + // ls discretization #135
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…usly properly assigned.
…g convenience and it is not needed anymore
…l the tetra and not only on the MG_OLDPBY faces of the tetra
Update point tag with MG_REF if the edge in xtetra is MG_REF + ci tests associated
…allel edge in ls-cuttet
…e the mesh. memcopy was copying the pointer address only and was leading to double free error
…d par arrays when we have a *mmg3d input file for local parameters or LS references (multimat)
…k_infos to take into account mesh->info.invmat data correctly
… PMMG_mpiunpack_infos function with ier_mesh != 1
…coordinates instead of the minimum global index + first try to debug face2int reallocate memory error
Copy mesh information of local parameters or LS reference (multimat)
Edge tag consistency
Error handling in analysis and level-set discretization
… PMMG_SNAPVAL environment variable is defined (implementation is in progress).
Add multimat mode to ls split
Disable value snapping (implementation in progress)
- add the -pure-partitioning command line argument - the PMMG_IPARAM_puerPartitioning keyword This allow to only perform mesh partitioning and output file saving (no ls insertion and no remeshing). For now it works only from centralized input. Fix small things: - set artificially the number of iter to 0 when niter is 0 or pure-repartitioning option is enabled (otherwise the communicators are not saved in medit file and we cannot restart from the medit output) - attempt to suitablily set output ls name - add writing of output Ls (if allocated) at hdf5 format (It was not called, I don't know why) - not tested
Feature/ls partitioning
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #135 +/- ##
=========================================
Coverage ? 64.46%
=========================================
Files ? 47
Lines ? 19584
Branches ? 3688
=========================================
Hits ? 12625
Misses ? 5973
Partials ? 986 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR brings: