Module domain_old

Expand description

Traits and types which will eventually replace the old Domain definition.

Enums§

BoundaryCondition
The different types of boundary conditions in a PDE system One has to be careful, since the neumann condition is strictly speaking not of the same type since its units are multiplied by 1/time compared to the others. The Value variant is not a boundary condition in the traditional sense but here used as the value which is present in another voxel.

Traits§

Concentration
Preliminary traits to model external Concentration in respective Voxel.
Controller
An external controller which can see all of the simulation domain’s cells and perform modifications on individual cells. This controller is only useful when describing systems that are controlled from the outside and not subject to local interactions. This trait is not finalized yet.
Domain
Describes the physical simulation domain.
ExtracellularMechanics
First approach on how to generalize over extracellular mechanics. Future versions will not depend on the Voxel Index but be more general.
Index
Summarizes traits required for an Index of a Domain to work.
Voxel
The Domain trait generalizes over the Voxel generic parameter which