CellGPU  0.8.0
GPU-accelerated simulations of cells
Macros | Functions
selfPropelledAligningParticleDynamics.cu File Reference
#include <cuda_runtime.h>
#include "curand_kernel.h"
#include "selfPropelledAligningParticleDynamics.cuh"
Include dependency graph for selfPropelledAligningParticleDynamics.cu:

Functions

__global__ void spp_aligning_eom_integration_kernel (Dscalar2 *forces, Dscalar2 *velocities, Dscalar2 *displacements, Dscalar2 *motility, Dscalar *cellDirectors, curandState *RNGs, int N, Dscalar deltaT, int Timestep, Dscalar mu, Dscalar J)
 
bool gpu_spp_aligning_eom_integration (Dscalar2 *forces, Dscalar2 *velocities, Dscalar2 *displacements, Dscalar2 *motility, Dscalar *cellDirectors, curandState *RNGs, int N, Dscalar deltaT, int Timestep, Dscalar mu, Dscalar J)
 set the vector of displacements from forces and activity More...
 

Detailed Description

Defines kernel callers and kernels for GPU calculations of simple active 2D cell models