SCIInstitute / SCIRun

SCIRun is a Problem Solving Environment, for modeling, simulation and visualization of scientific problems. This is version 5, the upgraded version of SCIRun v4.
http://scirun.org
Other
128 stars 72 forks source link

profile_mesh_lookup_table_generation #1691

Open moritzdannhauer opened 7 years ago

moritzdannhauer commented 7 years ago

Prerequisites

Description

Feature: I spend a lot of time waiting for mesh operations (e.g., MapFieldDataFromSourceToDestination, BuildMappingMatrix, ...) to finish in SCIRun. It seems that creating the search structures to do efficient search operations is single-threaded, has no progress information and is therefore painful to work with for meshes (e.g., from cleaver but also regular tetgen-meshes).

dcwhite commented 7 years ago

Let's talk about this at the next dev meeting (10/20)

dcwhite commented 7 years ago

I'll start a discussion PR with my TetVol changes.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 60 days.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 240 days with no activity. Remove the stale label or comment, or this will be closed in 60 days.

dcwhite commented 3 years ago

Might be one for Parallel STL.