From 05030b24e82a1913d6f215ba21bce2bf6ef3c2b1 Mon Sep 17 00:00:00 2001 From: "Paul M. Sutter" Date: Thu, 22 May 2025 18:36:01 -0400 Subject: [PATCH] made adjustments to support potential new boundary handling scheme; not sure if I'll go through with it so I may roll these changes back --- c_source/zobov/voz1b1.c | 141 ++++++++++++++++++++++------- python_source/backend/launchers.py | 16 ++++ 2 files changed, 122 insertions(+), 35 deletions(-) diff --git a/c_source/zobov/voz1b1.c b/c_source/zobov/voz1b1.c index 62e5a0a..66f21fc 100644 --- a/c_source/zobov/voz1b1.c +++ b/c_source/zobov/voz1b1.c @@ -133,7 +133,7 @@ int main(int argc, char *argv[]) { DL c[d] = ((float)b[d]+0.5)*width; printf("Counting particles in subdomain...\n"); /* Assign temporary array*/ - nvpbuf = 0; /* Number of particles to tesselate, includng ibuffer */ + nvpbuf = 0; /* Number of particles to tesselate, includng buffer and guards */ nvp = 0; /* Without the buffer */ for (i=0; i