cellular_raza cellular_raza Guides Showcase Benchmarks Internals Docs Publications
CTRL K
    GitHub
    CTRL K
      • Showcase
        • cr_mech_coli
        • Bacterial Rods
        • Semi-Vertex Model
        • 3D Cell Sorting
        • Bacterial Branching Patterns
      • Publications
        • Trichome Pattern Formation
        • bwHPC Symposium 2023
      • Benchmarks
        • Testing Stochastic Motion via the Fluctuation-Dissipation Theorem
        • Problem Size Scaling of the Cell Sorting Example
        • Accuracy Testing of Contact Reactions
        • Multithreading Performance of the Cell Sorting Example (Amdahl's Law)
      • About
      • Guides
        • Introduction
        • Getting Started
        • Building Blocks
          • Quickly Switch between Blocks
        • Python Bindings
      • Internals
        • Aspects & Concepts
          • 🔘 Cell
            • ⌖ Position
            • ↗ Velocity
            • 💥 Mechanics
            • 🎱 Interaction
            • 💊 Reactions
            • 🔄 Cycle
          • 🌍 Domain
            • 🔪 Decomposition
            • 💥 Mechanics & Force
            • 🌊 Reactions
          • ⚙ Controller
          • 📦 Storage
          • ⏳ Time
        • Backends
          • 🌶️ chili
          • 🐧 cpu_os_threads
          • 🐯 cara
          • 🐺 elli
        • Code Structure
          • ⎇ Releases
          • 🎏 Roadmap
          • ☕ Coding Guidelines
          • ❓ TODO List
      • Testing Stochastic Motion via the Fluctuation-Dissipation Theorem
      • Problem Size Scaling of the Cell Sorting Example
      • Accuracy Testing of Contact Reactions
      • Multithreading Performance of the Cell Sorting Example (Amdahl's Law)

      Benchmarks

      Testing Stochastic Motion via the Fluctuation-Dissipation TheoremTesting Stochastic Motion via the Fluctuation-Dissipation Theorem
      We compare results generated by Brownian and Langevin Motion with known exact results
      Problem Size Scaling of the Cell Sorting ExampleProblem Size Scaling of the Cell Sorting Example
      We compare Runtime performance for an increasing problem size.
      Accuracy Testing of Contact ReactionsAccuracy Testing of Contact Reactions
      We compare the solvers of cellular_raza with analytical results with estimates for the local and global truncation error.
      Multithreading Performance of the Cell Sorting Example (Amdahl's Law)Multithreading Performance of the Cell Sorting Example (Amdahl's Law)
      We analyze scaling with multiple threads using the chili backend and the cell-sorting simulation.