Opened 17 years ago

Closed 17 years ago

#227 closed enhancement (invalid)

Add more printed out information about progress create_mesh_from_regions

Reported by: nick Owned by: nick
Priority: low Milestone:
Component: Functionality and features Version:
Severity: minor Keywords:
Cc:

Description

It would be great to add some more printed out information in "create_mesh_from_regions". I'm running a model that has 1200000 triangles and there has been no output for about 2 hours... I think it is still running properly. The last information printed out is

Recovering segments in Delaunay triangulation.
Removing unwanted triangles.
Spreading regional attributes and area constraints.
Adding Steiner points to enforce quality.

Writing vertices.
Writing triangles.
Writing segments.
Writing neighbors.

Statistics:

  Input vertices: 16
  Input segments: 16
  Input holes: 0

  Mesh vertices: 599308
  Mesh triangles: 1197392
  Mesh edges: 1796699
  Mesh exterior boundary edges: 1222
  Mesh interior boundary edges: 3716
  Mesh subsegments (constrained edges): 4938

I'm not sure where this process is stuck but it is somewhere in "mesh_interface.py"... I think.

Change History (3)

comment:1 Changed 17 years ago by ole

  • Owner changed from ole to duncan

comment:2 Changed 17 years ago by duncan

  • Owner changed from duncan to nick

Create mesh is alot faster now, so could you check if you still would like print statements?

comment:3 Changed 17 years ago by nick

  • Resolution set to invalid
  • Status changed from new to closed

Great, extra print statements are not necessary anymore

Note: See TracTickets for help on using tickets.