-
## Summary
There is a segfault when running examples in the `track-surf-collisions` branch with image dumping uncommented. The examples run fine with the dump image section commented out.
## Typ…
-
@bangerth knows what this is about.
-
### Documentation update reminder
**Summary**
Add a bit of info on the backend method for projections, and the differences between the SPH and AMR/grid backends, to the narrative docs and …
-
Plan to add basic particle support:
- Follow implementation used in PeleC (https://github.com/AMReX-Combustion/PeleC/blob/development/Source/Particle.cpp)
- This requires both *virtual particles* …
-
Parcels currently lacks automatic computation of the derivative of a `Field`. A use case is computing the gradient in a diffusivity field. In the `AdvectionDiffusion` kernels, this is now implemented …
-
Possible bug hitting the assertion:
` TBOX_ASSERT(num_bytes >= 1);` in MessageStream.cpp:50
in run058 where there are two populations with density falling below density CutOff (i.e. no partic…
-
When developing the `dd_cooper` 3D domain decomposition test for #230, I noticed that the regression test succeeded for mean flux, but failed for standard deviation. The values it fails by are general…
-
When I install CB Geo, execute the ’make‘. There are a large number of errors reported for :
[ 1%] Building CXX object CMakeFiles/mpmtest.dir/tests/mpi_transfer_particle_test.cc.o
/home/cbgeo/res…
-
Hello, thank you for building this first of all.
I have a question about differentiating the parameters in Warp. If I wanted to differentiate soft body parameters like k_mu or k_lambda in soft_grid,…
-
- [x] Neighborhood search storing explicit neighbor lists for a >2x speedup of simulations with static NHS (TLSPH). #9
- [ ] Contiguous memory layout for neighbor lists for more performance in large…