-
The current implementation of various functions (i.e. RDF) uses a cell list approach to calculate distances between two selections. However, this approach tends to be very slow for some edge cases suc…
-
after going through the portal in the overworld the entrance to the dungeon is invisible, there are clearly blocks that aren't rendering. but if you walk forward enough you can see the rest of the dun…
-
Dear Dr. Mei,
I'm retraining a particle filtering model with the source codes and datasets you shared but something is wrong and **this issue exists for all the datasets(pilotnhp0-0.5, pilotelevator,…
-
In GitLab by Keith Bennett (@keithbennett) on 31 May 2019, 16:48 (GitLab issue GL#2030)
### Description
The current method just uses accept/reject. There are more efficient methods available.
###…
-
The Ghost Cell part of the API never explicitly confirmed the ghost cell data is appended to the end of the allocated storage space.
-
Really nice code and video, but there's one concern to me:
So basically in your GPU implementation each thread controls one water droplet, but what if two droplets descend to the same area at the s…
-
Earlier this week, @LasNikas, @svchb and I discussed what a minimal feature set for a publication would be. One feature that came up was continuous visualization (as opposed to visualizing discrete pa…
-
@pwolfram ,
Currently pyAMG coarsens the initial mesh in 3 dimensions, whereas it should probably only coarsen in 2D and then apply this filter to all vertical layers. I.e., we should only use pyAM…
-
When exporting the config from the napari plugin, the default config name is used, which means it cannot be loaded until it has been renamed.
```
167 if config_name in self.configs and not overw…
-
We should facilitate construction of meshes like this:
namely matrix / spherical-inclusion type, where the inclusion might have different properties.
To that end we need to combine a variant…