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

Functions

bool gpu_VoronoiTension_force_sets (Dscalar2 *d_points, Dscalar2 *d_AP, Dscalar2 *d_APpref, int2 *d_delSets, int *d_detOther, Dscalar2 *d_vc, Dscalar4 *d_vln, Dscalar2 *d_forceSets, int2 *d_nidx, int *d_cellTypes, Dscalar *d_tensionMatrix, Index2D &cellTypeIndexer, Dscalar KA, Dscalar KP, int NeighIdxNum, Index2D &n_idx, gpubox &Box)
 Compute the contribution to the net force on vertex i from each of i's voronoi vertices with general tensions. More...
 
bool gpu_VoronoiSimpleTension_force_sets (Dscalar2 *d_points, Dscalar2 *d_AP, Dscalar2 *d_APpref, int2 *d_delSets, int *d_detOther, Dscalar2 *d_vc, Dscalar4 *d_vln, Dscalar2 *d_forceSets, int2 *d_nidx, int *d_cellTypes, Dscalar KA, Dscalar KP, Dscalar gamma, int NeighIdxNum, Index2D &n_idx, gpubox &Box)
 Compute the contribution to the net force on vertex i from each of i's voronoi vertices. More...
 

Detailed Description

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