Skip to content
  1. Mar 20, 2025
  2. Mar 14, 2025
  3. Mar 13, 2025
  4. Mar 12, 2025
  5. Mar 10, 2025
  6. Mar 07, 2025
  7. Mar 06, 2025
  8. Mar 04, 2025
    • kodiakhq[bot]'s avatar
      Add storage-agnostic function to add bonds between particles (#5047) · 91fcdfbc
      kodiakhq[bot] authored
      * adds a function `add_bond(bond_id, particle_ids)`
      * use it (rather than storage-aware code) in method "add_bond" for the Particle Handle script interface
      * use it in the BindCenters collision detection scheme. Here, we check via a flag, that one-sided bond storage is used, because the current implementation doesn't guarantee that cross-mpi-rank pairs are handled on both involved ranks
      91fcdfbc
    • Jean-Noël Grad's avatar
      Revert "New SFB1313 runner" · bf18a5a9
      Jean-Noël Grad authored
      This reverts commit 7db93800.
      Branch protection rules require extra Docker flags.
      bf18a5a9
    • Rudolf Weeber's avatar
      New add_bond framework · ddeb1c32
      Rudolf Weeber authored and Jean-Noël Grad's avatar Jean-Noël Grad committed
      ddeb1c32
    • kodiakhq[bot]'s avatar
      Bump version requirements (#5048) · d0e8b0ff
      kodiakhq[bot] authored
      Description of changes:
      - bump waLBerla and Stokesian Dynamics releases
      - update version requirements of C++ and Python libraries
      - address deprecation warnings from CMake 3.31 and 4.0
      - replace deprecated `except:` and `only:` by `rules:` in GitLab-CI
      - refactor CMake targets and fixtures in the testsuite
      d0e8b0ff
  9. Feb 28, 2025
    • Jean-Noël Grad's avatar
      Redesign CI infrastructure · a1e96f77
      Jean-Noël Grad authored
      Simplify target dependencies in the CMake testsuite and remove
      unused CMake variables. Use the modern version of `add_test()`.
      Bring tutorial/sample/benchmark tests one level higher in the
      testsuite tree. Increase verbosity of the CI shell script.
      a1e96f77
  10. Feb 27, 2025
  11. Feb 26, 2025
  12. Feb 24, 2025
  13. Feb 22, 2025
    • kodiakhq[bot]'s avatar
      add an observable for pairwise distance and an accumulator for contact times (#5032) · 9f2d69af
      kodiakhq[bot] authored
      Description of changes:
      - `observables.PairwiseDistances`: an observable that tracks pairwise distances between two sets of particles
      - `accumulators.ContactTimes`: an accumulator that tracks contact times when particles are within some distance
      - `samples/contact_time.py`: a sample script showcasing how to use these new feature
      
      The contact time is defined as:
      
      $$\tau = t_f - t_0$$
      
      where  $t_f$ is the last measured time at which those particles were in contact and  $t_0$ the first measured time at which those particles were in contact. For example, if two particles have been only in contact during two consecutive configurations then their  contact time is $\tau = \Delta t$, where $\Delta t$ is the time step. If they are only in contact for a single configuration then  their contact time is $\tau = 0$.
      9f2d69af
  14. Feb 21, 2025
  15. Feb 19, 2025
  16. Feb 18, 2025
  17. Feb 17, 2025
  18. Feb 13, 2025
  19. Feb 11, 2025
  20. Feb 07, 2025
  21. Feb 06, 2025
  22. Feb 04, 2025
Loading