15 #ifndef CORE_DIFFUSION_EULER_GRID_H_
16 #define CORE_DIFFUSION_EULER_GRID_H_
Continuum model for the 3D heat equation with exponential decay .
void DiffuseWithOpenEdge(real_t dt) override
BDM_CLASS_DEF_OVERRIDE(EulerGrid, 1)
void DiffuseWithPeriodic(real_t dt) override
void DiffuseWithDirichlet(real_t dt) override
EulerGrid(int substance_id, std::string substance_name, real_t dc, real_t mu, int resolution=10)
void DiffuseWithNeumann(real_t dt) override
void DiffuseWithClosedEdge(real_t dt) override