Home
last modified time | relevance | path

Searched refs:count (Results 1 – 9 of 9) sorted by relevance

/phasta/phSolver/common/
H A Dsetsyncioparam.cc24 int count; in setIOparam() local
37 count=0; in setIOparam()
41 count=count+1; in setIOparam()
51 MPI_Bcast( &count, 1, MPI_INT, 0, MPI_COMM_WORLD ); in setIOparam()
54 outpar.nsynciofiles = count; in setIOparam()
56 printf("Number of geombc-dat and restart-dat files to read: %d\n", count); in setIOparam()
57 if(count==0) { in setIOparam()
66 int count; in detectd2wallfiles() local
78 count=0; in detectd2wallfiles()
82 count=count+1; in detectd2wallfiles()
[all …]
/phasta/AcuStat/src/
H A Dsetsyncioparam.cc24 int count; in setIOparam() local
37 count=0; in setIOparam()
41 count=count+1; in setIOparam()
51 MPI_Bcast( &count, 1, MPI_INT, 0, MPI_COMM_WORLD ); in setIOparam()
54 outpar.nsynciofiles = count; in setIOparam()
56 printf("Number of geombc-dat and restart-dat files to read: %d\n", count); in setIOparam()
63 int count; in detectd2wallfiles() local
75 count=0; in detectd2wallfiles()
79 count=count+1; in detectd2wallfiles()
86 MPI_Bcast( &count, 1, MPI_INT, 0, MPI_COMM_WORLD ); in detectd2wallfiles()
[all …]
/phasta/M2NFixBnd/src/
H A Dsetsyncioparam.cc23 int count; in setIOparam() local
36 count=0; in setIOparam()
40 count=count+1; in setIOparam()
50 MPI_Bcast( &count, 1, MPI_INT, 0, MPI_COMM_WORLD ); in setIOparam()
53 outpar.nsynciofiles = count; in setIOparam()
55 printf("Number of geombcRed-dat and restartRed-dat files to read: %d\n", count); in setIOparam()
62 int count; in detectd2wallfiles() local
74 count=0; in detectd2wallfiles()
78 count=count+1; in detectd2wallfiles()
85 MPI_Bcast( &count, 1, MPI_INT, 0, MPI_COMM_WORLD ); in detectd2wallfiles()
[all …]
/phasta/M2N/src/
H A Dsetsyncioparam.cc24 int count; in setIOparam() local
38 count=0; in setIOparam()
43 count=count+1; in setIOparam()
52 if (count == 0) { in setIOparam()
67 MPI_Bcast( &count, 1, MPI_INT, 0, MPI_COMM_WORLD ); in setIOparam()
71 outpar.nsynciofiles = count; in setIOparam()
74 printf("Number of geombc-dat and restart-dat files to read: %d\n", count); in setIOparam()
82 int count; in detectd2wallfiles() local
94 count=0; in detectd2wallfiles()
98 count=count+1; in detectd2wallfiles()
[all …]
/phasta/shapeFunction/src/
H A DmodeShape.c31 int alpha,beta,found,count,nskip; in F_modeShapeTri() local
38 count = found = 0; in F_modeShapeTri()
42 if( count == i ) in F_modeShapeTri()
45 count++; in F_modeShapeTri()
65 int alpha,beta,gamma,count,found; in R_modeShapeTet() local
72 count = 0; in R_modeShapeTet()
78 if( count == i ) in R_modeShapeTet()
81 count++; in R_modeShapeTet()
H A DmodeShapeDrv.c29 int alpha,beta,found,count; in F_modeShapeTriDrv() local
37 count = found = 0; in F_modeShapeTriDrv()
41 if( count == i ) in F_modeShapeTriDrv()
44 count++; in F_modeShapeTriDrv()
63 int alpha,beta,gamma,count,found ; in R_modeShapeTetDrv() local
71 count = 0; in R_modeShapeTetDrv()
77 if( count == i ) in R_modeShapeTetDrv()
80 count++; in R_modeShapeTetDrv()
/phasta/phSolver/incompressible/
H A Dusr.c252 int i, j, count;
261 count = 0;
264 projVec[ count++ ] = aperm[ (*nshg) * i + j ];
285 count = 0;
288 projVec[ count++ ] = aperm[ (*nshg) * i + j ];
320 int i,j,count;
368 count = 0;
371 aperm[ (*nshg) * i + j ] = projVec[ count++ ] ;
402 count = 0;
405 aperm[ (*nshg) * i + j ] = projVec[ count++ ] ;
/phasta/
H A DCMakeLists.txt24 "the command line flag to give process count to MPIRUN")
/phasta/converterIO/
H A DREADME.md54 Therefore, it is strongly advised to run this script on a limited part count mesh (up to a few thou…