Opened 19 years ago
Closed 18 years ago
#66 closed defect (fixed)
Problem with large meshes and cache
Reported by: | Nick | Owned by: | nick |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Functionality and features | Version: | 1.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
it was noticed that if model has more than about 400,000 triangles a problem with Cache occurs when the elevation data is applied to the mesh.
this was solved by turning cache to False. however there might be an other better solution
domain.set_quantity('elevation',
filename = project.combined_dem_name + '.pts', use_cache = True, verbose = True, alpha = 0.05 )
Change History (2)
comment:1 Changed 19 years ago by ole
- Owner changed from ole to nick
comment:2 Changed 18 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
We need to try to set compression=False in the call to cache inside set_values.... in module quantity.py and see if that helps. (This has been done on Nick's computer, so we'll wait and see if it works).