Benchmarks #39
fdrmrc
started this conversation in
Show and tell
Replies: 0 comments 5 replies
-
Another view of some agglomerates inside the piston mesh: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The time considered here is the total time required to partition the original triangulation. Therefore, with the R-tree I sum the following steps:
With METIS, I record the time needed by the deal.II partitioner function. This function internally calls
METIS_PartGraphKway()
and flags the cells together.Beta Was this translation helpful? Give feedback.
All reactions