Expand description
Numerically solve a given simulation setup.
In the future, we plan on expanding the list of available backends. We hope to provide specialized solvers for highly efficient GPU usage via the OpenCL standard.
Β§Supported Simulation Aspects
Not every backend does support all simulation aspects. We aim to provide one general-purpose backend able to solve any given simulation that adheres to the cellular_raza_concepts with the πΆοΈ chili backend.
Aspect | π§ cpu_os_threads | πΆοΈ chili |
---|---|---|
Cycle | β ΒΉ | β |
Mechanics | β ΒΉ | β |
Interaction | β | β |
Reactions | β | β |
Volume | β ΒΉ | β |
Domain | β | β |
DomainOld | β | β |
Controller | β | β |
Plotting | β | β |
ΒΉOnly supports Float=f64
.
Modules§
- π― GPU-centered backend using OpenCL
- πΆοΈ A modular, reusable, general purpose backend
- π§ Use multiple os-threads and cpu-only resources