处理参数文件及说明文档中存在的问题

This commit is contained in:
hechao 2023-12-12 15:10:26 +08:00
parent bad0c2967c
commit 3805128c29
2 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
// 8 -- GMSH, *.msh.
int gridtype = 1;
int nAxisRotateTimes = 1;
int axisRotateOrder[] = [1];
double axisRotateAngles[]= [90.0];
int nAxisRotateTimes = 0;
int axisRotateOrder[] = [1, 2, 3];
double axisRotateAngles[] = [0.0, 0.0, 0.0];
int from_gtype = 3;
#########################################################################