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 | π― cara | πΊ elli |
---|---|---|---|---|
Cycle | β ΒΉ | β | β | β |
Mechanics | β ΒΉ | β | β | β |
Interaction | β | β | β | β |
Reactions | β | β | β | β |
ReactionsContact | β | β | β | β |
ReactionsExtra | β | β | β | β |
Domain | β | β | β | β |
DomainForce | β | β | β | β |
Controller | β | β | β | β |
Old Aspects | ||||
ReactionsOld | β | β | β | β |
DomainOld | β | β | β | β |
Plotting | β | β | β | β |
ΒΉOnly supports Float=f64
.