| /phasta/phSolver/common/ |
| H A D | get_time.c | 51 struct timeval time; in get_time() local 53 ret = gettimeofday(&time, NULL); in get_time() 55 *rv = ((time.tv_sec*1000000)+(time.tv_usec)); in get_time() 65 struct timespec time; in get_time() local 66 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &time); in get_time() 67 *rv = ((time.tv_sec*1000000000)+(time.tv_nsec)); in get_time()
|
| H A D | common_c.h | 535 double time; member
|
| H A D | common.h | 252 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
|
| /phasta/phastaIO/ |
| H A D | phiostats.h | 12 void phastaio_addWriteTime(size_t time); 13 void phastaio_addReadTime(size_t time); 14 void phastaio_addOpenTime(size_t time); 15 void phastaio_addCloseTime(size_t time);
|
| H A D | phastaIO.cc | 343 double time = end - start; in printPerf() local 348 MPI_Allreduce(&time, &tmin,1, MPI_DOUBLE, MPI_MIN, MPI_COMM_WORLD); in printPerf() 349 MPI_Allreduce(&time, &tmax,1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD); in printPerf() 350 MPI_Allreduce(&time, &ttot,1, MPI_DOUBLE, MPI_SUM, MPI_COMM_WORLD); in printPerf()
|
| H A D | vtkPhastaReader.cxx | 66 double time = (double)((*end-*start)/clockRate); in computeTime() local 67 opentime_total += time; in computeTime()
|
| /phasta/AcuStat/ |
| H A D | AcuStat_input.dat | 13 …ed to accumulate the statistics from the ybar field and write the solution from the last time step. 15 1) solution of the last time step; 19 5) If requested (optional), vorticity field (from the last time step). 20 6) If requested (optional), dwal field (from the last time step). 21 The next lines contain the time steps series for restart files along with the associated number of …
|
| /phasta/M2N/ |
| H A D | M2N_input.dat | 1 120 # time step of the restart files for fields to reduce (solution, ybar, etc) 2 100 # time step of the restart files for partID and vtxID (mapping between M and N)
|
| /phasta/converterIO/ |
| H A D | README.md | 40 - the time step number of the restart files, 47 The script's name is create_IO_O2N_input.sh. Run this script a first time without any argument to l… 48 It basically requires the time step number of the restart files, the number of parts #, and the num… 59 …at we have a #-procs_case directory that contains @ phasta files under the SyncIO format this time. 73 …ginal geombc files under the Posix format somewhere so it is useless (and time consuming) to gener…
|
| /phasta/phSolver/cmake/ |
| H A D | GetGitRevisionDescription.cmake | 38 # We must run the following at "include" time, not at function call time,
|
| /phasta/M2NFixBnd/src/ |
| H A D | new_interface.c | 457 time_t timenow = time ( &timenow); in Write_Displ() 634 time_t timenow = time ( &timenow); in Write_PhAvg()
|
| /phasta/phSolver/AMG/ |
| H A D | amgread.txt | 111 only need to do a back substitution, which saves time greatly, 173 if using direct). This saves time. 188 time. and easier for compiler to vectorify.
|
| /phasta/AcuStat/src/ |
| H A D | new_interface.c | 566 time_t timenow = time ( &timenow); in Write_Displ() 743 time_t timenow = time ( &timenow); in Write_PhAvg()
|
| /phasta/AcuStat/include/ |
| H A D | commonAcuStat_c.h | 456 double time; member
|
| H A D | commonAcuStat.h | 210 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
|
| /phasta/M2N/include/ |
| H A D | commonM2N_c.h | 457 double time; member
|
| H A D | commonM2N.h | 211 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
|
| /phasta/M2NFixBnd/include/ |
| H A D | commonM2NFixBnd_c.h | 456 double time; member
|
| H A D | commonM2NFixBnd.h | 210 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
|
| /phasta/M2N/src/ |
| H A D | new_interface.c | 715 time_t timenow = time ( &timenow); in Write_Displ() 892 time_t timenow = time ( &timenow); in Write_PhAvg()
|
| /phasta/phSolver/ |
| H A D | CHANGES | 73 introduced ybar: time averaged fields: 316 3) Ability to set sponge on one equation at a time 540 … of time forming the LHS, if you have a loose tolerance that is satified quickly you might as well…
|