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

Functions

bool gpu_avm_force_sets (int *d_vertexCellNeighbors, Dscalar2 *d_voroCur, Dscalar4 *d_voroLastNext, Dscalar2 *d_AreaPerimeter, Dscalar2 *d_AreaPerimeterPreferences, Dscalar2 *d_vertexForceSets, int nForceSets, Dscalar KA, Dscalar KP)
 Call the kernel to calculate force sets.
 
bool gpu_avm_sum_force_sets (Dscalar2 *d_vertexForceSets, Dscalar2 *d_vertexForces, int Nvertices)
 Call the kernel to sum up the force sets to get net force on each vertex.
 

Detailed Description

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