CellGPU
0.8.0
GPU-accelerated simulations of cells
|
#include <cuda_runtime.h>
#include "curand_kernel.h"
#include "selfPropelledAligningParticleDynamics.cuh"
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... | |
Defines kernel callers and kernels for GPU calculations of simple active 2D cell models