adamjgnoel / AcCoRD

Actor-based Communication via Reaction-Diffusion. A molecular communication simulator. Simulates stochastic reaction-diffusion systems.
https://warwick.ac.uk/adamnoel/software/accord/
Other
12 stars 4 forks source link

Definition of region anchor and size #37

Closed adamjgnoel closed 7 years ago

adamjgnoel commented 8 years ago

Consider simplifying definition of a region's anchor and number of subvolumes along each dimension. Make each of these a vector of 3 values instead of 1 property per value

adamjgnoel commented 7 years ago

This update should be backwards compatible so it doesn't break all the existing config files

adamjgnoel commented 7 years ago

Added new conventions for defining anchor coordinate and number of subvolumes. Existing configuration files are still read properly, but now an alternative is to define 1 vector with 3 values instead of 3 separate parameters. Update is in master branch code.