working on membrane communication structures

This commit is contained in:
James McClure
2022-02-21 16:39:24 -05:00
parent 7d679571f1
commit 5bbda39fdb
5 changed files with 443 additions and 137 deletions

View File

@@ -48,6 +48,7 @@ extern "C" void ScaLBL_D3Q19_Unpack(int q, int *list, int start, int count,
}
}
extern "C" void ScaLBL_D3Q19_AA_Init(double *f_even, double *f_odd, int Np) {
int n;
for (n = 0; n < Np; n++) {