I encountered excessively long runtime (no result after two days) while using particle filling.
May I ask if there are any parameters that need adjustment or improvement?
particle_filling: {
"n_grid": 128,
"density_threshold": 40.0,
"search_threshold": 0.5,
"search_exclude_direction": 5,
"ray_cast_direction": 0,
"max_particles_num": 2000000,
"max_particles_per_cell": 4,
"boundary": [
0.2,
0.8,
0.2,
0.8,
0.1,
1.0
],
"smooth":
}
I encountered excessively long runtime (no result after two days) while using particle filling.
May I ask if there are any parameters that need adjustment or improvement?