Migration to 3D Mpi complete for backstep

This commit is contained in:
2023-10-28 12:04:37 +02:00
parent 175ec58667
commit 120be69102
22 changed files with 22097 additions and 280116 deletions

View File

@@ -102,6 +102,16 @@ void readParameter(Parameter* param, const char* filename)
PARSE_REAL(y2);
PARSE_REAL(z2);
/* Added obstacle geometry parameters */
PARSE_INT(shape);
PARSE_REAL(xCenter);
PARSE_REAL(yCenter);
PARSE_REAL(zCenter);
PARSE_REAL(xRectLength);
PARSE_REAL(yRectLength);
PARSE_REAL(zRectLength);
PARSE_REAL(circleRadius);
}
}