t8code icon indicating copy to clipboard operation
t8code copied to clipboard

Partitioned input from TRIANGLE does not work.

Open holke opened this issue 5 years ago • 1 comments

Reading a mesh created with the TRIANGLE mesh generator with the partitioned flag on does not work.

How to replicate:

Use the example/triangle/t8_read_triangle example to read the example mesh A.1.* (Coming with TRIANGLE, can be build with triangle -pne A.1) with the -p option.

./t8_read_triangle -f A.1 -p
...
[libsc 0] Abort: Assertion 'num_trees == cmesh->num_trees'
[libsc 0] Abort: ../../source/t8code-second-worktree/src/t8_cmesh/t8_cmesh_partition.c:198

holke avatar Oct 14 '20 17:10 holke

TODO: This possibly extends to TETGEN input. This needs to be tested.

holke avatar Oct 15 '20 12:10 holke

We won't support TRIANGLE anymore hence nobody uses this feature.

sandro-elsweijer avatar Jul 15 '24 09:07 sandro-elsweijer