Completed migrating PT to 3D MPI w/o MPI IO

This commit is contained in:
2023-08-31 20:42:24 +02:00
parent b696d4860e
commit 1ab581f274
14 changed files with 152778 additions and 8008 deletions

View File

@@ -18,6 +18,11 @@ typedef struct {
char* name;
int bcLeft, bcRight, bcBottom, bcTop, bcFront, bcBack;
double u_init, v_init, w_init, p_init;
int numberOfParticles;
double startTime, injectTimePeriod, writeTimePeriod;
double x1, y1, z1, x2, y2, z2;
} Parameter;
void initParameter(Parameter*);