Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
IntMpdRdmeSolver.h File Reference
#include "cuda/lm_cuda.h"
#include "rdme/RDMESolver.h"
#include "rdme/CudaIntLattice.h"
Include dependency graph for IntMpdRdmeSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lm::rdme::IntMpdRdmeSolver
class  RDMESolver
class  Lattice
 Base class for lattice type objects. More...

Namespaces

namespace  lm
namespace  lm::io
namespace  lm::rdme
namespace  lm::rdme::intmpdrdme_dev

Functions

__global__ void lm::rdme::intmpdrdme_dev::mpd_x_kernel (const unsigned int *inLattice, const uint8_t *inSites, unsigned int *outLattice, const unsigned int gridXSize, const unsigned long long timestepHash, unsigned int *siteOverflowList)
__global__ void lm::rdme::intmpdrdme_dev::mpd_y_kernel (const unsigned int *inLattice, const uint8_t *inSites, unsigned int *outLattice, const unsigned int gridXSize, const unsigned long long timestepHash, unsigned int *siteOverflowList)
__global__ void lm::rdme::intmpdrdme_dev::mpd_z_kernel (const unsigned int *inLattice, const uint8_t *inSites, unsigned int *outLattice, const unsigned int gridXSize, const unsigned long long timestepHash, unsigned int *siteOverflowList)
__global__ void lm::rdme::intmpdrdme_dev::reaction_kernel (const unsigned int *inLattice, const uint8_t *inSites, unsigned int *outLattice, const unsigned int gridXSize, const unsigned long long timestepHash, unsigned int *siteOverflowList)