added cell simulator

This commit is contained in:
James McClure
2022-02-24 21:43:18 -05:00
parent 896e6ee27b
commit dd9da41d4b
2 changed files with 1 additions and 2 deletions

View File

@@ -39,4 +39,4 @@ extern "C" void Membrane_D3Q19_Transport(int q, int *list, int *links, double *c
if (!(n < 0))
dist[q * N + n] = alpha*recvbuf[start + idx];
}
}
}

View File

@@ -89,7 +89,6 @@ int main(int argc, char **argv)
PoissonSolver.Create();
PoissonSolver.Initialize(Study.time_conv_max);
int timestep=0;
while (timestep < Study.timestepMax){