Module cellular_raza_concepts::domain_new
source · Expand description
Traits and types which will eventually replace the old Domain definition.
Structs
- Generated by the decompose method. The backend will know how to deal with this type and crate a working simulation from it.
Traits
- Provides an abstraction of the physical total simulation domain.
- Generate SubDomains from an existing Domain
- Manage the current rng seed of a Domain
- Assign an VoxelIndex to a given cell.
- Subdomains are produced by decomposing a Domain into multiple physical regions.
- Apply a force on a cell depending on its position and velocity.
- Apply boundary conditions to a cells position and velocity.
- Describes extracellular reactions and fluid dynamics
Derive Macros
- This trait derives the different aspects of a SubDomain.