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

Bump Tucanos version & Rust nightly toolchain #19

Merged
merged 8 commits into from
Mar 14, 2024
Merged

Bump Tucanos version & Rust nightly toolchain #19

merged 8 commits into from
Mar 14, 2024

Conversation

jeromerobert
Copy link
Contributor

@jeromerobert jeromerobert commented Mar 10, 2024

Tucanos log:
Revert "Workaround for kiddo fails with generator 0.7.6"
Replace kiddo by kdtree
PointIndex::nearest_vertex now also return distance
Add doc for partition, do nothing when partitionning with n_threads=1
domain decomposition for remeshing
update topology when a tagged faces share a vertex but no edge
parallelization using rayon
fix clippy warnings
fix SimplexMesh add : make sure added faces belong to at least one element
add 2d and 3d tests with different number of partitions with metis + scotch
fix SimplexMesh add when merging faces
fix clippy warnings
Keep topology consistent between the partitions and the original SimplexMesh
check that the tag is valid when checking normals
no longer project vertices onto the geometry when creating a Remesher
add checks for collapse and smooth when entity dims are 0
cavity debug
optionally dive the size when calling CSRGraph::transpose
fix compute_boundary when using different etags
rewrite topology
Mesh add: merge all boundary vertices if closer than the tolerance
Multilevel domain decomposition
geometry max_normal_angle: only consider faces with tag > 0
filled cavity: check that tagged faces are not already present
check that boundary faces are consistent before colapsing
add CavityCheckStatus to get the filled quality check result
relative thresholds are now local to each cavity
update test_simple3d to use DomainDecomposition

@jeromerobert
Copy link
Contributor Author

@xgarnaud Can I just adjust the values associated to the 2 failing tests ?

jeromerobert and others added 8 commits March 14, 2024 16:36
Tucanos log:
      Revert "Workaround for kiddo fails with generator 0.7.6"
      Replace kiddo by kdtree
      PointIndex::nearest_vertex now also return distance
      Add doc for partition, do nothing when partitionning with n_threads=1
      domain decomposition for remeshing
      update topology when a tagged faces share a vertex but no edge
      parallelization using rayon
      fix clippy warnings
      fix SimplexMesh add : make sure added faces belong to at least one element
      add 2d and 3d tests with different number of partitions with metis + scotch
      fix SimplexMesh add when merging faces
      fix clippy warnings
      Keep topology consistent between the partitions and the original SimplexMesh
      check that the tag is valid when checking normals
      no longer project vertices onto the geometry when creating a Remesher
      add checks for collapse and smooth when entity dims are 0
      cavity debug
      optionally dive the size when calling CSRGraph::transpose
      fix compute_boundary when using different etags
      rewrite topology
      Mesh add: merge all boundary vertices if closer than the tolerance
      Multilevel domain decomposition
      geometry max_normal_angle: only consider faces with tag > 0
      filled cavity: check that tagged faces are not already present
      check that boundary faces are consistent before colapsing
      add CavityCheckStatus to get the filled quality check result
      relative thresholds are now local to each cavity
      update test_simple3d to use DomainDecomposition
@xgarnaud xgarnaud merged commit 743c3d5 into main Mar 14, 2024
5 checks passed
@xgarnaud xgarnaud deleted the jr/deps branch March 14, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants