You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, generate_fractures cannot separate the fractures into multiple fracture meshes.
The goal here is to generate a .vtu file for every fracture.
Before
If you had a mesh with 3 fractures identified by the values:
The only output you could obtain was a single 3_fractures.vtu that would combine all of them. The duplicated points are already correct and no modification of the way they are calculated is needed.
After
3 mesh files to be generated for fracture1, fracture2 and fracture3.
What the new implementation would look like with just specifying the output directory where to write them.
Currently, generate_fractures cannot separate the fractures into multiple fracture meshes.
The goal here is to generate a .vtu file for every fracture.
Before
If you had a mesh with 3 fractures identified by the values:
You would use this command:
The only output you could obtain was a single 3_fractures.vtu that would combine all of them.
The duplicated points are already correct and no modification of the way they are calculated is needed.
After
3 mesh files to be generated for fracture1, fracture2 and fracture3.
What the new implementation would look like with just specifying the output directory where to write them.
The text was updated successfully, but these errors were encountered: