CellGPU  0.8.0
GPU-accelerated simulations of cells
Macros | Functions
selfPropelledVicsekAligningParticleDynamics.cuh File Reference
#include "std_include.h"
#include "indexer.h"
#include <cuda_runtime.h>
Include dependency graph for selfPropelledVicsekAligningParticleDynamics.cuh:
This graph shows which files directly or indirectly include this file:

Functions

bool gpu_spp_vicsek_aligning_eom_integration (Dscalar2 *forces, Dscalar2 *velocities, Dscalar2 *displacements, Dscalar2 *motility, Dscalar *cellDirectors, int *nNeighbors, int *neighbors, Index2D &n_idx, curandState *RNGs, int N, Dscalar deltaT, int Timestep, Dscalar mu, Dscalar Eta)
 set the vector of displacements from forces and activity More...
 

Detailed Description

A file providing an interface to the relevant cuda calls for the selfPropelledVicsekAligningParticleDynamics class