Skip to content

CUDA Programming for implementation of Cell Transmission Model

License

Notifications You must be signed in to change notification settings

hoolheart/ctm_cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctm_cuda

Implementation of CTM by CUDA

lane-intersection structure

The previous version builds the model directly on the cell-link level, which makes it hard to scale. To solve it, the new version will focus on the lane-intersection level. During the operations on the lanes and the intersections, the related cells and links are automatically created or modified.

Another difference with the previous version is that the access field is transferred from cell to link, so that the model can handle more complicated phases.

The difference between this repository and the one entitled hoolheart/CTM_C_Program.git is that this repository runs the simulation on GPU instead of CPU.

About

CUDA Programming for implementation of Cell Transmission Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages